@swc/types
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -511,3 +511,3 @@ export interface Plugin { | ||
/** | ||
* Defaults to `false` | ||
* @deprecated Always true because it's in ecmascript spec. | ||
*/ | ||
@@ -579,5 +579,25 @@ dynamicImport?: boolean; | ||
/** | ||
* @deprecated An alias of `importAttributes` | ||
*/ | ||
importAssertions?: boolean; | ||
/** | ||
* Defaults to `false` | ||
*/ | ||
importAssertions?: boolean; | ||
importAttributes?: boolean; | ||
/** | ||
* Defaults to `false` | ||
*/ | ||
allowSuperOutsideMethod?: boolean; | ||
/** | ||
* Defaults to `false` | ||
*/ | ||
allowReturnOutsideFunction?: boolean; | ||
/** | ||
* Defaults to `false` | ||
*/ | ||
autoAccessors?: boolean; | ||
/** | ||
* Defaults to `false` | ||
*/ | ||
explicitResourceManagement?: boolean; | ||
} | ||
@@ -584,0 +604,0 @@ /** |
24
index.ts
@@ -675,3 +675,3 @@ export interface Plugin { | ||
/** | ||
* Defaults to `false` | ||
* @deprecated Always true because it's in ecmascript spec. | ||
*/ | ||
@@ -744,5 +744,25 @@ dynamicImport?: boolean; | ||
/** | ||
* @deprecated An alias of `importAttributes` | ||
*/ | ||
importAssertions?: boolean; | ||
/** | ||
* Defaults to `false` | ||
*/ | ||
importAssertions?: boolean; | ||
importAttributes?: boolean; | ||
/** | ||
* Defaults to `false` | ||
*/ | ||
allowSuperOutsideMethod?: boolean; | ||
/** | ||
* Defaults to `false` | ||
*/ | ||
allowReturnOutsideFunction?: boolean; | ||
/** | ||
* Defaults to `false` | ||
*/ | ||
autoAccessors?: boolean; | ||
/** | ||
* Defaults to `false` | ||
*/ | ||
explicitResourceManagement?: boolean; | ||
} | ||
@@ -749,0 +769,0 @@ |
{ | ||
"name": "@swc/types", | ||
"packageManager": "yarn@4.0.2", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Typings for the swc project.", | ||
@@ -6,0 +6,0 @@ "sideEffects": false, |
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
186344
4225