@powerlines/plugin-react 0.1.19 → 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 +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/react-optimized.d.cts +2 -1
- package/dist/components/react-optimized.d.ts +2 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/plugin.d.cts +6 -1
- package/dist/types/plugin.d.ts +6 -1
- package/dist/types/runtime.d.cts +2 -1
- package/dist/types/runtime.d.ts +2 -1
- package/package.json +11 -11
|
@@ -1,4 +1,4 @@
|
|
|
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
4
|
import '../vfs-BS4ST5TO.cjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
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
4
|
import '../vfs-BS4ST5TO.js';
|
|
@@ -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 };
|
|
@@ -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
|
@@ -2,9 +2,9 @@ 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';
|
package/dist/index.d.ts
CHANGED
|
@@ -2,9 +2,9 @@ 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';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig } from './plugin.cjs';
|
|
2
|
-
export { ReactEnvInterface } from './runtime.cjs';
|
|
1
|
+
export { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig, __ΩReactCompilerOptions, __ΩReactPluginContext, __ΩReactPluginOptions, __ΩReactPluginResolvedConfig, __ΩReactPluginUserConfig } from './plugin.cjs';
|
|
2
|
+
export { ReactEnvInterface, __ΩReactEnvInterface } from './runtime.cjs';
|
|
3
3
|
import '../runtime-BcuCkovn.cjs';
|
|
4
4
|
import '@stryke/env/get-env-paths';
|
|
5
5
|
import '@stryke/types/base';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig } from './plugin.js';
|
|
2
|
-
export { ReactEnvInterface } from './runtime.js';
|
|
1
|
+
export { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig, __ΩReactCompilerOptions, __ΩReactPluginContext, __ΩReactPluginOptions, __ΩReactPluginResolvedConfig, __ΩReactPluginUserConfig } from './plugin.js';
|
|
2
|
+
export { ReactEnvInterface, __ΩReactEnvInterface } from './runtime.js';
|
|
3
3
|
import '../runtime-B0BMR6tw.js';
|
|
4
4
|
import '@stryke/env/get-env-paths';
|
|
5
5
|
import '@stryke/types/base';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -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
|
@@ -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
package/dist/types/runtime.d.ts
CHANGED
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.23.
|
|
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
|
}
|