Closed F3n67u closed 2 years ago
@jonaskello please help review this pr. thanks
@jonaskello please help review this pr. thanks
@jonaskello do you have time to review this feature?
@F3n67u I've asked @aleclarson to review this one
It would be more efficient to use
readdirSync
here, which is only one I/O call instead of twoexistsSync
I/O calls.
@aleclarson thanks for your time. I already use readdirSync
instead of existSync
@aleclarson could help take a look at other 2 pr I made?
@aleclarson I see you approved this pr. do you have enough permission to merge this pr?
@F3n67u Can you also update the README and CHANGELOG (under unreleased entry)? After that we should be good to merge.
@F3n67u Can you also update the README and CHANGELOG (under unreleased entry)? After that we should be good to merge.
all done! thanks for your time. @jonaskello
@aleclarson @dividab @jonaskello Any idea when this will be released?
We need to get #206 merged before next release because #205 is merged but needs to be changed by #206.
@jonaskello Would it be possible to temporarily revert #205 and cut a release already please?
This would help the work I'm doing on Remix Stacks (see https://github.com/remix-run/indie-stack/pull/63, https://github.com/remix-run/blues-stack/pull/57 & https://github.com/remix-run/grunge-stack/pull/50) a lot.
That way we could use tsconfig-paths
to load jsconfig
too instead of trying out a custom solution.
@MichaelDeBoey This is released now in 4.0.0.
@jonaskello Are there any breaking changes? Looking at the CHANGELOG there aren't, but wanted to check to be sure.
The breaking changes are listed under the "changed" heading in the changelog.
This has a bug. We should be setting allowJs
to true for jsconfig.json
files.
close https://github.com/dividab/tsconfig-paths/issues/127