gadget-inc / wds

Real fast development reloading for server side TypeScript projects.
MIT License
112 stars 6 forks source link

Update @swc/core 1.3.58 → 1.3.62 (patch) #80

Closed depfu[bot] closed 1 year ago

depfu[bot] commented 1 year ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​swc/core (1.3.58 → 1.3.62) · Repo · Changelog

Release Notes

1.3.62 (from changelog)

Bug Fixes

  • (es/minifier) Don't generate generator arrows (#7466) (e506635)

Miscellaneous Tasks

Performance

  • (bindings) Enable share-generics to reduce binary size (#7482) (d623db4)

  • (es/minifier) Make minifier not overly generic (#7483) (65ce5d1)

1.3.61 (from changelog)

Bug Fixes

  • (css/modules) Don't drop the correct selector (#7450) (d370324)

  • (es/codegen) Emit ; for TsImportEqualsDecl (#7464) (3935d02)

  • (es/parser) Fix parsing of generic jsx element name (#7449) (77850dd)

  • (plugin/runner) Disable wasi_env cleanup (#7458) (1868d36)

Features

  • (common) Enable bytecheck for missing structs (#7465) (56ac9eb)

  • (es/minifier) Inline for loop variables (#7445) (0cd2b61)

Miscellaneous Tasks

Testing

  • (es/parser) Add a test for a fixed issue (#7467) (8274cce)

1.3.60 (from changelog)

Bug Fixes

  • (es) Init filesystem cache only if plugin exists (#7436) (786cf3a)

  • (es) Ignore input sourcemap error (#7446) (0c92e53)

  • (es/compat) Fix destructuring handling of block_scoping (#7425) (66d52ec)

  • (es/compat) Fix stage 3 decorator pass (#7392) (97d0f79)

  • (es/compat) Fix variable scoping of object rest pass. (#7437) (f3d660f)

  • (es/parser) Reset class context (#7433) (1cab43f)

  • (es/parser) Allow using package as a parameter name in interface (#7438) (33a922b)

  • (es/parser) Fix parsing of tsx with a type annotation in a conditional expression (#7440) (a37d59a)

  • (es/preset-env) Fix pass ordering (#7434) (2071f89)

  • (swc_core) Correctly expose plugin with host (#7427) (558ca40)

Features

  • (plugin/runner) Enable in-memory precompiled module cache (#7420) (f8fe365)

Refactor

  • (plugin/runner) Add attributes to the module bytes (#7419) (c03a74c)

  • (swc_core) Make common_plugin_transform agnostic to mode (#7422) (cfdd407)

  • (visit) Reduce expanded LOCs (#7442) (e83368e)

1.3.59 (from changelog)

Bug Fixes

  • (common) Disable tracing/release_max_level_info (#7401) (95291f2)

  • (es/codegen) Do not create duplicate source map entry (#7309) (40ba242)

  • (es/compat) Mark reserved function names private (#7298) (dba78a0)

  • (es/minifier) Mark all function params as potential property mutation (#7409) (5dbbbea)

  • (es/minifier) Prevent inlining vars assigned outside current function scope (#7414) (40d2bf7)

  • (es/parser) Fix parsing of module identifier (#7400) (1d3f320)

  • (es/parser) Fix parsing of > in typescript mode (#7407) (57ad722)

Miscellaneous Tasks

Refactor

  • (plugin/runner) Revise cache, module loading (#7408) (ac5ab60)

Testing

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)