@eslint-react/jsx 1.5.3-next.1 → 1.5.3-next.3
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.
- package/dist/index.cjs +5 -5
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -197,7 +197,7 @@ function pipe(a, ab, bc, cd, de, ef, fg, gh, hi) {
|
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
const moduleVersion = "2.
|
|
200
|
+
const moduleVersion = "2.3.0";
|
|
201
201
|
|
|
202
202
|
/**
|
|
203
203
|
* @since 2.0.0
|
|
@@ -661,15 +661,15 @@ const effectVariance = {
|
|
|
661
661
|
};
|
|
662
662
|
const sinkVariance = {
|
|
663
663
|
/* c8 ignore next */
|
|
664
|
-
|
|
665
|
-
/* c8 ignore next */
|
|
666
|
-
_E: _ => _,
|
|
664
|
+
_A: _ => _,
|
|
667
665
|
/* c8 ignore next */
|
|
668
666
|
_In: _ => _,
|
|
669
667
|
/* c8 ignore next */
|
|
670
668
|
_L: _ => _,
|
|
671
669
|
/* c8 ignore next */
|
|
672
|
-
|
|
670
|
+
_E: _ => _,
|
|
671
|
+
/* c8 ignore next */
|
|
672
|
+
_R: _ => _
|
|
673
673
|
};
|
|
674
674
|
const channelVariance = {
|
|
675
675
|
/* c8 ignore next */
|
package/dist/index.js
CHANGED
|
@@ -197,7 +197,7 @@ function pipe(a, ab, bc, cd, de, ef, fg, gh, hi) {
|
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
const moduleVersion = "2.
|
|
200
|
+
const moduleVersion = "2.3.0";
|
|
201
201
|
|
|
202
202
|
/**
|
|
203
203
|
* @since 2.0.0
|
|
@@ -661,15 +661,15 @@ const effectVariance = {
|
|
|
661
661
|
};
|
|
662
662
|
const sinkVariance = {
|
|
663
663
|
/* c8 ignore next */
|
|
664
|
-
|
|
665
|
-
/* c8 ignore next */
|
|
666
|
-
_E: _ => _,
|
|
664
|
+
_A: _ => _,
|
|
667
665
|
/* c8 ignore next */
|
|
668
666
|
_In: _ => _,
|
|
669
667
|
/* c8 ignore next */
|
|
670
668
|
_L: _ => _,
|
|
671
669
|
/* c8 ignore next */
|
|
672
|
-
|
|
670
|
+
_E: _ => _,
|
|
671
|
+
/* c8 ignore next */
|
|
672
|
+
_R: _ => _
|
|
673
673
|
};
|
|
674
674
|
const channelVariance = {
|
|
675
675
|
/* c8 ignore next */
|
package/dist/index.mjs
CHANGED
|
@@ -195,7 +195,7 @@ function pipe(a, ab, bc, cd, de, ef, fg, gh, hi) {
|
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
197
|
|
|
198
|
-
const moduleVersion = "2.
|
|
198
|
+
const moduleVersion = "2.3.0";
|
|
199
199
|
|
|
200
200
|
/**
|
|
201
201
|
* @since 2.0.0
|
|
@@ -659,15 +659,15 @@ const effectVariance = {
|
|
|
659
659
|
};
|
|
660
660
|
const sinkVariance = {
|
|
661
661
|
/* c8 ignore next */
|
|
662
|
-
|
|
663
|
-
/* c8 ignore next */
|
|
664
|
-
_E: _ => _,
|
|
662
|
+
_A: _ => _,
|
|
665
663
|
/* c8 ignore next */
|
|
666
664
|
_In: _ => _,
|
|
667
665
|
/* c8 ignore next */
|
|
668
666
|
_L: _ => _,
|
|
669
667
|
/* c8 ignore next */
|
|
670
|
-
|
|
668
|
+
_E: _ => _,
|
|
669
|
+
/* c8 ignore next */
|
|
670
|
+
_R: _ => _
|
|
671
671
|
};
|
|
672
672
|
const channelVariance = {
|
|
673
673
|
/* c8 ignore next */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/jsx",
|
|
3
|
-
"version": "1.5.3-next.
|
|
3
|
+
"version": "1.5.3-next.3",
|
|
4
4
|
"description": "ESLint React's TSESTree AST utility module for static analysis of JSX.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@typescript-eslint/types": ">=6.21.0",
|
|
40
40
|
"@typescript-eslint/utils": ">=6.21.0",
|
|
41
41
|
"micro-memoize": "4.1.2",
|
|
42
|
-
"@eslint-react/ast": "1.5.3-next.
|
|
43
|
-
"@eslint-react/shared": "1.5.3-next.
|
|
44
|
-
"@eslint-react/tools": "1.5.3-next.
|
|
45
|
-
"@eslint-react/types": "1.5.3-next.
|
|
46
|
-
"@eslint-react/var": "1.5.3-next.
|
|
42
|
+
"@eslint-react/ast": "1.5.3-next.3",
|
|
43
|
+
"@eslint-react/shared": "1.5.3-next.3",
|
|
44
|
+
"@eslint-react/tools": "1.5.3-next.3",
|
|
45
|
+
"@eslint-react/types": "1.5.3-next.3",
|
|
46
|
+
"@eslint-react/var": "1.5.3-next.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"effect": "2.
|
|
49
|
+
"effect": "2.3.0"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "rollup -c rollup.config.ts --configPlugin swc3 && cp dist/index.d.ts dist/index.d.mts",
|