@powerlines/plugin-react 0.1.47 → 0.1.48
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/components/index.cjs +1 -1
- package/dist/components/index.mjs +1 -0
- package/dist/components/react-optimized.cjs +1 -8
- package/dist/components/react-optimized.mjs +1 -0
- package/dist/components-ipRi4DSE.mjs +1 -0
- package/dist/index.cjs +67 -8
- package/dist/index.mjs +64 -0
- package/dist/plugin-Gb47Xzf6.mjs +1 -0
- package/dist/react-optimized-9J3fdCI2.mjs +1 -0
- package/dist/react-optimized-BO9knQDM.cjs +1 -0
- package/dist/runtime-BbUj49s9.mjs +1 -0
- package/dist/runtime-Bp9G0scd.cjs +0 -0
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.mjs +1 -0
- package/dist/types/plugin.cjs +1 -1
- package/dist/types/plugin.mjs +1 -0
- package/dist/types/runtime.cjs +1 -1
- package/dist/types/runtime.mjs +1 -0
- package/dist/types-CwXe_Ycf.mjs +1 -0
- package/dist/types-a8gm_IaQ.cjs +0 -0
- package/package.json +46 -35
- package/dist/chunk-FBBMZ4NC.cjs +0 -7
- package/dist/chunk-UCUR73HG.js +0 -7
- package/dist/components/index.d.cts +0 -6
- package/dist/components/index.d.ts +0 -6
- package/dist/components/index.js +0 -1
- package/dist/components/react-optimized.d.cts +0 -95
- package/dist/components/react-optimized.d.ts +0 -95
- package/dist/components/react-optimized.js +0 -8
- package/dist/fs-ECFlqnPg.d.cts +0 -378
- package/dist/fs-ECFlqnPg.d.ts +0 -378
- package/dist/index.d.cts +0 -65
- package/dist/index.d.ts +0 -65
- package/dist/index.js +0 -8
- package/dist/runtime-C5ZrfPiA.d.cts +0 -2008
- package/dist/runtime-kdZZtKC2.d.ts +0 -2008
- package/dist/types/index.d.cts +0 -32
- package/dist/types/index.d.ts +0 -32
- package/dist/types/index.js +0 -1
- package/dist/types/plugin.d.cts +0 -1796
- package/dist/types/plugin.d.ts +0 -1796
- package/dist/types/runtime.d.cts +0 -38
- package/dist/types/runtime.d.ts +0 -38
- /package/dist/{types/plugin.js → components-BWLXb7a2.cjs} +0 -0
- /package/dist/{types/runtime.js → plugin-pBKbb5K9.cjs} +0 -0
package/dist/types/runtime.d.cts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { E as EnvInterface } from '../runtime-C5ZrfPiA.cjs';
|
|
2
|
-
import '@stryke/env/get-env-paths';
|
|
3
|
-
import '@stryke/http/fetch';
|
|
4
|
-
import '@stryke/types/base';
|
|
5
|
-
import '@stryke/types/package-json';
|
|
6
|
-
import 'jiti';
|
|
7
|
-
import 'magic-string';
|
|
8
|
-
import 'oxc-parser';
|
|
9
|
-
import 'semver';
|
|
10
|
-
import 'ts-morph';
|
|
11
|
-
import 'undici';
|
|
12
|
-
import 'unplugin';
|
|
13
|
-
import '@babel/core';
|
|
14
|
-
import '@storm-software/build-tools/types';
|
|
15
|
-
import '@storm-software/config-tools/types';
|
|
16
|
-
import '@storm-software/config/types';
|
|
17
|
-
import '@stryke/types/configuration';
|
|
18
|
-
import '@stryke/types/file';
|
|
19
|
-
import 'vite';
|
|
20
|
-
import '@babel/helper-plugin-utils';
|
|
21
|
-
import '../fs-ECFlqnPg.cjs';
|
|
22
|
-
import '@stryke/fs/resolve';
|
|
23
|
-
import '@stryke/types/array';
|
|
24
|
-
import '@stryke/types/tsconfig';
|
|
25
|
-
import 'typescript';
|
|
26
|
-
|
|
27
|
-
interface ReactEnvInterface extends EnvInterface {
|
|
28
|
-
/**
|
|
29
|
-
* Disables the React compiler optimizations when set to true.
|
|
30
|
-
*
|
|
31
|
-
* @remarks
|
|
32
|
-
* This environment variable can be used to turn off the optimizations provided by the React compiler, which may be useful for debugging or development purposes.
|
|
33
|
-
*/
|
|
34
|
-
DISABLE_REACT_COMPILER: boolean;
|
|
35
|
-
}
|
|
36
|
-
declare type __ΩReactEnvInterface = any[];
|
|
37
|
-
|
|
38
|
-
export type { ReactEnvInterface, __ΩReactEnvInterface };
|
package/dist/types/runtime.d.ts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { E as EnvInterface } from '../runtime-kdZZtKC2.js';
|
|
2
|
-
import '@stryke/env/get-env-paths';
|
|
3
|
-
import '@stryke/http/fetch';
|
|
4
|
-
import '@stryke/types/base';
|
|
5
|
-
import '@stryke/types/package-json';
|
|
6
|
-
import 'jiti';
|
|
7
|
-
import 'magic-string';
|
|
8
|
-
import 'oxc-parser';
|
|
9
|
-
import 'semver';
|
|
10
|
-
import 'ts-morph';
|
|
11
|
-
import 'undici';
|
|
12
|
-
import 'unplugin';
|
|
13
|
-
import '@babel/core';
|
|
14
|
-
import '@storm-software/build-tools/types';
|
|
15
|
-
import '@storm-software/config-tools/types';
|
|
16
|
-
import '@storm-software/config/types';
|
|
17
|
-
import '@stryke/types/configuration';
|
|
18
|
-
import '@stryke/types/file';
|
|
19
|
-
import 'vite';
|
|
20
|
-
import '@babel/helper-plugin-utils';
|
|
21
|
-
import '../fs-ECFlqnPg.js';
|
|
22
|
-
import '@stryke/fs/resolve';
|
|
23
|
-
import '@stryke/types/array';
|
|
24
|
-
import '@stryke/types/tsconfig';
|
|
25
|
-
import 'typescript';
|
|
26
|
-
|
|
27
|
-
interface ReactEnvInterface extends EnvInterface {
|
|
28
|
-
/**
|
|
29
|
-
* Disables the React compiler optimizations when set to true.
|
|
30
|
-
*
|
|
31
|
-
* @remarks
|
|
32
|
-
* This environment variable can be used to turn off the optimizations provided by the React compiler, which may be useful for debugging or development purposes.
|
|
33
|
-
*/
|
|
34
|
-
DISABLE_REACT_COMPILER: boolean;
|
|
35
|
-
}
|
|
36
|
-
declare type __ΩReactEnvInterface = any[];
|
|
37
|
-
|
|
38
|
-
export type { ReactEnvInterface, __ΩReactEnvInterface };
|
|
File without changes
|
|
File without changes
|