-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[all] Error with type only exports with TypeScript 3.8.3 #209
Comments
hi @andrew8er - am pretty confused by this, also because we're not using namespaces and that linked issue is about |
Yeah, it is already used pretty extensively here. I wonder if this is actually intended to work or if this was never supposed to work at all and just slipped in. I hope for the former… |
I just asked for some official clarification in the TS issue, let's see... |
Hei, But... in the last days I have updated few project to the last thi.ng umbrella version (and to the last typescript version) via I deleted I understand that this advice is ridiculously trivial and silly but in the end I get error to run away. I'm not using The only thing broken right now is prettier that does not support Again, sorry if this is not your situation and if this is a silly advice! |
@nkint there seems to have been a change between 3.8.2 and 3.8.3. currently, the umbrella packages use 3.8.2 and i will try this all out tonight w/ the newer version... FWIW, the |
I'm using ts 3.8.3:
|
No problem, sometimes it is good to check again :) I just tried it again and I am completely sure this error was introduced with TS 3.8.3. |
There's been some update/answer in the other issue: I will batch update all the |
Oki, people - new versions of all packages are up (also built w/ 3.8.3), which hopefully fixes this (specifically via this commit), please do let me know! I've just rebuilt all examples as well and didn't run into any issues... |
Is this working for you now? Can this be closed? :) |
Sorry for the late answer, I was busy during the weekend. I can confirm, this works now 👍 . |
no prob, @andrew8er & thanks, as always, for reporting this! :) |
In case you haven't seen yet - Prettier 2.0.1 has been released over the weekend - yay! |
I get a lot of errors like this one with TS 3.8.3, but not with 3.8.2:
This is related to this issue and this PR. It effectively disallows this kind of re-export. I could not find any information, whether this should actually work or not. Anyway, this is a breaking change in Typescript.
The text was updated successfully, but these errors were encountered: