Skip to content

Commit 2b5d451

Browse files
nodejs-github-botaduh95
authored andcommitted
deps: update amaro to 1.1.1
PR-URL: #59141 Fixes: #59102 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent af789d9 commit 2b5d451

File tree

5 files changed

+94
-16
lines changed

5 files changed

+94
-16
lines changed

deps/amaro/dist/index.js

Lines changed: 77 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/amaro/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"강동윤 <[email protected]>"
55
],
66
"description": "wasm module for swc",
7-
"version": "1.12.1",
7+
"version": "1.13.1",
88
"license": "Apache-2.0",
99
"repository": {
1010
"type": "git",

deps/amaro/lib/wasm.d.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,20 @@ interface TransformConfig {
4343
* Defaults to false.
4444
*/
4545
tsEnumIsMutable?: boolean;
46+
47+
/**
48+
* Available only on nightly builds.
49+
*/
50+
jsx?: JsxConfig;
51+
}
52+
53+
interface JsxConfig {
54+
/**
55+
* How to transform JSX.
56+
*
57+
* @default "react-jsx"
58+
*/
59+
transform?: "react-jsx" | "react-jsxdev";
4660
}
4761

4862

deps/amaro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amaro",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Node.js TypeScript wrapper",
55
"license": "MIT",
66
"type": "commonjs",

src/amaro_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// Refer to tools/dep_updaters/update-amaro.sh
33
#ifndef SRC_AMARO_VERSION_H_
44
#define SRC_AMARO_VERSION_H_
5-
#define AMARO_VERSION "1.1.0"
5+
#define AMARO_VERSION "1.1.1"
66
#endif // SRC_AMARO_VERSION_H_

0 commit comments

Comments
 (0)