| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -49,28 +49,9 @@ node --experimental-transform-types --import="amaro/transform" script.ts | |||
| 49 | 49 | > Note that the "amaro/transform" loader should be used with `--experimental-transform-types` flag, or | |
| 50 | 50 | > at least with `--enable-source-maps` flag, to preserve the original source maps. | |
| 51 | 51 | ||
| 52 | - ### How to update SWC | ||
| 53 | - | ||
| 54 | - To update the SWC version, run: | ||
| 55 | - | ||
| 56 | - ```shell | ||
| 57 | - ./tools/update-swc.sh | ||
| 58 | - git add deps | ||
| 59 | - git commit -m "chore: update swc to vX.Y.Z" | ||
| 60 | - ``` | ||
| 61 | - | ||
| 62 | - Once you have updated the rust source code we must build the wasm. | ||
| 63 | - To build the wasm it is necessary to have Docker installed. | ||
| 64 | - | ||
| 65 | - ```shell | ||
| 66 | - node ./tools/build-wasm.js | ||
| 67 | - git add lib | ||
| 68 | - git commit -m "chore: build wasm from swc vX.Y.Z" | ||
| 69 | - ``` | ||
| 70 | - | ||
| 71 | 52 | ### TypeScript Version | |
| 72 | 53 | ||
| 73 | - The supported TypeScript version is 5.5.4. | ||
| 54 | + The supported TypeScript version is 5.5.4, except the stage 3 decorator proposal. | ||
| 74 | 55 | ||
| 75 | 56 | ## License (MIT) | |
| 76 | 57 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | "강동윤 <kdy1997.dev@gmail.com>" | |
| 5 | 5 | ], | |
| 6 | 6 | "description": "wasm module for swc", | |
| 7 | - "version": "1.10.14", | ||
| 7 | + "version": "1.11.5", | ||
| 8 | 8 | "license": "Apache-2.0", | |
| 9 | 9 | "repository": { | |
| 10 | 10 | "type": "git", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "amaro", | |
| 3 | - "version": "0.3.2", | ||
| 3 | + "version": "0.4.1", | ||
| 4 | 4 | "description": "Node.js TypeScript wrapper", | |
| 5 | 5 | "license": "MIT", | |
| 6 | 6 | "type": "commonjs", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,5 +2,5 @@ | |||
| 2 | 2 | // Refer to tools/dep_updaters/update-amaro.sh | |
| 3 | 3 | #ifndef SRC_AMARO_VERSION_H_ | |
| 4 | 4 | #define SRC_AMARO_VERSION_H_ | |
| 5 | - #define AMARO_VERSION "0.3.2" | ||
| 5 | + #define AMARO_VERSION "0.4.1" | ||
| 6 | 6 | #endif // SRC_AMARO_VERSION_H_ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments