◐ Shell
clean mode source ↗

deps: update amaro to 0.4.1 · nodejs/node@ce1cfff

Original file line numberDiff line numberDiff line change

@@ -49,28 +49,9 @@ node --experimental-transform-types --import="amaro/transform" script.ts

4949

> Note that the "amaro/transform" loader should be used with `--experimental-transform-types` flag, or

5050

> at least with `--enable-source-maps` flag, to preserve the original source maps.

5151
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-
7152

### TypeScript Version

7253
73-

The supported TypeScript version is 5.5.4.

54+

The supported TypeScript version is 5.5.4, except the stage 3 decorator proposal.

7455
7556

## License (MIT)

7657