powerlines 0.47.89 → 0.47.90

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 (93) hide show
  1. package/dist/api.cjs +2 -10
  2. package/dist/api.d.mts +0 -2
  3. package/dist/api.mjs +0 -8
  4. package/dist/astro.cjs +0 -8
  5. package/dist/astro.d.mts +0 -2
  6. package/dist/astro.mjs +0 -8
  7. package/dist/{_virtual/_rolldown/runtime.mjs → chunk-BUUfjzRC.mjs} +1 -9
  8. package/dist/{_virtual/_rolldown/runtime.cjs → chunk-BbWMFyz5.cjs} +18 -11
  9. package/dist/config.cjs +1 -9
  10. package/dist/config.d.mts +0 -2
  11. package/dist/config.mjs +1 -9
  12. package/dist/constants.cjs +0 -8
  13. package/dist/constants.d.mts +0 -2
  14. package/dist/constants.mjs +0 -8
  15. package/dist/engine.cjs +5 -10
  16. package/dist/engine.d.mts +0 -2
  17. package/dist/engine.d.mts.map +1 -1
  18. package/dist/engine.mjs +4 -9
  19. package/dist/engine.mjs.map +1 -1
  20. package/dist/esbuild.cjs +0 -8
  21. package/dist/esbuild.d.mts +0 -2
  22. package/dist/esbuild.mjs +0 -8
  23. package/dist/farm.cjs +0 -8
  24. package/dist/farm.d.mts +0 -2
  25. package/dist/farm.mjs +0 -8
  26. package/dist/helpers.cjs +0 -8
  27. package/dist/helpers.d.mts +0 -2
  28. package/dist/helpers.mjs +0 -8
  29. package/dist/index.cjs +1 -9
  30. package/dist/index.d.mts +0 -2
  31. package/dist/index.mjs +1 -9
  32. package/dist/next.cjs +0 -8
  33. package/dist/next.d.mts +0 -2
  34. package/dist/next.mjs +0 -8
  35. package/dist/nuxt.cjs +0 -8
  36. package/dist/nuxt.d.mts +0 -2
  37. package/dist/nuxt.mjs +0 -8
  38. package/dist/plugin-utils.cjs +1 -9
  39. package/dist/plugin-utils.d.mts +0 -2
  40. package/dist/plugin-utils.mjs +1 -9
  41. package/dist/rolldown.cjs +0 -8
  42. package/dist/rolldown.d.mts +0 -2
  43. package/dist/rolldown.mjs +0 -8
  44. package/dist/rollup.cjs +0 -8
  45. package/dist/rollup.d.mts +0 -2
  46. package/dist/rollup.mjs +0 -8
  47. package/dist/rspack.cjs +0 -8
  48. package/dist/rspack.d.mts +0 -2
  49. package/dist/rspack.mjs +0 -8
  50. package/dist/schema.cjs +0 -8
  51. package/dist/schema.d.mts +0 -2
  52. package/dist/schema.mjs +0 -8
  53. package/dist/storage.cjs +1 -9
  54. package/dist/storage.d.mts +0 -2
  55. package/dist/storage.mjs +1 -9
  56. package/dist/tsdown.cjs +0 -8
  57. package/dist/tsdown.d.mts +0 -2
  58. package/dist/tsdown.mjs +0 -8
  59. package/dist/tsup.cjs +0 -8
  60. package/dist/tsup.d.mts +0 -2
  61. package/dist/tsup.mjs +0 -8
  62. package/dist/types.cjs +0 -8
  63. package/dist/types.d.mts +0 -2
  64. package/dist/types.mjs +0 -8
  65. package/dist/unloader.cjs +0 -8
  66. package/dist/unloader.d.mts +0 -2
  67. package/dist/unloader.mjs +0 -8
  68. package/dist/unplugin.cjs +0 -8
  69. package/dist/unplugin.d.mts +0 -2
  70. package/dist/unplugin.mjs +0 -8
  71. package/dist/utils.cjs +0 -8
  72. package/dist/utils.d.mts +0 -2
  73. package/dist/utils.mjs +0 -8
  74. package/dist/vite.cjs +0 -8
  75. package/dist/vite.d.mts +0 -2
  76. package/dist/vite.mjs +0 -8
  77. package/dist/webpack.cjs +0 -8
  78. package/dist/webpack.d.mts +0 -2
  79. package/dist/webpack.mjs +0 -8
  80. package/package.json +6 -14
  81. package/dist/constants.test.cjs +0 -18
  82. package/dist/constants.test.d.cts +0 -1
  83. package/dist/constants.test.d.mts +0 -2
  84. package/dist/constants.test.mjs +0 -20
  85. package/dist/constants.test.mjs.map +0 -1
  86. package/dist/engine.test.cjs +0 -24
  87. package/dist/engine.test.d.cts +0 -1
  88. package/dist/engine.test.d.mts +0 -2
  89. package/dist/engine.test.mjs +0 -26
  90. package/dist/engine.test.mjs.map +0 -1
  91. package/dist/package.cjs +0 -19
  92. package/dist/package.mjs +0 -14
  93. package/dist/package.mjs.map +0 -1
