-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat(imports): Add emitLegacyCommonJSImports setting #121
feat(imports): Add emitLegacyCommonJSImports setting #121
Conversation
🦋 Changeset detectedLatest commit: 2940182 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
packages/typescript-resolver-files/src/generateResolverFiles/addExternalResolverImport.ts
Outdated
Show resolved
Hide resolved
packages/typescript-resolver-files/src/validatePresetConfig/validatePresetConfig.ts
Show resolved
Hide resolved
Hi @JustusFluegel , thank you for creating the PR! It's looking good. I left a few minor comments. Here's a few extra things to do to make it ready to be merged:
|
I think that looks good
|
oops ./topic/topic.mappers isn't correct. Searched for half an hour but couldn't find out where that is coming from. Any ideas? |
Ah I see, mappers use the |
I think your link is incorrect, it just redirects me to my last message |
Oops, sorry 😅 . The correct link is here. |
Signed-off-by: Justus Fluegel <justusfluegel@gmail.com>
Signed-off-by: Justus Fluegel <justusfluegel@gmail.com>
Signed-off-by: Justus Fluegel <justusfluegel@gmail.com>
9b46295
to
2618a57
Compare
sorry, should be done, should be ready for review if you have the time @eddeee888 |
Thanks @JustusFluegel! The implementation and e2e tests looks good! There are some unit tests are failing here. Do you mind having a look? I think we just need to add the flag in 🙂 You can run unit test by running this: yarn nx test typescript-resolver-files |
Signed-off-by: Justus Fluegel <justusfluegel@gmail.com>
Hopefully this should be it. If that was it then thanks for your patience :) @eddeee888 |
Great stuff! Thank you @JustusFluegel ! |
Closes #65
Sorry that this took so long, had a lot popping up and then kinda forgot I created this issue.