Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a02e05c

Browse filesBrowse files
nodejs-github-botaduh95
authored andcommitted
deps: update amaro to 1.1.5
PR-URL: #60541 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent c94c655 commit a02e05c
Copy full SHA for a02e05c

File tree

Expand file treeCollapse file tree

5 files changed

+9
-9
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+9
-9
lines changed
Open diff view settings
Collapse file

‎deps/amaro/dist/index.js‎

Copy file name to clipboardExpand all lines: deps/amaro/dist/index.js
+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎deps/amaro/dist/package.json‎

Copy file name to clipboardExpand all lines: deps/amaro/dist/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"강동윤 <kdy1997.dev@gmail.com>"
55
],
66
"description": "wasm module for swc",
7-
"version": "1.13.20",
7+
"version": "1.13.21",
88
"license": "Apache-2.0",
99
"repository": {
1010
"type": "git",
Collapse file

‎deps/amaro/lib/wasm.d.ts‎

Copy file name to clipboardExpand all lines: deps/amaro/lib/wasm.d.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ interface TransformConfig {
3030
* Don't create `export {}`.
3131
* By default, strip creates `export {}` for modules to preserve module
3232
* context.
33-
*
33+
*
3434
* @see https://github.com/swc-project/swc/issues/1698
3535
*/
3636
noEmptyExport?: boolean;
@@ -39,7 +39,7 @@ interface TransformConfig {
3939
* Disables an optimization that inlines TS enum member values
4040
* within the same module that assumes the enum member values
4141
* are never modified.
42-
*
42+
*
4343
* Defaults to false.
4444
*/
4545
tsEnumIsMutable?: boolean;
@@ -53,7 +53,7 @@ interface TransformConfig {
5353
interface JsxConfig {
5454
/**
5555
* How to transform JSX.
56-
*
56+
*
5757
* @default "react-jsx"
5858
*/
5959
transform?: "react-jsx" | "react-jsxdev";
Collapse file

‎deps/amaro/package.json‎

Copy file name to clipboardExpand all lines: deps/amaro/package.json
+1-1Lines 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.4",
3+
"version": "1.1.5",
44
"description": "Node.js TypeScript wrapper",
55
"license": "MIT",
66
"type": "commonjs",
Collapse file

‎src/amaro_version.h‎

Copy file name to clipboardExpand all lines: src/amaro_version.h
+1-1Lines 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.4"
5+
#define AMARO_VERSION "1.1.5"
66
#endif // SRC_AMARO_VERSION_H_

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.