manaba-enhanced
manaba-enhanced copied to clipboard
chore(deps): update dependency @swc/core to v1.7.35
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@swc/core (source) | 1.3.25 -> 1.7.35 |
Release Notes
swc-project/swc (@swc/core)
v1.7.35
Bug Fixes
-
(es/codegen) Fix source map so it works with Sentry (#9627) (9c90a73)
-
(es/minifier) Compress consecutive return statements properly (#9620) (8263da1)
-
(es/module) Allow TypeScript nodes for
Rewriter
(#9606) (4ee45ac) -
(html/minifier) Fix HTML minifier TS types (#9615) (7b98bb5)
Features
-
(bindings/html) Accept
Buffer|string
instead ofBuffer
(#9625) (62edb36) -
(es/testing) Parse test code as a
Program
instead of aModule
(#9264) (166b858) -
(es/testing) Parse test code as a
Program
instead of aModule
(#9623) (bfea322)
Miscellaneous Tasks
Performance
-
(es/codegen) Reduce usage of
tracing::instrument
(#9604) (2f06fc5) -
(es/typescript) Reduce unnecessary visits (#9605) (866af6c)
Refactor
Build
v1.7.28
Bug Fixes
-
(ast) Add
archive(check_bytes)
to all relevant AST types (#9574) (185d6f5) -
(cli) Exclude non-files from get_files_list (#9560) (85cc2bd)
-
(es/codegen) Fix wrong sourcemap when there are new lines in tpl (#9578) (cf74382)
-
(es/compat) Skip
getter
andsetter
as FlowHelperfunction
do (#9580) (14cfd70) -
(es/minifier) Avoid decl name when mangle with eval (#9546) (e2242c4)
-
(es/minifier) Check variable type while optimizing
+=
(#9575) (04016e9) -
(es/module) Rewrite import specifier in type declaration (#9577) (fc0ba2a)
-
(plugin) Don't panic when ast byte not match (#9562) (c36871a)
Miscellaneous Tasks
Testing
v1.7.26
v1.7.25
Bug Fixes
Features
Miscellaneous Tasks
- (bindings/node) Fix type definition (64ec111)
v1.7.24
Bug Fixes
-
(es/compat) Handle label block in constructor (#9528) (c43dbad)
-
(es/decorator) Add support for private access expressions in legacy decorators (#9535) (62ed065)
-
(es/minifier)
typeof
class should befunction
(#9522) (c7fdd6b) -
(es/minifier) Prevent removing side effects from accessing getter (#9530) (8513816)
-
(es/typescript) Handle enum in single statement (#9532) (84b0043)
v1.7.23
Bug Fixes
Performance
v1.7.22
Bug Fixes
- (es/minifier) Iterate object properties in reverse direction while inlining property access (#9507) (f584ef7)
v1.7.21
Bug Fixes
v1.7.19
Bug Fixes
Features
Miscellaneous Tasks
Refactor
v1.7.18
v1.7.14
Bug Fixes
Features
Refactor
v1.7.12
Bug Fixes
-
(common) Do not use
adjust_mappings
fromsourcemap
crate (#9437) (563c162) -
(es) Mark TypeScript nodes as reachable from
Evaluator
(#9440) (308e5ec) -
(es/compat) Init this in sub class constructor for async (#9446) (bfaf31b)
-
(es/decorators) Fix metadata for accessors (#9444) (99738ef)
Miscellaneous Tasks
v1.7.11
Bug Fixes
Features
-
(es/typescript) Add
native_class_properties
to skip reordering of class properties inits (#9421) (d2929d1) -
(estree/compat) Remove dependency on
rayon
(#9393) (34d1b27) -
(html/minifier) Support using custom css minifier (#9425) (970cc81)
Miscellaneous Tasks
-
(es/preset-env) Update core js compat data (#9407) (ce761cf)
-
(es/typescript) Remove the workaround for wasm-bindgen (#9428) (55f7268)
v1.7.10
Bug Fixes
-
(es/typescript) Strip optional mark and definite mark (#9411) (8c161a0)
-
(es/typescript) Strip exported default overload function declaration (#9412) (b395f48)
-
(es/typescript) Strip
this
param in getter/setter (#9414) (442fb7b) -
(es/typescript) Update ts-strip type definition (#9415) (165c8fa)
v1.7.9
Bug Fixes
v1.7.6
Bug Fixes
-
(es/codegen) Print the missing
abstract
in class expression (#9372) (c2e3021) -
(es/decorators) Use correct class name reference (#9375) (badd6a9)
-
(es/typescript) Strip declare export in strip-only mode (#9374) (c53cce4)
v1.7.5
Bug Fixes
-
(es/parser) Fix span for unterminated block comments (#9361) (dc1b87e)
-
(es/parser) Make
UnterminatedBlockComment
stick to the EOF (#9366) (4f0fc6e) -
(es/typescript) Handle single type statement in if/for/while (#9364) (2217730)
-
(es/typescript) Handle backtick in ASI issue (#9367) (6f1716c)
Miscellaneous Tasks
v1.7.4
Bug Fixes
-
(es/codegen) Emit question token for class methods (#9342) (636585b)
-
(es/minifier) Preserve flags while dropping elements of
SeqExpr
(#8907) (24e8798) -
(es/typescript) Fix ASI in expression for fast strip (#9358) (3ee82e2)
Documentation
Miscellaneous Tasks
v1.7.3
Bug Fixes
v1.7.2
Bug Fixes
-
(es/ast) Accept any case of EsVersion during deserialization (#9329) (56da6be)
-
(es/typescrupt) Fix ASI issue in fast ts strip (#9332) (57146cf)
Documentation
v1.7.1
Bug Fixes
-
(bindings/types) Add missing mangle options (#9298) (567f40d)
-
(es/ast) Make span of binding ident include type ann (#9293) (2b32481)
Features
-
(allocator) Feature gate
nightly
via macros (#9274) (a31fb58) -
(es/typescript) Add esm build for fast ts strip (#9286) (d10cb9f)
Miscellaneous Tasks
Performance
-
(allocator) Use
std
instead ofallocator-api2
(#9281) (88723db) -
(es/codegen) Use
Vec<T>
fromswc_allocator
(#9280) (c1cd0b9) -
(es/codegen) Optimize using
swc_allocator
(#9294) (07376c6) -
(es/helpers) Use
bool
instead ofAtomicBool
(#9321) (8107e98)
Refactor
Build
v1.7.0
Bug Fixes
-
(allocator) Fix allocator & add benchmark (#9234) (037dad5)
-
(allocator) Remove wrong assertions and add tests (#9252) (d8e8b04)
-
(es/codegen) Fix codegen of large numeric literals (#9226) (fba79e6)
-
(es/compat) Consider only the variables used in the closure (#9151) (1357531)
-
(es/compat) Add support for destructuring with BigInts (#9215) (2cc7028)
-
(es/minifier) Fix variable declaration in default branch (#9220) (a7c82bd)
-
(es/minifier) Check
this
in function params (#9229) (da4866d) -
(es/minifier) Remove optimization for array pattern (#9241) (521161e)
-
(es/minifier) Fix panic in bitwise logic and incorrect values (#9258) (baeb9e2)
-
(es/minifier) Collect raw str values for new Tpl element (#9261) (6ddbfa0)
-
(es/typescript) Handle unicode for fast ts strip (#9202) (096bfe3)
Documentation
Features
-
(es/typescript) Add
transform
mode back to fast TS strip (#9237) (8231e3c) -
(es/utils) Support for arrays using
cast_to_number
(#9212) (2aef14d)
Miscellaneous Tasks
Performance
-
(bindings/wasm) Shrink the size of the wasm file (#9191) (3a23b3d)
-
(es/typescript) Add a benchmark for fast TS strip (#9205) (7d9364c)
-
(es/visit) Introduce
standard_only_*
macros (#9207) (92879b1)
Refactor
-
(allocator) Use
&
instead of a thread-local (#9235) (8d5670e) -
(allocator) Use RAII guard instead of
scope
(#9254) (6e098ae) -
(common) Drop
SyntaxContext
from AST nodes (#9175) (b2491e5) -
(es) Use
Into
andFrom
for AST construction (#9201) (0960b23)
Testing
Pers
v1.6.13
Bug Fixes
Features
Testing
v1.6.12
Bug Fixes
-
(es/decorators) Fix bugs of
2022-03
implementation (#9145) (8a3ae44) -
(es/loader) Exclude
.json
from default extension list (#9134) (e94e5e7) -
(es/renamer) Fix renaming of default-exported declarations (#9135) (45f671d)
-
(es/typescript) Fix tricky cases in TS fast strip (#9159) (2bc51b8)
-
(es/typescript) Fix replacement logic of fast TS strip (#9163) (c5acafe)
Features
-
(bindings/ts) Add transform/strip-only mode (#9138) (a08bb46)
-
(es/testing) Improve comment testing story (#9150) (3638e97)
Performance
Refactor
v1.6.7
Bug Fixes
Documentation
- Use
@swc/counter
for 3rd-party download count (026ff7e)
Features
-
(binding) Create Wasm package for stripping only TypeScript (#9124) (6b3c0da)
-
(es/minifier) Handle more indexing expression (#8750) (570c47a)
Performance
Refactor
Testing
Build
v1.6.6
Bug Fixes
Performance
v1.6.5
v1.6.4
Features
-
(common) Add fallible methods to
swc_common::SourceMap
(#9090) (e423d1b) -
(es/transform) Add experimental
.d.ts
generation (#9093) (51a2702) -
(typescript) Implement Isolated Declaration (#9086) (a855159)
Miscellaneous Tasks
Performance
Refactor
v1.6.3
Bug Fixes
Performance
-
(es/lexer) Make lexing of string literals faster (#9077) (373bac5)
-
(es/lexer) Reduce allocation while lexing identifiers (#9076) (69f00b8)
-
(es/lexer) Add a fast-path to template literal lexer (#9080) (238f1c5)
Refactor
-
(common) Simplify
StringInput
implementation (#9071) ([c3a8
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.