Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swc-project/swc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.5
Choose a base ref
...
head repository: swc-project/swc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.7
Choose a head ref
  • 13 commits
  • 142 files changed
  • 3 contributors

Commits on Feb 28, 2025

  1. chore: Update changelog

    swc-bot committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    a3a3a11 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. fix(es/typescript): Remove empty statements that const enum decls are…

    … folded into (#10128)
    
    **Description:**
    
    By searching `asEmbeddedStatement` in
    https://github.com/microsoft/TypeScript/blob/main/src/compiler/factory/nodeFactory.ts,
    we can know there are four cases where typescript **doesn't** insert an
    empty statement:
    1. Stmt in ModuleItem
    2. Stmts in Script's body
    3. Stmts in BlockStmt
    4. Stmts in SwitchCase
    
    Case 2, 3, 4 can be merged in `visit_mut_stmts`, while case 1 should be
    handled in `visit_mut_module_items`
    
    **Related issue:**
    
     - Closes #10097
    CPunisher authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    7bea830 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. fix(es/minifier): Fix regression due to #10056 (#10134)

    **Related issue:**
    
     - Closes #10133
    kdy1 authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    b145275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    142d0bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2610986 View commit details
    Browse the repository at this point in the history
  4. chore: Update changelog

    swc-bot committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    71477e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c551dc View commit details
    Browse the repository at this point in the history
  6. chore: Update changelog

    swc-bot committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    696f053 View commit details
    Browse the repository at this point in the history
  7. feat(ts/fast-strip): Emit json errors (#10144)

    **Description:**
    
     - Improves span for `swc_fast_ts_strip`.
     - Add `try_with_json_handler` to `swc_error_reporters`.
     - `@swc/wasm-typescript` now throws a string separated by `\n`.
    
    **Related issue:**
    
     - Closes #9884
    kdy1 authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    740bd57 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b84fe5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4405908 View commit details
    Browse the repository at this point in the history
  10. chore: Update changelog

    swc-bot committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    c8efdc0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    90f40dd View commit details
    Browse the repository at this point in the history
Loading