@stylexjs/rollup-plugin 0.16.0 → 0.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2540,7 +2540,7 @@ declare export function buildChildren(
|
|
|
2540
2540
|
): ReturnedChild[];
|
|
2541
2541
|
|
|
2542
2542
|
/*
|
|
2543
|
-
Skipping all the
|
|
2543
|
+
Skipping all the assertX functions as they're not supported in Flow yet.
|
|
2544
2544
|
*/
|
|
2545
2545
|
// TODO: What is this????
|
|
2546
2546
|
declare export var _default$4: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stylexjs/rollup-plugin",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.2",
|
|
4
4
|
"description": "Rollup plugin for StyleX",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/es/index.mjs",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@babel/plugin-syntax-flow": "^7.26.0",
|
|
36
36
|
"@babel/plugin-syntax-jsx": "^7.25.9",
|
|
37
37
|
"@babel/plugin-syntax-typescript": "^7.25.9",
|
|
38
|
-
"@stylexjs/babel-plugin": "0.16.
|
|
38
|
+
"@stylexjs/babel-plugin": "0.16.2",
|
|
39
39
|
"lightningcss": "^1.29.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|