-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix issues with module resolution & config parsing #4
base: master
Are you sure you want to change the base?
Conversation
* add alias resolution caching * do not add extension to resolved alias * support modules + directories with same name
@IlyaSemenov @fmal @tkodev @pmunin would you guys care to try |
8ae3048
to
99755d1
Compare
@Js-Brecht I can confirm that issue #1 and #3 is resolved with this PR. I've installed 1.0.3-rc1 and it works fine. |
@Js-Brecht just echoing the above - this resolved #1 for me! Both compiling to CJS and ES6, the extension has been dropped which is fine for my use case. |
Is there a reason why json5 package was chosen over the jsonc-parser that is used by the TypeScript itself? |
Fixes #1
FIxes #2
Fixes #3