@swc-node/core
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.4.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@1.3.0...@swc-node/core@1.4.0) (2021-04-28) | ||
### Features | ||
- **core:** expose inline and both config for sourcemap ([780f2bb](https://github.com/Brooooooklyn/swc-node/commit/780f2bb81053af6fc6af865a979059ffff470eac)) | ||
# [1.3.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@1.2.0...@swc-node/core@1.3.0) (2021-03-04) | ||
@@ -8,0 +14,0 @@ |
@@ -1,6 +0,6 @@ | ||
import { ReactConfig } from '@swc/core'; | ||
import { ReactConfig, Config } from '@swc/core'; | ||
export interface Options { | ||
target?: 'es3' | 'es5' | 'es2015' | 'es2016' | 'es2017' | 'es2018' | 'es2019'; | ||
module?: 'commonjs' | 'umd' | 'amd' | 'es6'; | ||
sourcemap?: boolean | 'inline'; | ||
sourcemap?: Config['sourceMaps']; | ||
jsx?: boolean; | ||
@@ -7,0 +7,0 @@ experimentalDecorators?: boolean; |
{ | ||
"name": "@swc-node/core", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Faster swc nodejs binding", | ||
@@ -44,5 +44,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@swc/core": "^1.2.50" | ||
"@swc/core": "^1.2.54" | ||
}, | ||
"gitHead": "c77c35078f82589ec225685bf72ca543d296654e" | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/Brooooooklyn" | ||
}, | ||
"gitHead": "2737279e210f0104cb7094a6c0906a1bb6f4c3df" | ||
} |
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
16049
+ Added@swc/core@1.9.2(transitive)
+ Added@swc/core-darwin-arm64@1.9.2(transitive)
+ Added@swc/core-darwin-x64@1.9.2(transitive)
+ Added@swc/core-linux-arm-gnueabihf@1.9.2(transitive)
+ Added@swc/core-linux-arm64-gnu@1.9.2(transitive)
+ Added@swc/core-linux-arm64-musl@1.9.2(transitive)
+ Added@swc/core-linux-x64-gnu@1.9.2(transitive)
+ Added@swc/core-linux-x64-musl@1.9.2(transitive)
+ Added@swc/core-win32-arm64-msvc@1.9.2(transitive)
+ Added@swc/core-win32-ia32-msvc@1.9.2(transitive)
+ Added@swc/core-win32-x64-msvc@1.9.2(transitive)
+ Added@swc/types@0.1.15(transitive)
- Removed@swc/core@1.9.1(transitive)
- Removed@swc/core-darwin-arm64@1.9.1(transitive)
- Removed@swc/core-darwin-x64@1.9.1(transitive)
- Removed@swc/core-linux-arm-gnueabihf@1.9.1(transitive)
- Removed@swc/core-linux-arm64-gnu@1.9.1(transitive)
- Removed@swc/core-linux-arm64-musl@1.9.1(transitive)
- Removed@swc/core-linux-x64-gnu@1.9.1(transitive)
- Removed@swc/core-linux-x64-musl@1.9.1(transitive)
- Removed@swc/core-win32-ia32-msvc@1.9.1(transitive)
- Removed@swc/core-win32-x64-msvc@1.9.1(transitive)
- Removed@swc/types@0.1.14(transitive)
Updated@swc/core@^1.2.54