vite-plugin-swc-transform
Advanced tools
Comparing version 0.4.0-beta.2 to 0.4.0-beta.3
@@ -38,2 +38,7 @@ import type { JscConfig } from "@swc/core"; | ||
importAssertions?: boolean | undefined; | ||
importAttributes?: boolean | undefined; | ||
allowSuperOutsideMethod?: boolean | undefined; | ||
allowReturnOutsideFunction?: boolean | undefined; | ||
autoAccessors?: boolean | undefined; | ||
explicitResourceManagement?: boolean | undefined; | ||
}; | ||
@@ -40,0 +45,0 @@ loose?: boolean | undefined; |
{ | ||
"name": "vite-plugin-swc-transform", | ||
"version": "0.4.0-beta.2", | ||
"version": "0.4.0-beta.3", | ||
"description": "Vite plugin for transforming source files with SWC.", | ||
@@ -75,4 +75,4 @@ "homepage": "https://github.com/ziir/vite-plugin-swc-transform/#readme", | ||
"vitest": "^1.6.0", | ||
"viteup": "^0.0.3-beta" | ||
"viteup": "^0.0.3-beta.1" | ||
} | ||
} |
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
26194
232