@funstack/static 0.0.1-alpha.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.
Files changed (36) hide show
  1. package/dist/build-BhjMQ5b5.mjs +5 -0
  2. package/dist/build2-BFobw-wK.mjs +5269 -0
  3. package/dist/build2-BFobw-wK.mjs.map +1 -0
  4. package/dist/chunk-CVYhg9ik.mjs +45 -0
  5. package/dist/chunk-ezxmLbPQ-BTJgBwYB.mjs +29 -0
  6. package/dist/chunk-ezxmLbPQ-BTJgBwYB.mjs.map +1 -0
  7. package/dist/chunk-yG6w5hYl.mjs +41 -0
  8. package/dist/chunk-yG6w5hYl.mjs.map +1 -0
  9. package/dist/config-ChWWLT6T.mjs +41331 -0
  10. package/dist/config-ChWWLT6T.mjs.map +1 -0
  11. package/dist/dist-CijqjcI1.mjs +6699 -0
  12. package/dist/dist-CijqjcI1.mjs.map +1 -0
  13. package/dist/false-CW0Ab7Sy.mjs +6 -0
  14. package/dist/false-CW0Ab7Sy.mjs.map +1 -0
  15. package/dist/false-CoaQMKhH.mjs +3 -0
  16. package/dist/index.d.mts +30 -0
  17. package/dist/index.d.mts.map +1 -0
  18. package/dist/index.mjs +6083 -0
  19. package/dist/index.mjs.map +1 -0
  20. package/dist/lib-BY2rcZzh.mjs +366 -0
  21. package/dist/lib-BY2rcZzh.mjs.map +1 -0
  22. package/dist/node-entry-Elsz8XBx.mjs +18443 -0
  23. package/dist/node-entry-Elsz8XBx.mjs.map +1 -0
  24. package/dist/parseAst-C9pD5vU6.mjs +2109 -0
  25. package/dist/parseAst-C9pD5vU6.mjs.map +1 -0
  26. package/dist/picocolors-BxaHL81J-CyL9Yrra.mjs +74 -0
  27. package/dist/picocolors-BxaHL81J-CyL9Yrra.mjs.map +1 -0
  28. package/dist/postcss-CQ0jlpM-.mjs +5439 -0
  29. package/dist/postcss-CQ0jlpM-.mjs.map +1 -0
  30. package/dist/postcss-import-D8PxJXZF.mjs +452 -0
  31. package/dist/postcss-import-D8PxJXZF.mjs.map +1 -0
  32. package/dist/rollup-Cs2z7Zqk.mjs +9 -0
  33. package/dist/rollup-Cs2z7Zqk.mjs.map +1 -0
  34. package/dist/watch-70G_ECVN.mjs +7044 -0
  35. package/dist/watch-70G_ECVN.mjs.map +1 -0
  36. package/package.json +48 -0
@@ -0,0 +1,6 @@
1
+ //#region ../../node_modules/.pnpm/vite@7.3.1_@types+node@25.0.6_terser@5.44.1/node_modules/vite/misc/false.js
2
+ var false_default = false;
3
+
4
+ //#endregion
5
+ export { false_default as t };
6
+ //# sourceMappingURL=false-CW0Ab7Sy.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"false-CW0Ab7Sy.mjs","names":[],"sources":["../../../node_modules/.pnpm/vite@7.3.1_@types+node@25.0.6_terser@5.44.1/node_modules/vite/misc/false.js"],"sourcesContent":["export default false\n"],"x_google_ignoreList":[0],"mappings":";AAAA,oBAAe"}
@@ -0,0 +1,3 @@
1
+ import { t as false_default } from "./false-CW0Ab7Sy.mjs";
2
+
3
+ export { false_default as default };
@@ -0,0 +1,30 @@
1
+ import { Plugin } from "vite";
2
+
3
+ //#region src/index.d.ts
4
+ interface FunstackStaticOptions {
5
+ /**
6
+ * Root component of the page.
7
+ * The file should `export default` a React component that renders the whole page.
8
+ * (`<html>...</html>`).
9
+ */
10
+ root: string;
11
+ /**
12
+ * Entry point of your application.
13
+ * The file should `export default` a React component that renders the application content.
14
+ */
15
+ app: string;
16
+ /**
17
+ * Output directory for build.
18
+ *
19
+ * @default dist/public
20
+ */
21
+ publicOutDir?: string;
22
+ }
23
+ declare function funstackStatic({
24
+ root,
25
+ app,
26
+ publicOutDir
27
+ }: FunstackStaticOptions): (Plugin | Plugin[])[];
28
+ //#endregion
29
+ export { FunstackStaticOptions, funstackStatic as default };
30
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;UAMiB,qBAAA;;AAAjB;AAkBC;;;EAKC,IAAA,EAAA,MAAA;EACC;;;;;;;;;;;;iBAJqB,cAAA;;;;GAIrB,yBAAyB,SAAS"}