@powerlines/plugin-nodejs 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 +304 -0
- package/dist/components/env.cjs +3 -0
- package/dist/components/env.d.cts +3 -0
- package/dist/components/env.d.mts +3 -0
- package/dist/components/env.mjs +3 -0
- package/dist/components/index.cjs +4 -0
- package/dist/components/index.d.cts +4 -0
- package/dist/components/index.d.mts +4 -0
- package/dist/components/index.mjs +4 -0
- package/dist/components-BWLXb7a2.cjs +0 -0
- package/dist/components-CXZYcH4q.d.mts +1816 -0
- package/dist/components-kh0CpIG2.mjs +1 -0
- package/dist/env-CAhIy_H3.cjs +11713 -0
- package/dist/env-CUyFiniR.d.cts +107 -0
- package/dist/env-IF4XhMjG.mjs +11570 -0
- package/dist/env-sRb-Y8mJ.d.mts +89 -0
- package/dist/index-CUbWeWHc.d.mts +1 -0
- package/dist/index-D6CnpA_r.d.cts +1 -0
- package/dist/index-DL0uimUT.d.mts +1 -0
- package/dist/index-DWPDThxu.d.cts +1 -0
- package/dist/index.cjs +839 -0
- package/dist/index.d.cts +13 -0
- package/dist/index.d.mts +13 -0
- package/dist/index.mjs +828 -0
- package/dist/plugin-D7kBf19k.d.cts +2637 -0
- package/dist/plugin-JL1BtFku.d.mts +2637 -0
- package/dist/plugin-ifZVa20V.mjs +1 -0
- package/dist/plugin-pBKbb5K9.cjs +0 -0
- package/dist/resolved-zsx09G03.d.cts +1795 -0
- package/dist/types/index.cjs +2 -0
- package/dist/types/index.d.cts +4 -0
- package/dist/types/index.d.mts +4 -0
- package/dist/types/index.mjs +4 -0
- package/dist/types/plugin.cjs +1 -0
- package/dist/types/plugin.d.cts +3 -0
- package/dist/types/plugin.d.mts +3 -0
- package/dist/types/plugin.mjs +3 -0
- package/dist/types-U3zd8PTP.mjs +1 -0
- package/dist/types-o3zWarRp.cjs +0 -0
- package/package.json +149 -0
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { s as Plugin } from "./resolved-zsx09G03.cjs";
|
|
2
|
+
import { t as NodeJsEnvBuiltin } from "./env-CUyFiniR.cjs";
|
|
3
|
+
import "./index-D6CnpA_r.cjs";
|
|
4
|
+
import { a as __ΩNodeJsPluginContext, c as __ΩNodeJsPluginUserConfig, i as NodeJsPluginUserConfig, n as NodeJsPluginOptions, o as __ΩNodeJsPluginOptions, r as NodeJsPluginResolvedConfig, s as __ΩNodeJsPluginResolvedConfig, t as NodeJsPluginContext } from "./plugin-D7kBf19k.cjs";
|
|
5
|
+
import "./index-DWPDThxu.cjs";
|
|
6
|
+
|
|
7
|
+
//#region src/index.d.ts
|
|
8
|
+
/**
|
|
9
|
+
* A package containing a Powerlines plugin for building a NodeJs application.
|
|
10
|
+
*/
|
|
11
|
+
declare const plugin: <TContext extends NodeJsPluginContext = NodeJsPluginContext>(options?: NodeJsPluginOptions) => Plugin<TContext>[];
|
|
12
|
+
//#endregion
|
|
13
|
+
export { NodeJsEnvBuiltin, NodeJsPluginContext, NodeJsPluginOptions, NodeJsPluginResolvedConfig, NodeJsPluginUserConfig, __ΩNodeJsPluginContext, __ΩNodeJsPluginOptions, __ΩNodeJsPluginResolvedConfig, __ΩNodeJsPluginUserConfig, plugin as default, plugin };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { l as Plugin } from "./components-CXZYcH4q.mjs";
|
|
2
|
+
import { t as NodeJsEnvBuiltin } from "./env-sRb-Y8mJ.mjs";
|
|
3
|
+
import "./index-DL0uimUT.mjs";
|
|
4
|
+
import { a as __ΩNodeJsPluginContext, c as __ΩNodeJsPluginUserConfig, i as NodeJsPluginUserConfig, n as NodeJsPluginOptions, o as __ΩNodeJsPluginOptions, r as NodeJsPluginResolvedConfig, s as __ΩNodeJsPluginResolvedConfig, t as NodeJsPluginContext } from "./plugin-JL1BtFku.mjs";
|
|
5
|
+
import "./index-CUbWeWHc.mjs";
|
|
6
|
+
|
|
7
|
+
//#region src/index.d.ts
|
|
8
|
+
/**
|
|
9
|
+
* A package containing a Powerlines plugin for building a NodeJs application.
|
|
10
|
+
*/
|
|
11
|
+
declare const plugin: <TContext extends NodeJsPluginContext = NodeJsPluginContext>(options?: NodeJsPluginOptions) => Plugin<TContext>[];
|
|
12
|
+
//#endregion
|
|
13
|
+
export { NodeJsEnvBuiltin, NodeJsPluginContext, NodeJsPluginOptions, NodeJsPluginResolvedConfig, NodeJsPluginUserConfig, __ΩNodeJsPluginContext, __ΩNodeJsPluginOptions, __ΩNodeJsPluginResolvedConfig, __ΩNodeJsPluginUserConfig, plugin as default, plugin };
|