@swc-node/core
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.7.3](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.7.2...@swc-node/core@0.7.3) (2020-09-09) | ||
### Bug Fixes | ||
- **core:** conditional expr in callee & do not rename new keywords in meta properties ([c893622](https://github.com/Brooooooklyn/swc-node/commit/c8936229782164fe54bd864ecc2d8049827fd1ef)) | ||
## [0.7.2](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.7.1...@swc-node/core@0.7.2) (2020-09-07) | ||
@@ -8,0 +14,0 @@ |
@@ -13,2 +13,2 @@ export interface Options { | ||
export declare function transform(source: string, path: string, options?: Options): any; | ||
export declare const SWC_VERSION = "98f6e1d"; | ||
export declare const SWC_VERSION = "3a26d3d"; |
@@ -45,3 +45,3 @@ "use strict"; | ||
exports.transform = transform; | ||
exports.SWC_VERSION = '98f6e1d'; | ||
exports.SWC_VERSION = '3a26d3d'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@swc-node/core", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Faster swc nodejs binding", | ||
@@ -64,8 +64,8 @@ "keywords": [ | ||
}, | ||
"gitHead": "bbec6fd5d7a74b1be275a5b794f719c2e6f3b8d1", | ||
"gitHead": "4997c8639f4fe67afbd861de9dbc2fa435d974b0", | ||
"optionalDependencies": { | ||
"@swc-node/core-darwin": "^0.7.2", | ||
"@swc-node/core-linux": "^0.7.2", | ||
"@swc-node/core-win32": "^0.7.2" | ||
"@swc-node/core-darwin": "^0.7.3", | ||
"@swc-node/core-linux": "^0.7.3", | ||
"@swc-node/core-win32": "^0.7.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
174125