oxc-transform
Advanced tools
Comparing version 0.30.4 to 0.30.5
@@ -127,4 +127,10 @@ /* auto-generated by NAPI-RS */ | ||
useSpread?: boolean | ||
/** Enable react fast refresh transform */ | ||
refresh?: ReactRefreshBindingOptions | ||
/** | ||
* Enable React Fast Refresh . | ||
* | ||
* Conforms to the implementation in {@link https://github.com/facebook/react/tree/main/packages/react-refresh} | ||
* | ||
* @default false | ||
*/ | ||
refresh?: boolean | ReactRefreshBindingOptions | ||
} | ||
@@ -185,8 +191,2 @@ | ||
cwd?: string | ||
/** | ||
* Force jsx parsing, | ||
* | ||
* @default false | ||
*/ | ||
jsx?: boolean | ||
/** Configure how TypeScript is transformed. */ | ||
@@ -197,3 +197,3 @@ typescript?: TypeScriptBindingOptions | ||
/** Enable ES2015 transformations. */ | ||
es2015?: Es2015BindingOptions | ||
es2015?: ES2015BindingOptions | ||
/** | ||
@@ -200,0 +200,0 @@ * Enable source map generation. |
{ | ||
"name": "oxc-transform", | ||
"version": "0.30.4", | ||
"version": "0.30.5", | ||
"description": "Oxc transform Node API", | ||
@@ -26,11 +26,11 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@oxc-transform/binding-win32-x64-msvc": "0.30.4", | ||
"@oxc-transform/binding-win32-arm64-msvc": "0.30.4", | ||
"@oxc-transform/binding-linux-x64-gnu": "0.30.4", | ||
"@oxc-transform/binding-linux-arm64-gnu": "0.30.4", | ||
"@oxc-transform/binding-linux-x64-musl": "0.30.4", | ||
"@oxc-transform/binding-linux-arm64-musl": "0.30.4", | ||
"@oxc-transform/binding-darwin-x64": "0.30.4", | ||
"@oxc-transform/binding-darwin-arm64": "0.30.4" | ||
"@oxc-transform/binding-win32-x64-msvc": "0.30.5", | ||
"@oxc-transform/binding-win32-arm64-msvc": "0.30.5", | ||
"@oxc-transform/binding-linux-x64-gnu": "0.30.5", | ||
"@oxc-transform/binding-linux-arm64-gnu": "0.30.5", | ||
"@oxc-transform/binding-linux-x64-musl": "0.30.5", | ||
"@oxc-transform/binding-linux-arm64-musl": "0.30.5", | ||
"@oxc-transform/binding-darwin-x64": "0.30.5", | ||
"@oxc-transform/binding-darwin-arm64": "0.30.5" | ||
} | ||
} |
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
20931