@powerlines/plugin-react 0.1.16 → 0.1.20
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.d.cts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/react-optimized.d.cts +3 -2
- package/dist/components/react-optimized.d.ts +3 -2
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/{runtime-BKpao7nk.d.cts → runtime-B0BMR6tw.d.ts} +10 -1
- package/dist/{runtime-DNQO2Zr2.d.ts → runtime-BcuCkovn.d.cts} +10 -1
- package/dist/types/index.d.cts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/types/plugin.d.cts +8 -3
- package/dist/types/plugin.d.ts +8 -3
- package/dist/types/runtime.d.cts +4 -3
- package/dist/types/runtime.d.ts +4 -3
- package/dist/{vfs-BGmsy47f.d.cts → vfs-BS4ST5TO.d.cts} +2 -2
- package/dist/{vfs-BGmsy47f.d.ts → vfs-BS4ST5TO.d.ts} +2 -2
- package/package.json +11 -11
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { ReactOptimizedBuiltin, ReactOptimizedBuiltinProps } from './react-optimized.cjs';
|
|
1
|
+
export { ReactOptimizedBuiltin, ReactOptimizedBuiltinProps, __ΩReactOptimizedBuiltinProps } from './react-optimized.cjs';
|
|
2
2
|
import '@alloy-js/core';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
|
-
import '../vfs-
|
|
4
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
5
5
|
import '@stryke/json/types';
|
|
6
6
|
import 'node:fs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { ReactOptimizedBuiltin, ReactOptimizedBuiltinProps } from './react-optimized.js';
|
|
1
|
+
export { ReactOptimizedBuiltin, ReactOptimizedBuiltinProps, __ΩReactOptimizedBuiltinProps } from './react-optimized.js';
|
|
2
2
|
import '@alloy-js/core';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
|
-
import '../vfs-
|
|
4
|
+
import '../vfs-BS4ST5TO.js';
|
|
5
5
|
import '@stryke/json/types';
|
|
6
6
|
import 'node:fs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _alloy_js_core from '@alloy-js/core';
|
|
2
2
|
import { Children as Children$1, SourceFileProps as SourceFileProps$1 } from '@alloy-js/core';
|
|
3
3
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
4
|
-
import { O as OutputModeType } from '../vfs-
|
|
4
|
+
import { O as OutputModeType } from '../vfs-BS4ST5TO.cjs';
|
|
5
5
|
import '@stryke/json/types';
|
|
6
6
|
import 'node:fs';
|
|
7
7
|
|
|
@@ -90,5 +90,6 @@ interface ReactOptimizedBuiltinProps extends Omit<BuiltinFileProps, "id"> {
|
|
|
90
90
|
* Generates the `react/optimized` builtin module for the Powerlines project.
|
|
91
91
|
*/
|
|
92
92
|
declare function ReactOptimizedBuiltin(props: ReactOptimizedBuiltinProps): _alloy_js_core.Children;
|
|
93
|
+
declare type __ΩReactOptimizedBuiltinProps = any[];
|
|
93
94
|
|
|
94
|
-
export { ReactOptimizedBuiltin, type ReactOptimizedBuiltinProps };
|
|
95
|
+
export { ReactOptimizedBuiltin, type ReactOptimizedBuiltinProps, type __ΩReactOptimizedBuiltinProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _alloy_js_core from '@alloy-js/core';
|
|
2
2
|
import { Children as Children$1, SourceFileProps as SourceFileProps$1 } from '@alloy-js/core';
|
|
3
3
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
4
|
-
import { O as OutputModeType } from '../vfs-
|
|
4
|
+
import { O as OutputModeType } from '../vfs-BS4ST5TO.js';
|
|
5
5
|
import '@stryke/json/types';
|
|
6
6
|
import 'node:fs';
|
|
7
7
|
|
|
@@ -90,5 +90,6 @@ interface ReactOptimizedBuiltinProps extends Omit<BuiltinFileProps, "id"> {
|
|
|
90
90
|
* Generates the `react/optimized` builtin module for the Powerlines project.
|
|
91
91
|
*/
|
|
92
92
|
declare function ReactOptimizedBuiltin(props: ReactOptimizedBuiltinProps): _alloy_js_core.Children;
|
|
93
|
+
declare type __ΩReactOptimizedBuiltinProps = any[];
|
|
93
94
|
|
|
94
|
-
export { ReactOptimizedBuiltin, type ReactOptimizedBuiltinProps };
|
|
95
|
+
export { ReactOptimizedBuiltin, type ReactOptimizedBuiltinProps, type __ΩReactOptimizedBuiltinProps };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { P as PluginContext, a as Plugin } from './runtime-
|
|
1
|
+
import { P as PluginContext, a as Plugin } from './runtime-BcuCkovn.cjs';
|
|
2
2
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import { PrintTreeOptions } from '@alloy-js/core';
|
|
4
4
|
import { ReactPluginContext } from './types/plugin.cjs';
|
|
5
|
-
export { ReactCompilerOptions, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig } from './types/plugin.cjs';
|
|
6
|
-
export { ReactOptimizedBuiltin, ReactOptimizedBuiltinProps } from './components/react-optimized.cjs';
|
|
7
|
-
export { ReactEnvInterface } from './types/runtime.cjs';
|
|
5
|
+
export { ReactCompilerOptions, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig, __ΩReactCompilerOptions, __ΩReactPluginContext, __ΩReactPluginOptions, __ΩReactPluginResolvedConfig, __ΩReactPluginUserConfig } from './types/plugin.cjs';
|
|
6
|
+
export { ReactOptimizedBuiltin, ReactOptimizedBuiltinProps, __ΩReactOptimizedBuiltinProps } from './components/react-optimized.cjs';
|
|
7
|
+
export { ReactEnvInterface, __ΩReactEnvInterface } from './types/runtime.cjs';
|
|
8
8
|
import '@stryke/env/get-env-paths';
|
|
9
9
|
import '@stryke/types/base';
|
|
10
10
|
import '@stryke/types/package-json';
|
|
@@ -23,7 +23,7 @@ import '@babel/helper-plugin-utils';
|
|
|
23
23
|
import '@stryke/types/array';
|
|
24
24
|
import '@stryke/types/tsconfig';
|
|
25
25
|
import 'typescript';
|
|
26
|
-
import './vfs-
|
|
26
|
+
import './vfs-BS4ST5TO.cjs';
|
|
27
27
|
import '@stryke/json/types';
|
|
28
28
|
import 'node:fs';
|
|
29
29
|
import '@deepkit/type';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { P as PluginContext, a as Plugin } from './runtime-
|
|
1
|
+
import { P as PluginContext, a as Plugin } from './runtime-B0BMR6tw.js';
|
|
2
2
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import { PrintTreeOptions } from '@alloy-js/core';
|
|
4
4
|
import { ReactPluginContext } from './types/plugin.js';
|
|
5
|
-
export { ReactCompilerOptions, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig } from './types/plugin.js';
|
|
6
|
-
export { ReactOptimizedBuiltin, ReactOptimizedBuiltinProps } from './components/react-optimized.js';
|
|
7
|
-
export { ReactEnvInterface } from './types/runtime.js';
|
|
5
|
+
export { ReactCompilerOptions, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig, __ΩReactCompilerOptions, __ΩReactPluginContext, __ΩReactPluginOptions, __ΩReactPluginResolvedConfig, __ΩReactPluginUserConfig } from './types/plugin.js';
|
|
6
|
+
export { ReactOptimizedBuiltin, ReactOptimizedBuiltinProps, __ΩReactOptimizedBuiltinProps } from './components/react-optimized.js';
|
|
7
|
+
export { ReactEnvInterface, __ΩReactEnvInterface } from './types/runtime.js';
|
|
8
8
|
import '@stryke/env/get-env-paths';
|
|
9
9
|
import '@stryke/types/base';
|
|
10
10
|
import '@stryke/types/package-json';
|
|
@@ -23,7 +23,7 @@ import '@babel/helper-plugin-utils';
|
|
|
23
23
|
import '@stryke/types/array';
|
|
24
24
|
import '@stryke/types/tsconfig';
|
|
25
25
|
import 'typescript';
|
|
26
|
-
import './vfs-
|
|
26
|
+
import './vfs-BS4ST5TO.js';
|
|
27
27
|
import '@stryke/json/types';
|
|
28
28
|
import 'node:fs';
|
|
29
29
|
import '@deepkit/type';
|
|
@@ -16,7 +16,7 @@ import { BabelAPI } from '@babel/helper-plugin-utils';
|
|
|
16
16
|
import { ArrayValues } from '@stryke/types/array';
|
|
17
17
|
import { TsConfigJson, CompilerOptions } from '@stryke/types/tsconfig';
|
|
18
18
|
import ts from 'typescript';
|
|
19
|
-
import { O as OutputModeType, V as VirtualFileSystemInterface, a as VirtualFile, P as PowerlinesWriteFileOptions } from './vfs-
|
|
19
|
+
import { O as OutputModeType, V as VirtualFileSystemInterface, a as VirtualFile, P as PowerlinesWriteFileOptions } from './vfs-BS4ST5TO.js';
|
|
20
20
|
|
|
21
21
|
type BabelPluginPass<TState = unknown> = PluginPass & TState;
|
|
22
22
|
type BabelTransformPluginFilter = (code: string, id: string) => boolean;
|
|
@@ -583,6 +583,15 @@ interface OutputConfig {
|
|
|
583
583
|
* @defaultValue "dist/\{projectRoot\}"
|
|
584
584
|
*/
|
|
585
585
|
outputPath?: string;
|
|
586
|
+
/**
|
|
587
|
+
* The output directory path for the project build.
|
|
588
|
+
*
|
|
589
|
+
* @remarks
|
|
590
|
+
* This path is used to determine where the built files will be placed after the build process completes. This will be used in scenarios where the monorepo uses TSConfig paths to link packages together.
|
|
591
|
+
*
|
|
592
|
+
* @defaultValue "\{projectRoot\}/dist"
|
|
593
|
+
*/
|
|
594
|
+
distPath?: string;
|
|
586
595
|
/**
|
|
587
596
|
* The format of the output files
|
|
588
597
|
*
|
|
@@ -16,7 +16,7 @@ import { BabelAPI } from '@babel/helper-plugin-utils';
|
|
|
16
16
|
import { ArrayValues } from '@stryke/types/array';
|
|
17
17
|
import { TsConfigJson, CompilerOptions } from '@stryke/types/tsconfig';
|
|
18
18
|
import ts from 'typescript';
|
|
19
|
-
import { O as OutputModeType, V as VirtualFileSystemInterface, a as VirtualFile, P as PowerlinesWriteFileOptions } from './vfs-
|
|
19
|
+
import { O as OutputModeType, V as VirtualFileSystemInterface, a as VirtualFile, P as PowerlinesWriteFileOptions } from './vfs-BS4ST5TO.cjs';
|
|
20
20
|
|
|
21
21
|
type BabelPluginPass<TState = unknown> = PluginPass & TState;
|
|
22
22
|
type BabelTransformPluginFilter = (code: string, id: string) => boolean;
|
|
@@ -583,6 +583,15 @@ interface OutputConfig {
|
|
|
583
583
|
* @defaultValue "dist/\{projectRoot\}"
|
|
584
584
|
*/
|
|
585
585
|
outputPath?: string;
|
|
586
|
+
/**
|
|
587
|
+
* The output directory path for the project build.
|
|
588
|
+
*
|
|
589
|
+
* @remarks
|
|
590
|
+
* This path is used to determine where the built files will be placed after the build process completes. This will be used in scenarios where the monorepo uses TSConfig paths to link packages together.
|
|
591
|
+
*
|
|
592
|
+
* @defaultValue "\{projectRoot\}/dist"
|
|
593
|
+
*/
|
|
594
|
+
distPath?: string;
|
|
586
595
|
/**
|
|
587
596
|
* The format of the output files
|
|
588
597
|
*
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig } from './plugin.cjs';
|
|
2
|
-
export { ReactEnvInterface } from './runtime.cjs';
|
|
3
|
-
import '../runtime-
|
|
1
|
+
export { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig, __ΩReactCompilerOptions, __ΩReactPluginContext, __ΩReactPluginOptions, __ΩReactPluginResolvedConfig, __ΩReactPluginUserConfig } from './plugin.cjs';
|
|
2
|
+
export { ReactEnvInterface, __ΩReactEnvInterface } from './runtime.cjs';
|
|
3
|
+
import '../runtime-BcuCkovn.cjs';
|
|
4
4
|
import '@stryke/env/get-env-paths';
|
|
5
5
|
import '@stryke/types/base';
|
|
6
6
|
import '@stryke/types/package-json';
|
|
@@ -19,7 +19,7 @@ import '@babel/helper-plugin-utils';
|
|
|
19
19
|
import '@stryke/types/array';
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
|
-
import '../vfs-
|
|
22
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
23
23
|
import '@stryke/json/types';
|
|
24
24
|
import 'node:fs';
|
|
25
25
|
import '@alloy-js/core/jsx-runtime';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig } from './plugin.js';
|
|
2
|
-
export { ReactEnvInterface } from './runtime.js';
|
|
3
|
-
import '../runtime-
|
|
1
|
+
export { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig, __ΩReactCompilerOptions, __ΩReactPluginContext, __ΩReactPluginOptions, __ΩReactPluginResolvedConfig, __ΩReactPluginUserConfig } from './plugin.js';
|
|
2
|
+
export { ReactEnvInterface, __ΩReactEnvInterface } from './runtime.js';
|
|
3
|
+
import '../runtime-B0BMR6tw.js';
|
|
4
4
|
import '@stryke/env/get-env-paths';
|
|
5
5
|
import '@stryke/types/base';
|
|
6
6
|
import '@stryke/types/package-json';
|
|
@@ -19,7 +19,7 @@ import '@babel/helper-plugin-utils';
|
|
|
19
19
|
import '@stryke/types/array';
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
|
-
import '../vfs-
|
|
22
|
+
import '../vfs-BS4ST5TO.js';
|
|
23
23
|
import '@stryke/json/types';
|
|
24
24
|
import 'node:fs';
|
|
25
25
|
import '@alloy-js/core/jsx-runtime';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as BabelUserConfig, U as UserConfig, R as ResolvedConfig, b as BabelResolvedConfig, P as PluginContext, E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
1
|
+
import { B as BabelUserConfig, U as UserConfig, R as ResolvedConfig, b as BabelResolvedConfig, P as PluginContext, E as EnvInterface, S as SecretsInterface } from '../runtime-BcuCkovn.cjs';
|
|
2
2
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import { ReflectionClass } from '@deepkit/type';
|
|
4
4
|
import * as $ from '@stryke/capnp';
|
|
@@ -22,7 +22,7 @@ import '@babel/helper-plugin-utils';
|
|
|
22
22
|
import '@stryke/types/array';
|
|
23
23
|
import '@stryke/types/tsconfig';
|
|
24
24
|
import 'typescript';
|
|
25
|
-
import '../vfs-
|
|
25
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
27
|
import 'node:fs';
|
|
28
28
|
|
|
@@ -1783,5 +1783,10 @@ type ReactPluginResolvedConfig = EnvPluginResolvedConfig & {
|
|
|
1783
1783
|
react: ReactPluginOptions;
|
|
1784
1784
|
};
|
|
1785
1785
|
type ReactPluginContext<TResolvedConfig extends ReactPluginResolvedConfig = ReactPluginResolvedConfig> = EnvPluginContext<TResolvedConfig>;
|
|
1786
|
+
declare type __ΩReactCompilerOptions = any[];
|
|
1787
|
+
declare type __ΩReactPluginOptions = any[];
|
|
1788
|
+
declare type __ΩReactPluginUserConfig = any[];
|
|
1789
|
+
declare type __ΩReactPluginResolvedConfig = any[];
|
|
1790
|
+
declare type __ΩReactPluginContext = any[];
|
|
1786
1791
|
|
|
1787
|
-
export type { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig };
|
|
1792
|
+
export type { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig, __ΩReactCompilerOptions, __ΩReactPluginContext, __ΩReactPluginOptions, __ΩReactPluginResolvedConfig, __ΩReactPluginUserConfig };
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as BabelUserConfig, U as UserConfig, R as ResolvedConfig, b as BabelResolvedConfig, P as PluginContext, E as EnvInterface, S as SecretsInterface } from '../runtime-
|
|
1
|
+
import { B as BabelUserConfig, U as UserConfig, R as ResolvedConfig, b as BabelResolvedConfig, P as PluginContext, E as EnvInterface, S as SecretsInterface } from '../runtime-B0BMR6tw.js';
|
|
2
2
|
import { Children } from '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import { ReflectionClass } from '@deepkit/type';
|
|
4
4
|
import * as $ from '@stryke/capnp';
|
|
@@ -22,7 +22,7 @@ import '@babel/helper-plugin-utils';
|
|
|
22
22
|
import '@stryke/types/array';
|
|
23
23
|
import '@stryke/types/tsconfig';
|
|
24
24
|
import 'typescript';
|
|
25
|
-
import '../vfs-
|
|
25
|
+
import '../vfs-BS4ST5TO.js';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
27
|
import 'node:fs';
|
|
28
28
|
|
|
@@ -1783,5 +1783,10 @@ type ReactPluginResolvedConfig = EnvPluginResolvedConfig & {
|
|
|
1783
1783
|
react: ReactPluginOptions;
|
|
1784
1784
|
};
|
|
1785
1785
|
type ReactPluginContext<TResolvedConfig extends ReactPluginResolvedConfig = ReactPluginResolvedConfig> = EnvPluginContext<TResolvedConfig>;
|
|
1786
|
+
declare type __ΩReactCompilerOptions = any[];
|
|
1787
|
+
declare type __ΩReactPluginOptions = any[];
|
|
1788
|
+
declare type __ΩReactPluginUserConfig = any[];
|
|
1789
|
+
declare type __ΩReactPluginResolvedConfig = any[];
|
|
1790
|
+
declare type __ΩReactPluginContext = any[];
|
|
1786
1791
|
|
|
1787
|
-
export type { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig };
|
|
1792
|
+
export type { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig, __ΩReactCompilerOptions, __ΩReactPluginContext, __ΩReactPluginOptions, __ΩReactPluginResolvedConfig, __ΩReactPluginUserConfig };
|
package/dist/types/runtime.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as EnvInterface } from '../runtime-
|
|
1
|
+
import { E as EnvInterface } from '../runtime-BcuCkovn.cjs';
|
|
2
2
|
import '@stryke/env/get-env-paths';
|
|
3
3
|
import '@stryke/types/base';
|
|
4
4
|
import '@stryke/types/package-json';
|
|
@@ -17,7 +17,7 @@ import '@babel/helper-plugin-utils';
|
|
|
17
17
|
import '@stryke/types/array';
|
|
18
18
|
import '@stryke/types/tsconfig';
|
|
19
19
|
import 'typescript';
|
|
20
|
-
import '../vfs-
|
|
20
|
+
import '../vfs-BS4ST5TO.cjs';
|
|
21
21
|
import '@stryke/json/types';
|
|
22
22
|
import 'node:fs';
|
|
23
23
|
|
|
@@ -30,5 +30,6 @@ interface ReactEnvInterface extends EnvInterface {
|
|
|
30
30
|
*/
|
|
31
31
|
DISABLE_REACT_COMPILER: boolean;
|
|
32
32
|
}
|
|
33
|
+
declare type __ΩReactEnvInterface = any[];
|
|
33
34
|
|
|
34
|
-
export type { ReactEnvInterface };
|
|
35
|
+
export type { ReactEnvInterface, __ΩReactEnvInterface };
|
package/dist/types/runtime.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as EnvInterface } from '../runtime-
|
|
1
|
+
import { E as EnvInterface } from '../runtime-B0BMR6tw.js';
|
|
2
2
|
import '@stryke/env/get-env-paths';
|
|
3
3
|
import '@stryke/types/base';
|
|
4
4
|
import '@stryke/types/package-json';
|
|
@@ -17,7 +17,7 @@ import '@babel/helper-plugin-utils';
|
|
|
17
17
|
import '@stryke/types/array';
|
|
18
18
|
import '@stryke/types/tsconfig';
|
|
19
19
|
import 'typescript';
|
|
20
|
-
import '../vfs-
|
|
20
|
+
import '../vfs-BS4ST5TO.js';
|
|
21
21
|
import '@stryke/json/types';
|
|
22
22
|
import 'node:fs';
|
|
23
23
|
|
|
@@ -30,5 +30,6 @@ interface ReactEnvInterface extends EnvInterface {
|
|
|
30
30
|
*/
|
|
31
31
|
DISABLE_REACT_COMPILER: boolean;
|
|
32
32
|
}
|
|
33
|
+
declare type __ΩReactEnvInterface = any[];
|
|
33
34
|
|
|
34
|
-
export type { ReactEnvInterface };
|
|
35
|
+
export type { ReactEnvInterface, __ΩReactEnvInterface };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PrimitiveJsonValue } from '@stryke/json/types';
|
|
2
2
|
import { PathLike, StatSyncOptions, Stats, RmDirOptions, RmOptions, Mode, MakeDirectoryOptions as MakeDirectoryOptions$1, PathOrFileDescriptor, WriteFileOptions as WriteFileOptions$1 } from 'node:fs';
|
|
3
3
|
|
|
4
|
-
declare const __VFS_PATCH__
|
|
5
|
-
declare const __VFS_REVERT__
|
|
4
|
+
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
5
|
+
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
6
6
|
type OutputModeType = "fs" | "virtual";
|
|
7
7
|
interface VirtualFile {
|
|
8
8
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PrimitiveJsonValue } from '@stryke/json/types';
|
|
2
2
|
import { PathLike, StatSyncOptions, Stats, RmDirOptions, RmOptions, Mode, MakeDirectoryOptions as MakeDirectoryOptions$1, PathOrFileDescriptor, WriteFileOptions as WriteFileOptions$1 } from 'node:fs';
|
|
3
3
|
|
|
4
|
-
declare const __VFS_PATCH__
|
|
5
|
-
declare const __VFS_REVERT__
|
|
4
|
+
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
5
|
+
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
6
6
|
type OutputModeType = "fs" | "virtual";
|
|
7
7
|
interface VirtualFile {
|
|
8
8
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.20",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for building a React application.",
|
|
6
6
|
"repository": {
|
|
@@ -124,25 +124,25 @@
|
|
|
124
124
|
"react-dom": { "optional": false }
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
|
-
"@storm-software/config-tools": "^1.188.
|
|
127
|
+
"@storm-software/config-tools": "^1.188.42",
|
|
128
128
|
"@stryke/cli": "^0.12.7",
|
|
129
129
|
"@stryke/convert": "^0.6.2",
|
|
130
130
|
"@stryke/fs": "^0.32.13",
|
|
131
131
|
"@stryke/path": "^0.19.2",
|
|
132
132
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
133
|
-
"@powerlines/alloy": "^0.11.
|
|
134
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
135
|
-
"@powerlines/plugin-env": "^0.13.
|
|
136
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
133
|
+
"@powerlines/alloy": "^0.11.29",
|
|
134
|
+
"@powerlines/plugin-babel": "^0.12.29",
|
|
135
|
+
"@powerlines/plugin-env": "^0.13.26",
|
|
136
|
+
"@powerlines/plugin-plugin": "^0.11.28",
|
|
137
137
|
"@vitejs/plugin-react": "^5.1.1",
|
|
138
138
|
"defu": "^6.1.4",
|
|
139
|
-
"powerlines": "^0.
|
|
139
|
+
"powerlines": "^0.23.3"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
|
-
"@powerlines/nx": "^0.10.
|
|
143
|
-
"@storm-software/tsup": "^0.2.
|
|
144
|
-
"@types/node": "^
|
|
142
|
+
"@powerlines/nx": "^0.10.20",
|
|
143
|
+
"@storm-software/tsup": "^0.2.40",
|
|
144
|
+
"@types/node": "^24.10.1"
|
|
145
145
|
},
|
|
146
146
|
"publishConfig": { "access": "public" },
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "6e43200541ace2946694195c092642e7ac2f3098"
|
|
148
148
|
}
|