@powerlines/plugin-react 0.1.0
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/LICENSE +201 -0
- package/README.md +294 -0
- package/dist/chunk-FBBMZ4NC.cjs +7 -0
- package/dist/chunk-UCUR73HG.js +7 -0
- package/dist/components/index.cjs +1 -0
- package/dist/components/index.d.cts +8 -0
- package/dist/components/index.d.ts +8 -0
- package/dist/components/index.js +1 -0
- package/dist/components/react-optimized.cjs +8 -0
- package/dist/components/react-optimized.d.cts +96 -0
- package/dist/components/react-optimized.d.ts +96 -0
- package/dist/components/react-optimized.js +8 -0
- package/dist/index.cjs +8 -0
- package/dist/index.d.cts +64 -0
- package/dist/index.d.ts +64 -0
- package/dist/index.js +8 -0
- package/dist/runtime-DQYHDea3.d.ts +1752 -0
- package/dist/runtime-Ft55bXzz.d.cts +1752 -0
- package/dist/types/index.cjs +1 -0
- package/dist/types/index.d.cts +31 -0
- package/dist/types/index.d.ts +31 -0
- package/dist/types/index.js +1 -0
- package/dist/types/plugin.cjs +1 -0
- package/dist/types/plugin.d.cts +1789 -0
- package/dist/types/plugin.d.ts +1789 -0
- package/dist/types/plugin.js +0 -0
- package/dist/types/runtime.cjs +1 -0
- package/dist/types/runtime.d.cts +36 -0
- package/dist/types/runtime.d.ts +36 -0
- package/dist/types/runtime.js +0 -0
- package/dist/vfs-Bl84Hw2V.d.cts +393 -0
- package/dist/vfs-Bl84Hw2V.d.ts +393 -0
- package/package.json +148 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var plugin=require('./plugin'),runtime=require('./runtime');Object.keys(plugin).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return plugin[k]}})});Object.keys(runtime).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return runtime[k]}})});
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig } from './plugin.cjs';
|
|
2
|
+
export { ReactEnvInterface } from './runtime.cjs';
|
|
3
|
+
import '../runtime-Ft55bXzz.cjs';
|
|
4
|
+
import '@stryke/env/get-env-paths';
|
|
5
|
+
import '@stryke/types/package-json';
|
|
6
|
+
import 'jiti';
|
|
7
|
+
import 'oxc-parser';
|
|
8
|
+
import 'semver';
|
|
9
|
+
import 'unplugin';
|
|
10
|
+
import '@babel/core';
|
|
11
|
+
import '@storm-software/build-tools/types';
|
|
12
|
+
import '@storm-software/config-tools/types';
|
|
13
|
+
import '@storm-software/config/types';
|
|
14
|
+
import '@stryke/types/base';
|
|
15
|
+
import '@stryke/types/configuration';
|
|
16
|
+
import '@stryke/types/file';
|
|
17
|
+
import 'vite';
|
|
18
|
+
import '@babel/helper-plugin-utils';
|
|
19
|
+
import '@stryke/types/array';
|
|
20
|
+
import '@stryke/types/tsconfig';
|
|
21
|
+
import 'typescript';
|
|
22
|
+
import '../vfs-Bl84Hw2V.cjs';
|
|
23
|
+
import '@stryke/json/types';
|
|
24
|
+
import 'memfs';
|
|
25
|
+
import 'node:fs';
|
|
26
|
+
import 'unionfs';
|
|
27
|
+
import '@alloy-js/core/jsx-runtime';
|
|
28
|
+
import '@deepkit/type';
|
|
29
|
+
import '@stryke/capnp';
|
|
30
|
+
import '@stryke/env/types';
|
|
31
|
+
import 'babel-plugin-react-compiler';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export { ReactCompilerOptions, ReactPluginContext, ReactPluginOptions, ReactPluginResolvedConfig, ReactPluginUserConfig } from './plugin.js';
|
|
2
|
+
export { ReactEnvInterface } from './runtime.js';
|
|
3
|
+
import '../runtime-DQYHDea3.js';
|
|
4
|
+
import '@stryke/env/get-env-paths';
|
|
5
|
+
import '@stryke/types/package-json';
|
|
6
|
+
import 'jiti';
|
|
7
|
+
import 'oxc-parser';
|
|
8
|
+
import 'semver';
|
|
9
|
+
import 'unplugin';
|
|
10
|
+
import '@babel/core';
|
|
11
|
+
import '@storm-software/build-tools/types';
|
|
12
|
+
import '@storm-software/config-tools/types';
|
|
13
|
+
import '@storm-software/config/types';
|
|
14
|
+
import '@stryke/types/base';
|
|
15
|
+
import '@stryke/types/configuration';
|
|
16
|
+
import '@stryke/types/file';
|
|
17
|
+
import 'vite';
|
|
18
|
+
import '@babel/helper-plugin-utils';
|
|
19
|
+
import '@stryke/types/array';
|
|
20
|
+
import '@stryke/types/tsconfig';
|
|
21
|
+
import 'typescript';
|
|
22
|
+
import '../vfs-Bl84Hw2V.js';
|
|
23
|
+
import '@stryke/json/types';
|
|
24
|
+
import 'memfs';
|
|
25
|
+
import 'node:fs';
|
|
26
|
+
import 'unionfs';
|
|
27
|
+
import '@alloy-js/core/jsx-runtime';
|
|
28
|
+
import '@deepkit/type';
|
|
29
|
+
import '@stryke/capnp';
|
|
30
|
+
import '@stryke/env/types';
|
|
31
|
+
import 'babel-plugin-react-compiler';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export*from'./plugin';export*from'./runtime';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';
|