mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
deps: update amaro to 1.1.1
PR-URL: https://github.com/nodejs/node/pull/59141 Fixes: https://github.com/nodejs/node/issues/59102 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This commit is contained in:
parent
5fe16bc6bf
commit
5e70d836d6
5 changed files with 94 additions and 16 deletions
90
deps/amaro/dist/index.js
vendored
90
deps/amaro/dist/index.js
vendored
File diff suppressed because one or more lines are too long
2
deps/amaro/dist/package.json
vendored
2
deps/amaro/dist/package.json
vendored
|
@ -4,7 +4,7 @@
|
|||
"강동윤 <kdy1997.dev@gmail.com>"
|
||||
],
|
||||
"description": "wasm module for swc",
|
||||
"version": "1.12.1",
|
||||
"version": "1.13.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
14
deps/amaro/lib/wasm.d.ts
vendored
14
deps/amaro/lib/wasm.d.ts
vendored
|
@ -43,6 +43,20 @@ interface TransformConfig {
|
|||
* Defaults to false.
|
||||
*/
|
||||
tsEnumIsMutable?: boolean;
|
||||
|
||||
/**
|
||||
* Available only on nightly builds.
|
||||
*/
|
||||
jsx?: JsxConfig;
|
||||
}
|
||||
|
||||
interface JsxConfig {
|
||||
/**
|
||||
* How to transform JSX.
|
||||
*
|
||||
* @default "react-jsx"
|
||||
*/
|
||||
transform?: "react-jsx" | "react-jsxdev";
|
||||
}
|
||||
|
||||
|
||||
|
|
2
deps/amaro/package.json
vendored
2
deps/amaro/package.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "amaro",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Node.js TypeScript wrapper",
|
||||
"license": "MIT",
|
||||
"type": "commonjs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue