Skip to content

Commit

Permalink
fix: upgrade swc_core to 0.92.2
Browse files Browse the repository at this point in the history
  • Loading branch information
2fd committed May 9, 2024
1 parent 9d4d311 commit e2d6fc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ strip = "symbols"
[dependencies]
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
swc_core = { version = "0.91.0", features = ["ecma_plugin_transform"] }
swc_core = { version = "0.92.2", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.113.0"
swc_ecma_visit = "0.99.0"
swc_plugin_macro = "0.9.16"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ If you are using SWC to transpile your TypeScript code, and your target is `es20

## Compatibility chart

| `@swc/core` | `@rspack/core` | `swc-plugin-allow-importing-ts-extensions` |
| ----------- | -------------- | ------------------------------------------ |
| `1.4.0` | `0.6.x` | `1.0.x` |
| `1.5.0` | | `1.1.x` |
| `swc-plugin-allow-importing-ts-extensions` | `@swc/core` | `@rspack/core` |
| ------------------------------------------ | ----------- | -------------- |
| `1.0.x` | `1.4.0` | `0.6.x` |
| `1.1.x` | `1.5.0` | |

## Usage

Expand Down

0 comments on commit e2d6fc5

Please sign in to comment.