package/dist/schema.mjs CHANGED
@@ -1,11 +1,3 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
1
  export * from "@powerlines/schema"
10
2
 
11
3
  export { };
package/dist/storage.cjs CHANGED
@@ -1,12 +1,4 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
- const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
1
+ const require_chunk = require('./chunk-BbWMFyz5.cjs');
10
2
 
11
3
 
12
4
  var _powerlines_core_storage = require("@powerlines/core/storage");
@@ -1,3 +1 @@
1
- import __tsdown_shims_path from 'node:path';
2
- import __tsdown_shims_url from 'node:url';
3
1
  export * from "@powerlines/core/storage";
package/dist/storage.mjs CHANGED
@@ -1,12 +1,4 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
- import { __exportAll, __reExport } from "./_virtual/_rolldown/runtime.mjs";
1
+ import { n as __reExport, t as __exportAll } from "./chunk-BUUfjzRC.mjs";
10
2
 
11
3
  export * from "@powerlines/core/storage"
12
4
 
package/dist/tsdown.cjs CHANGED
@@ -1,13 +1,5 @@
1
1
 
2
2
 
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
-
10
-
11
3
  var _powerlines_unplugin_tsdown = require("@powerlines/unplugin/tsdown");
12
4
  Object.keys(_powerlines_unplugin_tsdown).forEach(function (k) {
13
5
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
package/dist/tsdown.d.mts CHANGED
@@ -1,3 +1 @@
1
- import __tsdown_shims_path from 'node:path';
2
- import __tsdown_shims_url from 'node:url';
3
1
  export * from "@powerlines/unplugin/tsdown";
package/dist/tsdown.mjs CHANGED
@@ -1,11 +1,3 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
1
  export * from "@powerlines/unplugin/tsdown"
10
2
 
11
3
  export { };
package/dist/tsup.cjs CHANGED
@@ -1,13 +1,5 @@
1
1
 
2
2
 
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
-
10
-
11
3
  var _powerlines_unplugin_tsup = require("@powerlines/unplugin/tsup");
12
4
  Object.keys(_powerlines_unplugin_tsup).forEach(function (k) {
13
5
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
package/dist/tsup.d.mts CHANGED
@@ -1,3 +1 @@
1
- import __tsdown_shims_path from 'node:path';
2
- import __tsdown_shims_url from 'node:url';
3
1
  export * from "@powerlines/unplugin/tsup";
package/dist/tsup.mjs CHANGED
@@ -1,11 +1,3 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
1
  export * from "@powerlines/unplugin/tsup"
10
2
 
11
3
  export { };
package/dist/types.cjs CHANGED
@@ -1,8 +0,0 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
package/dist/types.d.mts CHANGED
@@ -1,5 +1,3 @@
1
- import __tsdown_shims_path from 'node:path';
2
- import __tsdown_shims_url from 'node:url';
3
1
  export type * from "@powerlines/core";
4
2
  export type * from "@powerlines/engine/context";
5
3
  export type * from "@powerlines/engine/types";
package/dist/types.mjs CHANGED
@@ -1,9 +1 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
1
  export { };
package/dist/unloader.cjs CHANGED
@@ -1,13 +1,5 @@
1
1
 
2
2
 
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
-
10
-
11
3
  var _powerlines_unplugin_unloader = require("@powerlines/unplugin/unloader");
12
4
  Object.keys(_powerlines_unplugin_unloader).forEach(function (k) {
13
5
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
@@ -1,3 +1 @@
1
- import __tsdown_shims_path from 'node:path';
2
- import __tsdown_shims_url from 'node:url';
3
1
  export * from "@powerlines/unplugin/unloader";
package/dist/unloader.mjs CHANGED
@@ -1,11 +1,3 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
1
  export * from "@powerlines/unplugin/unloader"
10
2
 
11
3
  export { };
package/dist/unplugin.cjs CHANGED
@@ -1,13 +1,5 @@
1
1
 
2
2
 
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
-
10
-
11
3
  var _powerlines_unplugin_unplugin = require("@powerlines/unplugin/unplugin");
12
4
  Object.keys(_powerlines_unplugin_unplugin).forEach(function (k) {
13
5
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
@@ -1,3 +1 @@
1
- import __tsdown_shims_path from 'node:path';
2
- import __tsdown_shims_url from 'node:url';
3
1
  export * from "@powerlines/unplugin/unplugin";
package/dist/unplugin.mjs CHANGED
@@ -1,11 +1,3 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
1
  export * from "@powerlines/unplugin/unplugin"
10
2
 
11
3
  export { };
package/dist/utils.cjs CHANGED
@@ -1,13 +1,5 @@
1
1
 
2
2
 
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
-
10
-
11
3
  var _powerlines_core_lib = require("@powerlines/core/lib");
12
4
  Object.keys(_powerlines_core_lib).forEach(function (k) {
13
5
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
package/dist/utils.d.mts CHANGED
@@ -1,3 +1 @@
1
- import __tsdown_shims_path from 'node:path';
2
- import __tsdown_shims_url from 'node:url';
3
1
  export * from "@powerlines/core/lib";
package/dist/utils.mjs CHANGED
@@ -1,11 +1,3 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
1
  export * from "@powerlines/core/lib"
10
2
 
11
3
  export { };
package/dist/vite.cjs CHANGED
@@ -1,13 +1,5 @@
1
1
 
2
2
 
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
-
10
-
11
3
  var _powerlines_unplugin_vite = require("@powerlines/unplugin/vite");
12
4
  Object.keys(_powerlines_unplugin_vite).forEach(function (k) {
13
5
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
package/dist/vite.d.mts CHANGED
@@ -1,3 +1 @@
1
- import __tsdown_shims_path from 'node:path';
2
- import __tsdown_shims_url from 'node:url';
3
1
  export * from "@powerlines/unplugin/vite";
package/dist/vite.mjs CHANGED
@@ -1,11 +1,3 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
1
  export * from "@powerlines/unplugin/vite"
10
2
 
11
3
  export { };
package/dist/webpack.cjs CHANGED
@@ -1,13 +1,5 @@
1
1
 
2
2
 
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
-
10
-
11
3
  var _powerlines_unplugin_webpack = require("@powerlines/unplugin/webpack");
12
4
  Object.keys(_powerlines_unplugin_webpack).forEach(function (k) {
13
5
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
@@ -1,3 +1 @@
1
- import __tsdown_shims_path from 'node:path';
2
- import __tsdown_shims_url from 'node:url';
3
1
  export * from "@powerlines/unplugin/webpack";
package/dist/webpack.mjs CHANGED
@@ -1,11 +1,3 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
1
  export * from "@powerlines/unplugin/webpack"
10
2
 
11
3
  export { };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.47.89",
3
+ "version": "0.47.90",
4
4
  "private": false,
5
5
  "description": "The \"framework framework\" that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.",
6
6
  "keywords": [
@@ -66,18 +66,10 @@
66
66
  "import": "./dist/constants.mjs",
67
67
  "require": "./dist/constants.cjs"
68
68
  },
69
- "./constants.test": {
70
- "import": "./dist/constants.test.mjs",
71
- "require": "./dist/constants.test.cjs"
72
- },
73
69
  "./engine": {
74
70
  "import": "./dist/engine.mjs",
75
71
  "require": "./dist/engine.cjs"
76
72
  },
77
- "./engine.test": {
78
- "import": "./dist/engine.test.mjs",
79
- "require": "./dist/engine.test.cjs"
80
- },
81
73
  "./esbuild": {
82
74
  "import": "./dist/esbuild.mjs",
83
75
  "require": "./dist/esbuild.cjs"
@@ -142,10 +134,10 @@
142
134
  "files": ["dist", "files"],
143
135
  "dependencies": {
144
136
  "@babel/types": "8.0.0-rc.6",
145
- "@powerlines/core": "^0.48.28",
146
- "@powerlines/engine": "^0.49.30",
147
- "@powerlines/schema": "^0.11.72",
148
- "@powerlines/unplugin": "^0.0.76",
137
+ "@powerlines/core": "^0.48.29",
138
+ "@powerlines/engine": "^0.49.31",
139
+ "@powerlines/schema": "^0.11.73",
140
+ "@powerlines/unplugin": "^0.0.77",
149
141
  "@storm-software/config": "^1.137.69",
150
142
  "@storm-software/config-tools": "^1.190.37",
151
143
  "@stryke/convert": "^0.7.11",
@@ -162,5 +154,5 @@
162
154
  "undici-types": "^7.26.0"
163
155
  },
164
156
  "publishConfig": { "access": "public" },
165
- "gitHead": "0b8ebdde5e6e57b8a983e447e0fbb94469a5bd1a"
157
+ "gitHead": "a673a3bb6463e3e010ae5edbb63891961751b4d5"
166
158
  }
@@ -1,18 +0,0 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
- let vitest = require("vitest");
10
-
11
- //#region src/constants.test.ts
12
- (0, vitest.describe)("devkit/powerlines constants re-exports", () => {
13
- (0, vitest.it)("re-exports constants from @powerlines/core", async () => {
14
- (0, vitest.expect)(typeof await Promise.resolve().then(() => require("./constants.cjs"))).toBe("object");
15
- });
16
- });
17
-
18
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1,2 +0,0 @@
1
- import __tsdown_shims_path from 'node:path';
2
- import __tsdown_shims_url from 'node:url';
@@ -1,20 +0,0 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
- import { describe, expect, it } from "vitest";
10
-
11
- //#region src/constants.test.ts
12
- describe("devkit/powerlines constants re-exports", () => {
13
- it("re-exports constants from @powerlines/core", async () => {
14
- expect(typeof await import("./constants.mjs")).toBe("object");
15
- });
16
- });
17
-
18
- //#endregion
19
- export { };
20
- //# sourceMappingURL=constants.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.test.mjs","names":[],"sources":["../src/constants.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\n\ndescribe(\"devkit/powerlines constants re-exports\", () => {\n it(\"re-exports constants from @powerlines/core\", async () => {\n // Dynamic import to verify the module loads without error\n const mod = await import(\"./constants\");\n expect(typeof mod).toBe(\"object\");\n });\n});\n"],"mappings":";;;;;;;;;;;AAEA,SAAS,gDAAgD;CACvD,GAAG,8CAA8C,YAAY;EAG3D,OAAO,OAAO,MADI,OAAO,kBACR,EAAE,KAAK,QAAQ;CAClC,CAAC;AACH,CAAC"}
@@ -1,24 +0,0 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
- const require_engine = require('./engine.cjs');
10
- let vitest = require("vitest");
11
-
12
- //#region src/engine.test.ts
13
- (0, vitest.describe)("createPowerlines", () => {
14
- (0, vitest.it)("is a function", () => {
15
- (0, vitest.expect)(typeof require_engine.createPowerlines).toBe("function");
16
- });
17
- (0, vitest.it)("returns a Promise", () => {
18
- const result = require_engine.createPowerlines({ cwd: process.cwd() });
19
- (0, vitest.expect)(result).toBeInstanceOf(Promise);
20
- result.catch(() => {});
21
- });
22
- });
23
-
24
- //#endregion
@@ -1 +0,0 @@
1
- export { };
@@ -1,2 +0,0 @@
1
- import __tsdown_shims_path from 'node:path';
2
- import __tsdown_shims_url from 'node:url';
@@ -1,26 +0,0 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
- import { createPowerlines } from "./engine.mjs";
10
- import { describe, expect, it } from "vitest";
11
-
12
- //#region src/engine.test.ts
13
- describe("createPowerlines", () => {
14
- it("is a function", () => {
15
- expect(typeof createPowerlines).toBe("function");
16
- });
17
- it("returns a Promise", () => {
18
- const result = createPowerlines({ cwd: process.cwd() });
19
- expect(result).toBeInstanceOf(Promise);
20
- result.catch(() => {});
21
- });
22
- });
23
-
24
- //#endregion
25
- export { };
26
- //# sourceMappingURL=engine.test.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"engine.test.mjs","names":[],"sources":["../src/engine.test.ts"],"sourcesContent":["import { describe, expect, it } from \"vitest\";\nimport { createPowerlines } from \"./engine\";\n\ndescribe(\"createPowerlines\", () => {\n it(\"is a function\", () => {\n expect(typeof createPowerlines).toBe(\"function\");\n });\n\n it(\"returns a Promise\", () => {\n // We only verify the return type is a Promise; we don't actually execute the engine\n const result = createPowerlines({ cwd: process.cwd() });\n expect(result).toBeInstanceOf(Promise);\n // Ensure we don't let the promise settle unhandled\n result.catch(() => {});\n });\n});\n"],"mappings":";;;;;;;;;;;;AAGA,SAAS,0BAA0B;CACjC,GAAG,uBAAuB;EACxB,OAAO,OAAO,gBAAgB,EAAE,KAAK,UAAU;CACjD,CAAC;CAED,GAAG,2BAA2B;EAE5B,MAAM,SAAS,iBAAiB,EAAE,KAAK,QAAQ,IAAI,EAAE,CAAC;EACtD,OAAO,MAAM,EAAE,eAAe,OAAO;EAErC,OAAO,YAAY,CAAC,CAAC;CACvB,CAAC;AACH,CAAC"}
package/dist/package.cjs DELETED
@@ -1,19 +0,0 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
-
10
- //#region package.json
11
- var version = "0.47.89";
12
-
13
- //#endregion
14
- Object.defineProperty(exports, 'version', {
15
- enumerable: true,
16
- get: function () {
17
- return version;
18
- }
19
- });
package/dist/package.mjs DELETED
@@ -1,14 +0,0 @@
1
-
2
-
3
- import __tsdown_shims_path from 'node:path'
4
- import __tsdown_shims_url from 'node:url'
5
-
6
- const __TSDOWN_SHIM_FILENAME__ = /* @__PURE__ */ __tsdown_shims_url.fileURLToPath(import.meta.url)
7
- const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TSDOWN_SHIM_FILENAME__)
8
-
9
- //#region package.json
10
- var version = "0.47.89";
11
-
12
- //#endregion
13
- export { version };
14
- //# sourceMappingURL=package.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"package.mjs","names":[],"sources":["../package.json"],"sourcesContent":[""],"mappings":""}