@stylexjs/babel-plugin
Advanced tools
Comparing version 0.2.0-beta.19 to 0.2.0-beta.20
@@ -13,4 +13,2 @@ /** | ||
type object = { [key: string]: unknown }; | ||
export declare function isAnyTypeAnnotation( | ||
@@ -17,0 +15,0 @@ path: NodePath, |
@@ -45,2 +45,2 @@ /** | ||
functions: FunctionConfig, | ||
): { confident: boolean; value: any; deopt?: null | NodePath }; | ||
): Readonly<{ confident: boolean; value: any; deopt?: null | NodePath }>; |
@@ -48,2 +48,3 @@ /** | ||
readonly stylexOverrideVarsImport: Set<string>; | ||
readonly stylexTypesImport: Set<string>; | ||
readonly styleMap: Map<string, CompiledNamespaces>; | ||
@@ -50,0 +51,0 @@ readonly styleVars: Map<string, NodePath>; |
{ | ||
"name": "@stylexjs/babel-plugin", | ||
"version": "0.2.0-beta.19", | ||
"version": "0.2.0-beta.20", | ||
"description": "StyleX babel plugin.", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@stylexjs/shared": "0.2.0-beta.19" | ||
"@stylexjs/shared": "0.2.0-beta.20" | ||
}, | ||
@@ -30,3 +30,4 @@ "peerDependencies": { | ||
"printBasicPrototype": false | ||
} | ||
}, | ||
"prettierPath": null | ||
}, | ||
@@ -33,0 +34,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
509676
40
5770
+ Added@stylexjs/shared@0.2.0-beta.20(transitive)
- Removed@stylexjs/shared@0.2.0-beta.19(transitive)