-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
bug: rollup plugin typescript 4.5-beta - 4.6 json import with node12 node14 nodenext resolve modes #1020
Comments
Looks like you wanted a feature request issue. Could you please update the template and provide all of the requested details? |
not an rollup issue needs to get fixed in typescript |
@frank-dspeed et al. I think this should be reopened. On lines 48-50 of normalize.ts. If one specifies module as Given the peer dependency for |
@shellscape no it was not a request read the following if your interrested. but this will maybe first time happen with typescript 4.6 and 4.5 will not have the new node12 and nodenext module modes
|
Hi @frank-dspeed I just misread your post. Indeed I should file another issue, but indeed what I mentioned pertains to |
@typhonrt your correct but you should not fill that issue unless your affilated with typescript in anyway if you want to take that job you can do it else i do it. I am working on typescript-rollup a typescript version with a rollup compatible ast that also can get queryed via a api. You can See it a bit as Distributed Rollup and Typescript thats why i am following the typescript and rollup development. |
Expected Behavior
Actual Behavior
Additional Information
support for moduleResolution
node12
andnodenext
is neededUpdate
This is now expected to land with ts4.6 and it is also fixed and verifyed already.
The text was updated successfully, but these errors were encountered: