@lynx-js/react-canary 0.115.3-canary-20251229-b20e8b1b → 0.115.3-canary-20251229-1bb269b6
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/react-canary",
|
|
3
|
-
"version": "0.115.3-canary-20251229-
|
|
3
|
+
"version": "0.115.3-canary-20251229-1bb269b6",
|
|
4
4
|
"description": "ReactLynx is a framework for developing Lynx applications with familiar React.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -4,8 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Rslib v0.15.0
|
|
6
6
|
|
|
7
|
+
[Rspack Deprecation] `experiments.lazyBarrel` config is deprecated and will be removed in Rspack v2.0. Lazy barrel is already stable and enabled by default. Remove this option from your Rspack configuration.
|
|
8
|
+
[Rspack Deprecation] `experiments.inlineConst` config is deprecated and will be removed in Rspack v2.0. Inline Const is already stable and enabled by default. Remove this option from your Rspack configuration.
|
|
9
|
+
[Rspack Deprecation] `experiments.inlineEnum` config is deprecated and will be removed in Rspack v2.0. Inline Enum is already stable. Remove this option from your Rspack configuration.
|
|
10
|
+
[Rspack Deprecation] `experiments.typeReexportsPresence` config is deprecated and will be removed in Rspack v2.0. typeReexportsPresence is already stable. Remove this option from your Rspack configuration.
|
|
7
11
|
info build started...
|
|
8
|
-
ready built in [1m0.
|
|
12
|
+
ready built in [1m0.12[22m s
|
|
9
13
|
|
|
10
14
|
[34mFile (esm) Size [39m
|
|
11
15
|
[2mdist/[22m[36mindex.js[39m 10.1 kB
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { cleanup } from "./pure.js";
|
|
2
2
|
export * from "./pure.js";
|
|
3
|
-
if (
|
|
3
|
+
if ("u" < typeof process || 'true' !== process.env.PTL_SKIP_AUTO_CLEANUP) {
|
|
4
4
|
if ('function' == typeof afterEach) afterEach(()=>{
|
|
5
5
|
cleanup();
|
|
6
6
|
lynxTestingEnv.reset();
|