Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.5.2
->1.8.0
1.3.105
->1.4.2
0.2.31
->0.2.36
Release Notes
swc-project/swc-node (@swc-node/register)
v1.8.0
Compare Source
What's Changed
jsc.module.noInterop
when it's not supported by @kdy1 in https://github.com/swc-project/swc-node/pull/733ignoreDynamic
option by @SukkaW in https://github.com/swc-project/swc-node/pull/745New Contributors
Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/core](https://togithub.com/swc-node/core)[@​1](https://togithub.com/1).10.5...[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).8.0
v1.6.8
Compare Source
What's Changed
jsc.module.noInterop
when it's not supported by @kdy1 in https://github.com/swc-project/swc-node/pull/733New Contributors
Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/core](https://togithub.com/swc-node/core)[@​1](https://togithub.com/1).10.5...[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).6.8
v1.6.7
Compare Source
v1.6.6
Compare Source
v1.6.5
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/core](https://togithub.com/swc-node/core)[@​1](https://togithub.com/1).10.1...[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).6.5
v1.6.4
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/core](https://togithub.com/swc-node/core)[@​1](https://togithub.com/1).10.1...[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).6.4
v1.6.3
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/core](https://togithub.com/swc-node/core)[@​1](https://togithub.com/1).10.1...[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).6.3
v1.6.2
Compare Source
Bug Fixes
v1.6.1
Compare Source
Bug Fixes
v1.6.0
Compare Source
Experimental
esm
supportnode --loader=@​swc-node/register/esm ./src/index.ts
in this projectsrc/index.ts
tsconfig.json
package.json
output
What's Changed
Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/jest](https://togithub.com/swc-node/jest)[@​1](https://togithub.com/1).5.9...[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).6.0
v1.5.8
Compare Source
Bug Fixes
v1.5.6
Compare Source
Bug Fixes
v1.5.5
Compare Source
Note: Version bump only for package @swc-node/register
v1.5.4
Compare Source
Note: Version bump only for package @swc-node/jest
v1.5.3
Compare Source
swc-project/swc (@swc/core)
v1.4.2
Compare Source
Bug Fixes
(es/helpers) Add
addInitializer
to field decorators (#8619) (cd38ef3)(es/minifier) Abort property hoister on
this
usage (#8647) (9715320)(es/react) Validate pragma before parsing (#8637) (5f1cf01)
(es/typescript) Handle exported JSX members (#8642) (22c8e2e)
Features
(es/minifier) Remove unused parameters of arrow functions (#8636) (8cd4813)
(swc_core) Expose ES linter (#8635) (762959c)
Testing
(es/parser) Add a test for
<<
(#8634) (2c63b31)(es/transforms) Add a test for
reserved_words
pass (#8638) (a0b77e0)v1.4.1
Compare Source
Bug Fixes
(binding/types) Update typings for
options.envs
to match implementation (#8620) (2a115cf)(es/compat) Visit AssignExpr right branch in FnEnvHoister (#8633) (e5d6de0)
(es/decorators) Do not insert duplicate constructors (#8631) (21a447f)
(es/parser) Set class property to
abstract
oroverride
even in error states (#8610) (5a77306)(es/parser) Fix parsing of dynamic source phase imports (#8611) (7d724d8)
(es/parser) Rescan
<<
as<
when parsing type args (#8607) (9e6dad9)(es/parser) Fix detection of
use strict
directive (#8617) (95236e9)(es/plugin) Fix schema version issue (#8621) (132be95)
(es/quote) Allow variables typed
AssignTarget
(#8602) (6a48be4)(es/quote) Support
AssignTarget
, really (#8603) (ef91661)(es/quote) Fix code generation of
AssignTarget
(#8604) (16e9d4c)Features
hoist_props
(#8593) (3122e94)Miscellaneous Tasks
(config) Remove an empty file in
swc_config
(#8609) (d87fef0)(preset-env) Update
browserslist-rs
(#8614) (e5585e9)Refactor
Testing
(es) Update
tsc
conformance test suite (#8615) (c0beba7)Update
@swc/plguin-jest
used for plugin e2e testing (#8601) (95fe3db)Build
(cargo) Update
rustc
tonightly-2024-02-06
(#8618) (6726b63)(plugin) Update
wasmer
tov4.2.5
(#8624) (4e0d240)v1.4.0
Compare Source
Bug Fixes
(cli) Make Rust CLI use sourcemap code from the
swc
crate (#8576) (82bc061)(es/codegen) Fix codegen of async methods with decorators (#8575) (8c32225)
(es/lexer) Fix typo in
package
keyword (#8589) (8413a6c)(es/minifier) Fix top-level check (#8583) (a7c5255)
(es/proposals) Support using
using
keyword with functions (#8574) (d81596c)(es/resolver) Skip property in JSX member (#8598) (d480ab9)
(es/testing) Make
test_inline!
not read output as a file (#8569) (d683089)(es/typescript) Handle exported JSX binding name in TypeScript namespace (#8596) (2a70a6b)
Features
(es/minifier) Inline more IIFE arguments (#8584) (18e0b53)
(es/minifier) Respect more options (#8582) (fd997d3)
Refactor
Testing
(es/minifer) Update the passing terser test list (#8573) (8b86638)
(es/testing) Ensure that
test_inline!
is working properly (#8590) (872a47b)v1.3.107
Compare Source
Bug Fixes
(es/codegen) Do not produce octal literals (#8565) (07634a0)
(es/decorator) Skip TypeScript class method/prop declarations (#8555) (6a8dd8c)
(es/decorator) Preserve state while traversing the
module_items
scope (#8556) (f416aff)(es/loader) Make
tsc
resolver work for bare specifier (#8550) (d6a4615)v1.3.106
Compare Source
Bug Fixes
(binding/types) Add
bugfixes
field to EnvConfig (#8538) (49ebdf9)(common) Fix source map generation with
inputSourceMap
(#8546) (043ee85)(es/ast) Add
definite
andis_override
toAutoAccessor
(#8436) (572bcae)(es/ast) Fix definition of
SetterProp
(#8314) (bc38ac9)(es/codegen) Set
sourceRoot
of sourcemaps (#6086) (ae78669)(es/compat) Support vars from
reserved_word
pass (#8543) (fc929e9)(es/loader) Don't use browser versions for
jsc.paths
(#8548) (fab27da)(es/minifier) Fix a bug related to inliner and the variable scoping (#8542) (aa70131)
(es/module) Fix resolving of dependencies (#8533) (71fb5c1)
(es/module) Fix handling of
*
injsc.paths
(#8535) (2d8bd9e)(es/quote) Add support for import phase to quote macro (#8536) (71930ff)
Features
(css/parser) Implement error reporting for
@value
of CSS Modules (#8547) (00619b1)(es/ast) Support import phase (#8279) (72048ae)
(swc_core) Expose
preset_env_base
(#8537) (793f265)Miscellaneous Tasks
sourcemap
(#8544) (4630426)swc-project/pkgs (@swc/jest)
v0.2.32
Compare Source
Configuration
📅 Schedule: Branch creation - "before 5am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.