Releases: swc-project/swc-node
@swc-node/[email protected]
What's Changed
- fix(register): skip load files in node_modules by @Brooooooklyn in #828
Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]
@swc-node/[email protected]
What's Changed
- fix(register): default register/esm TSCONFIG_PATH on windows. by @simonbuchan in #818
- chore(deps): update dependency oxlint to ^0.6.0 by @renovate in #822
- fix(register): bump oxc-resolver by @Brooooooklyn in #824
- chore(deps): update dependency lerna to v8.1.6 by @renovate in #821
- fix(register): remove file extension tests in compile by @Brooooooklyn in #825
New Contributors
- @simonbuchan made their first contribution in #818
- @renovate made their first contribution in #822
Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]
@swc-node/[email protected]
What's Changed
- chore: replace deprecated husky install by @fargito in #809
- fix(register): resolve internal cjs module by @Brooooooklyn in #811
- docs: recommend
-S
on hashbang by @silverwind in #810 - fix(register): resolve .cjs/.cts file in esm package by @Brooooooklyn in #813
- fix(register): allow running .tsx file by @xandris in #812
New Contributors
- @silverwind made their first contribution in #810
- @xandris made their first contribution in #812
Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]
@swc-node/[email protected]
What's Changed
- fix(register): support moduleResolution Bundler by @Brooooooklyn in #806
Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]
@swc-node/[email protected]
What's Changed
- fix: fix ts extension detect regex, close #775 #774 #772 by @yeliex in #777
- doc: update readme by @yeliex in #778
- fix(esm-resolver): only return early if the specifier is an unsupported file by @fargito in #789
- fix(register): ts files extension resolve by @Brooooooklyn in #793
- fix(register): do not send undefined source code for compilation by @fargito in #797
- refactor(core): use oxc-resolver by @Brooooooklyn in #798
- fix(register): tsx file by @Brooooooklyn in #800
- fix(register): file path with query by @Brooooooklyn in #801
- fix(register): ensure TS compiler option to SWC config transformer respects inline source map option by @behroozk in #726
New Contributors
Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]
@swc-node/[email protected]
What's Changed
- fix: fix ts extension detect regex, close #775 #774 #772 by @yeliex in #777
- doc: update readme by @yeliex in #778
- fix(esm-resolver): only return early if the specifier is an unsupported file by @fargito in #789
- fix(register): ts files extension resolve by @Brooooooklyn in #793
New Contributors
Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]
@swc-node/[email protected]
What's Changed
- fix: esm module resolve issues by @yeliex in #754
- fix: add default tsconfig.baseUrl to align with tsc behavior by @yeliex in #759
- fix(register): fix esm entry resolver for third-party executer, close #762 by @yeliex in #766
- fix: support compile js files. close #761 by @yeliex in #767
- chore: upgrade dependencies by @Brooooooklyn in #771
Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]
@swc-node/[email protected]
What's Changed
- fix(core): remove
jsc.module.noInterop
when it's not supported by @kdy1 in #733 - chore: fix README for install, build, and test by @devjiwonchoi in #728
- feat(register): @swc-node/register/esm use TypeScript resolver by @cm-ayf in #727
- chore(deps-dev): bump @babel/traverse from 7.22.10 to 7.23.2 by @dependabot in #735
- Fix #716 by @eliellis in #725
- chore(deps-dev): bump axios from 1.3.5 to 1.6.1 by @dependabot in #738
- fix(core): respect useDefineForClassFields tsconfig value by @dsyddall in #740
- fix(core): respect sourceMaps swcrc value by @dsyddall in #742
- feat: add esm-register for node>20.6 by @yeliex in #748
- chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #747
- feat(core): support swc's
ignoreDynamic
option by @SukkaW in #745 - fix: fix import ts from node_modules by @yeliex in #744
- Mention --enable-source-maps in README.md for esm projects. by @Xinkai in #737
- feat: upgrade dependencies by @Brooooooklyn in #751
New Contributors
- @devjiwonchoi made their first contribution in #728
- @cm-ayf made their first contribution in #727
- @eliellis made their first contribution in #725
- @dsyddall made their first contribution in #740
- @SukkaW made their first contribution in #745
- @Xinkai made their first contribution in #737
Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]
@swc-node/[email protected]
What's Changed
- fix(core): remove
jsc.module.noInterop
when it's not supported by @kdy1 in #733 - chore: fix README for install, build, and test by @devjiwonchoi in #728
- feat(register): @swc-node/register/esm use TypeScript resolver by @cm-ayf in #727
New Contributors
- @devjiwonchoi made their first contribution in #728
- @cm-ayf made their first contribution in #727
Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]
@swc-node/[email protected]
What's Changed
- Ts Compiler to Swc Config: respects decorators config and SWCRC=true by @otaviosoares in #702
- docs: register node api usage by @JiangWeixian in #706
- Make sourcemaps work with both error stack & debugger by @ranjan-purbey in #707
- url now returns the href of a url object by @JipSterk in #698
- chore: upgrade dependencies by @Brooooooklyn in #709
- fix(register): inline sourcemap by @robbiespeed in #708
- fix(register): Fix to resolve adjacent file path by @chloe463 in #711
- fix: tsCompilerOptionsToSwcConfig should not override default swc config for jest by @meskill in #714
- chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #717
- fix(core): Pass
jsc.baseUrl
by @kdy1 in #721 - fix: fix import absolute path support by @yeliex in #720
- fix(core): assign
baseUrl
property by @kawaemon in #723 - fix(register): respect SWCRC environment variable when running in async mode by @bgdavidx in #715
New Contributors
- @otaviosoares made their first contribution in #702
- @JiangWeixian made their first contribution in #706
- @ranjan-purbey made their first contribution in #707
- @JipSterk made their first contribution in #698
- @robbiespeed made their first contribution in #708
- @chloe463 made their first contribution in #711
- @meskill made their first contribution in #714
- @yeliex made their first contribution in #720
- @kawaemon made their first contribution in #723
- @bgdavidx made their first contribution in #715
Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]