| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c94c655 commit a02e05c
5 files changed
| 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.13.20", | ||
| 7 | + "version": "1.13.21", | ||
| 8 | 8 | "license": "Apache-2.0", | |
| 9 | 9 | "repository": { | |
| 10 | 10 | "type": "git", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,7 @@ interface TransformConfig { | |||
| 30 | 30 | * Don't create `export {}`. | |
| 31 | 31 | * By default, strip creates `export {}` for modules to preserve module | |
| 32 | 32 | * context. | |
| 33 | - * | ||
| 33 | + * | ||
| 34 | 34 | * @see https://github.com/swc-project/swc/issues/1698 | |
| 35 | 35 | */ | |
| 36 | 36 | noEmptyExport?: boolean; | |
@@ -39,7 +39,7 @@ interface TransformConfig { | |||
| 39 | 39 | * Disables an optimization that inlines TS enum member values | |
| 40 | 40 | * within the same module that assumes the enum member values | |
| 41 | 41 | * are never modified. | |
| 42 | - * | ||
| 42 | + * | ||
| 43 | 43 | * Defaults to false. | |
| 44 | 44 | */ | |
| 45 | 45 | tsEnumIsMutable?: boolean; | |
@@ -53,7 +53,7 @@ interface TransformConfig { | |||
| 53 | 53 | interface JsxConfig { | |
| 54 | 54 | /** | |
| 55 | 55 | * How to transform JSX. | |
| 56 | - * | ||
| 56 | + * | ||
| 57 | 57 | * @default "react-jsx" | |
| 58 | 58 | */ | |
| 59 | 59 | transform?: "react-jsx" | "react-jsxdev"; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "amaro", | |
| 3 | - "version": "1.1.4", | ||
| 3 | + "version": "1.1.5", | ||
| 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 "1.1.4" | ||
| 5 | + #define AMARO_VERSION "1.1.5" | ||
| 6 | 6 | #endif // SRC_AMARO_VERSION_H_ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments