@powerlines/plugin-env 0.15.122 → 0.15.124

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 (219) hide show
  1. package/dist/babel/plugin.cjs +11 -11
  2. package/dist/babel/plugin.d.cts +2 -2
  3. package/dist/babel/plugin.d.mts +2 -3
  4. package/dist/babel/plugin.mjs +5 -5
  5. package/dist/components/docs.cjs +6 -6
  6. package/dist/components/docs.d.cts +1 -1
  7. package/dist/components/docs.d.mts +1 -1
  8. package/dist/components/docs.mjs +3 -3
  9. package/dist/components/env.cjs +40 -40
  10. package/dist/components/env.d.cts +2 -2
  11. package/dist/components/env.d.mts +2 -2
  12. package/dist/components/env.mjs +11 -11
  13. package/dist/helpers/automd-generator.cjs +2 -2
  14. package/dist/helpers/automd-generator.d.cts +1 -1
  15. package/dist/helpers/automd-generator.d.mts +1 -1
  16. package/dist/helpers/automd-generator.mjs +1 -1
  17. package/dist/helpers/load.cjs +7 -7
  18. package/dist/helpers/load.mjs +8 -8
  19. package/dist/helpers/persistence.cjs +23 -23
  20. package/dist/helpers/persistence.d.cts +1 -1
  21. package/dist/helpers/persistence.d.mts +1 -1
  22. package/dist/helpers/persistence.mjs +5 -5
  23. package/dist/helpers/reflect.cjs +5 -5
  24. package/dist/helpers/reflect.mjs +1 -1
  25. package/dist/helpers/source-file-env.cjs +1 -1
  26. package/dist/helpers/source-file-env.mjs +1 -1
  27. package/dist/index.cjs +13 -10
  28. package/dist/index.d.cts +1 -1
  29. package/dist/index.d.mts +1 -1
  30. package/dist/index.mjs +12 -12
  31. package/dist/types/plugin.cjs +19 -18
  32. package/dist/types/plugin.d.cts +5 -6
  33. package/dist/types/plugin.d.mts +4 -6
  34. package/dist/types/plugin.mjs +4 -4
  35. package/package.json +7 -7
  36. package/dist/deepkit/schemas/reflection.cjs +0 -5426
  37. package/dist/deepkit/schemas/reflection.d.cts +0 -1560
  38. package/dist/deepkit/schemas/reflection.d.mts +0 -1560
  39. package/dist/deepkit/schemas/reflection.mjs +0 -5423
  40. package/dist/deepkit/schemas/reflection2.cjs +0 -4112
  41. package/dist/deepkit/schemas/reflection2.mjs +0 -4110
  42. package/dist/deepkit/src/capnp.cjs +0 -1692
  43. package/dist/deepkit/src/capnp.mjs +0 -1690
  44. package/dist/deepkit/src/esbuild-plugin.cjs +0 -99
  45. package/dist/deepkit/src/esbuild-plugin.mjs +0 -98
  46. package/dist/deepkit/src/reflect-type.cjs +0 -40
  47. package/dist/deepkit/src/reflect-type.mjs +0 -38
  48. package/dist/deepkit/src/resolve-reflections.cjs +0 -23
  49. package/dist/deepkit/src/resolve-reflections.mjs +0 -22
  50. package/dist/deepkit/src/transformer.cjs +0 -92
  51. package/dist/deepkit/src/transformer.mjs +0 -89
  52. package/dist/deepkit/src/transpile.cjs +0 -39
  53. package/dist/deepkit/src/transpile.mjs +0 -37
  54. package/dist/deepkit/src/types.cjs +0 -22
  55. package/dist/deepkit/src/types.d.cts +0 -10
  56. package/dist/deepkit/src/types.d.mts +0 -10
  57. package/dist/deepkit/src/types.mjs +0 -21
  58. package/dist/deepkit/src/utilities.cjs +0 -184
  59. package/dist/deepkit/src/utilities.mjs +0 -183
  60. package/dist/plugin-alloy/src/core/components/output.cjs +0 -43
  61. package/dist/plugin-alloy/src/core/components/output.mjs +0 -42
  62. package/dist/plugin-alloy/src/core/components/single-line-comment.cjs +0 -22
  63. package/dist/plugin-alloy/src/core/components/single-line-comment.mjs +0 -21
  64. package/dist/plugin-alloy/src/core/components/source-file.cjs +0 -64
  65. package/dist/plugin-alloy/src/core/components/source-file.d.cts +0 -23
  66. package/dist/plugin-alloy/src/core/components/source-file.d.mts +0 -23
  67. package/dist/plugin-alloy/src/core/components/source-file.mjs +0 -62
  68. package/dist/plugin-alloy/src/core/contexts/context.cjs +0 -134
  69. package/dist/plugin-alloy/src/core/contexts/context.mjs +0 -126
  70. package/dist/plugin-alloy/src/core/contexts/index.cjs +0 -2
  71. package/dist/plugin-alloy/src/core/contexts/index.mjs +0 -4
  72. package/dist/plugin-alloy/src/core/contexts/reflection.cjs +0 -110
  73. package/dist/plugin-alloy/src/core/contexts/reflection.mjs +0 -101
  74. package/dist/plugin-alloy/src/helpers/refkey.cjs +0 -23
  75. package/dist/plugin-alloy/src/helpers/refkey.mjs +0 -22
  76. package/dist/plugin-alloy/src/index.cjs +0 -105
  77. package/dist/plugin-alloy/src/index.mjs +0 -103
  78. package/dist/plugin-alloy/src/markdown/components/markdown-file.cjs +0 -115
  79. package/dist/plugin-alloy/src/markdown/components/markdown-file.d.cts +0 -8
  80. package/dist/plugin-alloy/src/markdown/components/markdown-file.d.mts +0 -8
  81. package/dist/plugin-alloy/src/markdown/components/markdown-file.mjs +0 -114
  82. package/dist/plugin-alloy/src/markdown/components/markdown-table.cjs +0 -39
  83. package/dist/plugin-alloy/src/markdown/components/markdown-table.mjs +0 -38
  84. package/dist/plugin-alloy/src/markdown/contexts/markdown-table.cjs +0 -72
  85. package/dist/plugin-alloy/src/markdown/contexts/markdown-table.mjs +0 -71
  86. package/dist/plugin-alloy/src/types/components.cjs +0 -22
  87. package/dist/plugin-alloy/src/types/components.d.cts +0 -20
  88. package/dist/plugin-alloy/src/types/components.d.mts +0 -21
  89. package/dist/plugin-alloy/src/types/components.mjs +0 -21
  90. package/dist/plugin-alloy/src/types/index.d.cts +0 -2
  91. package/dist/plugin-alloy/src/types/index.d.mts +0 -2
  92. package/dist/plugin-alloy/src/types/plugin.cjs +0 -53
  93. package/dist/plugin-alloy/src/types/plugin.d.cts +0 -36
  94. package/dist/plugin-alloy/src/types/plugin.d.mts +0 -36
  95. package/dist/plugin-alloy/src/types/plugin.mjs +0 -50
  96. package/dist/plugin-alloy/src/typescript/components/builtin-file.cjs +0 -62
  97. package/dist/plugin-alloy/src/typescript/components/builtin-file.d.cts +0 -26
  98. package/dist/plugin-alloy/src/typescript/components/builtin-file.d.mts +0 -26
  99. package/dist/plugin-alloy/src/typescript/components/builtin-file.mjs +0 -61
  100. package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.cjs +0 -131
  101. package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.mjs +0 -129
  102. package/dist/plugin-alloy/src/typescript/components/tsdoc.cjs +0 -451
  103. package/dist/plugin-alloy/src/typescript/components/tsdoc.d.cts +0 -37
  104. package/dist/plugin-alloy/src/typescript/components/tsdoc.d.mts +0 -37
  105. package/dist/plugin-alloy/src/typescript/components/tsdoc.mjs +0 -442
  106. package/dist/plugin-alloy/src/typescript/components/typescript-file.cjs +0 -216
  107. package/dist/plugin-alloy/src/typescript/components/typescript-file.d.cts +0 -16
  108. package/dist/plugin-alloy/src/typescript/components/typescript-file.d.mts +0 -16
  109. package/dist/plugin-alloy/src/typescript/components/typescript-file.mjs +0 -213
  110. package/dist/plugin-alloy/src/typescript/components/typescript-interface.cjs +0 -72
  111. package/dist/plugin-alloy/src/typescript/components/typescript-interface.d.cts +0 -12
  112. package/dist/plugin-alloy/src/typescript/components/typescript-interface.d.mts +0 -12
  113. package/dist/plugin-alloy/src/typescript/components/typescript-interface.mjs +0 -71
  114. package/dist/plugin-alloy/src/typescript/components/typescript-object.cjs +0 -124
  115. package/dist/plugin-alloy/src/typescript/components/typescript-object.mjs +0 -123
  116. package/dist/plugin-automd/src/index.cjs +0 -127
  117. package/dist/plugin-automd/src/index.mjs +0 -124
  118. package/dist/plugin-automd/src/types/plugin.cjs +0 -47
  119. package/dist/plugin-automd/src/types/plugin.d.cts +0 -38
  120. package/dist/plugin-automd/src/types/plugin.d.mts +0 -40
  121. package/dist/plugin-automd/src/types/plugin.mjs +0 -47
  122. package/dist/plugin-automd/src/types/toc.cjs +0 -26
  123. package/dist/plugin-automd/src/types/toc.d.cts +0 -33
  124. package/dist/plugin-automd/src/types/toc.d.mts +0 -33
  125. package/dist/plugin-automd/src/types/toc.mjs +0 -25
  126. package/dist/plugin-babel/src/helpers/ast-utils.cjs +0 -74
  127. package/dist/plugin-babel/src/helpers/ast-utils.mjs +0 -70
  128. package/dist/plugin-babel/src/helpers/create-plugin.cjs +0 -71
  129. package/dist/plugin-babel/src/helpers/create-plugin.mjs +0 -69
  130. package/dist/plugin-babel/src/helpers/filters.cjs +0 -158
  131. package/dist/plugin-babel/src/helpers/filters.mjs +0 -154
  132. package/dist/plugin-babel/src/helpers/index.cjs +0 -5
  133. package/dist/plugin-babel/src/helpers/index.mjs +0 -7
  134. package/dist/plugin-babel/src/helpers/module-helpers.cjs +0 -200
  135. package/dist/plugin-babel/src/helpers/module-helpers.mjs +0 -192
  136. package/dist/plugin-babel/src/helpers/options.cjs +0 -73
  137. package/dist/plugin-babel/src/helpers/options.mjs +0 -70
  138. package/dist/plugin-babel/src/index.cjs +0 -125
  139. package/dist/plugin-babel/src/index.mjs +0 -123
  140. package/dist/plugin-babel/src/types/index.d.mts +0 -1
  141. package/dist/plugin-babel/src/types/plugin.cjs +0 -42
  142. package/dist/plugin-babel/src/types/plugin.d.cts +0 -15
  143. package/dist/plugin-babel/src/types/plugin.d.mts +0 -15
  144. package/dist/plugin-babel/src/types/plugin.mjs +0 -39
  145. package/dist/powerlines/src/internal/helpers/hooks.cjs +0 -136
  146. package/dist/powerlines/src/internal/helpers/hooks.d.cts +0 -47
  147. package/dist/powerlines/src/internal/helpers/hooks.d.mts +0 -49
  148. package/dist/powerlines/src/internal/helpers/hooks.mjs +0 -134
  149. package/dist/powerlines/src/lib/build/esbuild.cjs +0 -142
  150. package/dist/powerlines/src/lib/build/esbuild.mjs +0 -140
  151. package/dist/powerlines/src/lib/constants/environments.cjs +0 -6
  152. package/dist/powerlines/src/lib/constants/environments.mjs +0 -5
  153. package/dist/powerlines/src/lib/entry.cjs +0 -195
  154. package/dist/powerlines/src/lib/entry.mjs +0 -194
  155. package/dist/powerlines/src/lib/logger.cjs +0 -108
  156. package/dist/powerlines/src/lib/logger.mjs +0 -106
  157. package/dist/powerlines/src/lib/unplugin/helpers.cjs +0 -41
  158. package/dist/powerlines/src/lib/unplugin/helpers.mjs +0 -40
  159. package/dist/powerlines/src/lib/unplugin/module-resolution.cjs +0 -98
  160. package/dist/powerlines/src/lib/unplugin/module-resolution.mjs +0 -97
  161. package/dist/powerlines/src/lib/unplugin/plugin.cjs +0 -139
  162. package/dist/powerlines/src/lib/unplugin/plugin.mjs +0 -138
  163. package/dist/powerlines/src/lib/utilities/bundle.cjs +0 -74
  164. package/dist/powerlines/src/lib/utilities/bundle.mjs +0 -72
  165. package/dist/powerlines/src/lib/utilities/resolve.cjs +0 -69
  166. package/dist/powerlines/src/lib/utilities/resolve.mjs +0 -68
  167. package/dist/powerlines/src/lib/utilities/source-file.cjs +0 -68
  168. package/dist/powerlines/src/lib/utilities/source-file.mjs +0 -66
  169. package/dist/powerlines/src/plugin-utils/paths.cjs +0 -46
  170. package/dist/powerlines/src/plugin-utils/paths.mjs +0 -45
  171. package/dist/powerlines/src/types/api.cjs +0 -62
  172. package/dist/powerlines/src/types/api.d.cts +0 -104
  173. package/dist/powerlines/src/types/api.d.mts +0 -104
  174. package/dist/powerlines/src/types/api.mjs +0 -62
  175. package/dist/powerlines/src/types/babel.cjs +0 -156
  176. package/dist/powerlines/src/types/babel.d.cts +0 -23
  177. package/dist/powerlines/src/types/babel.d.mts +0 -23
  178. package/dist/powerlines/src/types/babel.mjs +0 -147
  179. package/dist/powerlines/src/types/build.cjs +0 -127
  180. package/dist/powerlines/src/types/build.d.cts +0 -185
  181. package/dist/powerlines/src/types/build.d.mts +0 -185
  182. package/dist/powerlines/src/types/build.mjs +0 -121
  183. package/dist/powerlines/src/types/commands.cjs +0 -16
  184. package/dist/powerlines/src/types/commands.d.cts +0 -8
  185. package/dist/powerlines/src/types/commands.d.mts +0 -9
  186. package/dist/powerlines/src/types/commands.mjs +0 -15
  187. package/dist/powerlines/src/types/config.cjs +0 -420
  188. package/dist/powerlines/src/types/config.d.cts +0 -435
  189. package/dist/powerlines/src/types/config.d.mts +0 -436
  190. package/dist/powerlines/src/types/config.mjs +0 -397
  191. package/dist/powerlines/src/types/context.cjs +0 -388
  192. package/dist/powerlines/src/types/context.d.cts +0 -514
  193. package/dist/powerlines/src/types/context.d.mts +0 -514
  194. package/dist/powerlines/src/types/context.mjs +0 -371
  195. package/dist/powerlines/src/types/fs.cjs +0 -78
  196. package/dist/powerlines/src/types/fs.d.cts +0 -486
  197. package/dist/powerlines/src/types/fs.d.mts +0 -486
  198. package/dist/powerlines/src/types/fs.mjs +0 -75
  199. package/dist/powerlines/src/types/hooks.cjs +0 -71
  200. package/dist/powerlines/src/types/hooks.d.cts +0 -32
  201. package/dist/powerlines/src/types/hooks.d.mts +0 -32
  202. package/dist/powerlines/src/types/hooks.mjs +0 -68
  203. package/dist/powerlines/src/types/index.cjs +0 -11
  204. package/dist/powerlines/src/types/index.d.mts +0 -12
  205. package/dist/powerlines/src/types/index.mjs +0 -13
  206. package/dist/powerlines/src/types/plugin.cjs +0 -184
  207. package/dist/powerlines/src/types/plugin.d.cts +0 -205
  208. package/dist/powerlines/src/types/plugin.d.mts +0 -205
  209. package/dist/powerlines/src/types/plugin.mjs +0 -178
  210. package/dist/powerlines/src/types/resolved.cjs +0 -149
  211. package/dist/powerlines/src/types/resolved.d.cts +0 -94
  212. package/dist/powerlines/src/types/resolved.d.mts +0 -94
  213. package/dist/powerlines/src/types/resolved.mjs +0 -144
  214. package/dist/powerlines/src/types/tsconfig.d.cts +0 -69
  215. package/dist/powerlines/src/types/tsconfig.d.mts +0 -69
  216. package/dist/powerlines/src/types/unplugin.cjs +0 -64
  217. package/dist/powerlines/src/types/unplugin.d.cts +0 -22
  218. package/dist/powerlines/src/types/unplugin.d.mts +0 -23
  219. package/dist/powerlines/src/types/unplugin.mjs +0 -62
@@ -1,388 +0,0 @@
1
-
2
- //#region ../powerlines/src/types/context.ts
3
- const __ΩOmit = [
4
- "T",
5
- "K",
6
- () => __ΩPick,
7
- () => __ΩExclude,
8
- "Omit",
9
- "b!b\"e!!e!!ge!\"o$#o##w%y"
10
- ];
11
- const __ΩParameters = [
12
- "T",
13
- "args",
14
- "",
15
- "Parameters",
16
- "l>e\"!R!RPde#!Ph\"!@2\"\"/#qk#'QRb!Pde\"!p)w$y"
17
- ];
18
- const __ΩRequired = [
19
- "T",
20
- "Required",
21
- "l+e#!e\"!fRb!Pde\"!gN##w\"y"
22
- ];
23
- const __ΩPick = [
24
- "T",
25
- "K",
26
- "Pick",
27
- "l+e#!e\"!fRb!b\"Pde\"\"N#!w#y"
28
- ];
29
- const __ΩRecord = [
30
- "K",
31
- "T",
32
- "Record",
33
- "l'e#\"Rb!b\"Pde\"!N#!w#y"
34
- ];
35
- const __ΩExclude = [
36
- "T",
37
- "U",
38
- "Exclude",
39
- "l6!Re$!RPe#!e$\"qk#%QRb!b\"Pde\"!p)w#y"
40
- ];
41
- const __ΩMetaInfo = [
42
- "checksum",
43
- "The checksum generated from the resolved options",
44
- "buildId",
45
- "The build id",
46
- "releaseId",
47
- "The release id",
48
- "timestamp",
49
- "The build timestamp",
50
- "projectRootHash",
51
- "A hash that represents the path to the project root directory",
52
- "configHash",
53
- "MetaInfo",
54
- "P&4!?\"&4#?$&4%?&'4'?(&4)?*&4+?*Mw,y"
55
- ];
56
- const __ΩResolver = [
57
- "plugin",
58
- "Resolver",
59
- "P!!4!Mw\"y"
60
- ];
61
- const __ΩTransformResult = [
62
- "code",
63
- "map",
64
- "TransformResult",
65
- "P&4!P!,J4\"Mw#y"
66
- ];
67
- const __ΩSourceFile = [
68
- "id",
69
- "The name of the file to be compiled",
70
- "code",
71
- "The source code to be compiled",
72
- "env",
73
- "The environment variables used in the source code",
74
- () => __ΩTransformResult,
75
- "result",
76
- "The result of the transformation",
77
- "The format for providing source code to the compiler",
78
- "SourceFile",
79
- "P&4!?\"!4#?$&F4%?&n'4(8?)M?*w+y"
80
- ];
81
- const __ΩSelectHooksOptions = [
82
- "pre",
83
- "post",
84
- "normal",
85
- "order",
86
- "SelectHooksOptions",
87
- "PP.!.\".#J4$8Mw%y"
88
- ];
89
- const __ΩInitContextOptions = [
90
- "isHighPriority",
91
- true,
92
- "If false, the plugin will be loaded after all other plugins.",
93
- "Options for initializing or updating the context with new configuration values",
94
- "InitContextOptions",
95
- "P)4!>\"?#M?$w%y"
96
- ];
97
- const __ΩFetchOptions = [
98
- "skipCache",
99
- "An indicator specifying that the request should bypass any caching",
100
- "Options for fetch requests made via the context's {@link Context.fetch} method",
101
- "FetchOptions",
102
- "P!)4!8?\"M?#w$y"
103
- ];
104
- const __ΩParseOptions = [
105
- "ParserOptions",
106
- "allowReturnOutsideFunction",
107
- "When true this allows return statements to be outside functions to e.g. support parsing CommonJS code.",
108
- "Options for parsing code using [Oxc-Parser](https://github.com/oxc/oxc)",
109
- "ParseOptions",
110
- "P\"w!)4\"8?#M?$w%y"
111
- ];
112
- const __ΩEmitOptions = [
113
- "WriteOptions",
114
- "extension",
115
- "The file extension to use when emitting the file",
116
- "emitWithBundler",
117
- "If true, will emit the file using {@link UnpluginBuildContext.emitFile | the bundler's emit function}.",
118
- () => __ΩParameters,
119
- "emitFile",
120
- 0,
121
- "needsCodeReference",
122
- "needsCodeReference",
123
- () => __ΩParameters,
124
- "emitFile",
125
- 0,
126
- "originalFileName",
127
- "originalFileName",
128
- "EmitOptions",
129
- "P\"w!&4\"8?#)4$8?%!.'fo&\".(f.)f4*8!.,fo+\".-f..f4/8Mw0y"
130
- ];
131
- const __ΩEmitEntryOptions = [
132
- () => __ΩEmitOptions,
133
- () => __ΩOmit,
134
- "ResolvedEntryTypeDefinition",
135
- "file",
136
- "EmitEntryOptions",
137
- "Pn!\"w#.$o\"#Kw%y"
138
- ];
139
- const __ΩUnresolvedContext = [
140
- "ResolvedConfig",
141
- "TResolvedConfig",
142
- "WorkspaceConfig",
143
- "workspaceConfig",
144
- "The Storm workspace configuration",
145
- () => __ΩOmit,
146
- "userConfig",
147
- "build",
148
- "output",
149
- () => __ΩRequired,
150
- () => __ΩPick,
151
- "userConfig",
152
- "build",
153
- "output",
154
- "projectRoot",
155
- "sourceRoot",
156
- "output",
157
- "output",
158
- "config",
159
- "An object containing the options provided to Powerlines",
160
- "LogFn",
161
- "log",
162
- "A logging function for the Powerlines engine",
163
- "message",
164
- "",
165
- "fatal",
166
- "A logging function for fatal messages",
167
- "error",
168
- "A logging function for error messages",
169
- "warn",
170
- "A logging function for warning messages",
171
- "info",
172
- "A logging function for informational messages",
173
- "debug",
174
- "A logging function for debug messages",
175
- "trace",
176
- "A logging function for trace messages",
177
- () => __ΩMetaInfo,
178
- "meta",
179
- "The metadata information",
180
- () => __ΩMetaInfo,
181
- "persistedMeta",
182
- "The metadata information currently written to disk",
183
- "artifactsPath",
184
- "The Powerlines artifacts directory",
185
- "builtinsPath",
186
- "The path to the Powerlines builtin runtime modules directory",
187
- "entryPath",
188
- "The path to the Powerlines entry modules directory",
189
- "dtsPath",
190
- "The path to the Powerlines TypeScript declaration files directory",
191
- "dataPath",
192
- "The path to a directory where the reflection data buffers (used by the build processes) are stored",
193
- "cachePath",
194
- "The path to a directory where the project cache (used by the build processes) is stored",
195
- "envPaths",
196
- "The Powerlines environment paths",
197
- "powerlinesPath",
198
- "The file system path to the Powerlines package installation",
199
- "relativeToWorkspaceRoot",
200
- "The relative path to the Powerlines workspace root directory",
201
- () => __ΩRecord,
202
- "packageJson",
203
- "The project's `package.json` file content",
204
- () => __ΩRecord,
205
- "projectJson",
206
- "The project's `project.json` file content",
207
- () => __ΩRecord,
208
- "dependencies",
209
- "The dependency installations required by the project",
210
- () => __ΩRecord,
211
- "devDependencies",
212
- "The development dependency installations required by the project",
213
- "ParsedTypeScriptConfig",
214
- "tsconfig",
215
- "The parsed TypeScript configuration from the `tsconfig.json` file",
216
- "ResolvedEntryTypeDefinition",
217
- "entry",
218
- "The entry points of the source code",
219
- "VirtualFileSystemInterface",
220
- "fs",
221
- "The virtual file system manager used during the build process to reference generated runtime files",
222
- () => __ΩResolver,
223
- "resolver",
224
- "The Jiti module resolver",
225
- "builtins",
226
- "The builtin module id that exist in the Powerlines virtual file system",
227
- () => __ΩRecord,
228
- "alias",
229
- "The alias mappings for the project used during module resolution",
230
- "RequestInfo",
231
- "input",
232
- () => __ΩFetchOptions,
233
- "options",
234
- "Response",
235
- "fetch",
236
- "A function to perform HTTP fetch requests",
237
- "code",
238
- () => __ΩParseOptions,
239
- "ParseResult",
240
- "parse",
241
- "Parse code using [Oxc-Parser](https://github.com/oxc/oxc) into an (ESTree-compatible)[https://github.com/estree/estree] AST object.",
242
- "id",
243
- "importer",
244
- "ResolveOptions",
245
- "resolve",
246
- "A helper function to resolve modules using the Jiti resolver",
247
- () => __ΩTransformResult,
248
- "load",
249
- "A helper function to load modules using the Jiti resolver",
250
- "VirtualFile",
251
- "getBuiltins",
252
- "The Powerlines builtin virtual files",
253
- "path",
254
- () => __ΩEmitOptions,
255
- "emit",
256
- "Resolves a file and writes it to the VFS if it does not already exist",
257
- () => __ΩEmitOptions,
258
- "emitSync",
259
- "Synchronously resolves a file and writes it to the VFS if it does not already exist",
260
- () => __ΩEmitOptions,
261
- "emitBuiltin",
262
- "Resolves a builtin virtual file and writes it to the VFS if it does not already exist",
263
- () => __ΩEmitOptions,
264
- "emitBuiltinSync",
265
- "Synchronously resolves a builtin virtual file and writes it to the VFS if it does not already exist",
266
- () => __ΩEmitEntryOptions,
267
- "emitEntry",
268
- "Resolves a entry virtual file and writes it to the VFS if it does not already exist",
269
- () => __ΩEmitEntryOptions,
270
- "emitEntrySync",
271
- "Synchronously resolves a entry virtual file and writes it to the VFS if it does not already exist",
272
- "UserConfig",
273
- "userConfig",
274
- () => __ΩInitContextOptions,
275
- "withUserConfig",
276
- "A function to update the context fields using a new user configuration options",
277
- "InlineConfig",
278
- "inlineConfig",
279
- () => __ΩInitContextOptions,
280
- "withInlineConfig",
281
- "A function to update the context fields using inline configuration options",
282
- "name",
283
- "createLog",
284
- "Create a new logger instance",
285
- "extendLog",
286
- "Extend the current logger instance with a new name",
287
- "generateChecksum",
288
- "Generates a checksum representing the current context state",
289
- "The unresolved Powerlines context.",
290
- "UnresolvedContext",
291
- "\"w!c\"P\"w#4$?%Pe#!.'fP.(.)Jo&#e#!.,fP.-..Jo+#o*\"P!4/!40e$!.1f42MK43?4\"w546?7PP&!J28$/94:?;PP&!J28$/94<?=PP&!J28$/94>??PP&!J28$/94@?APP&!J28$/94B?CPP&!J28$/94D?EnF4G?HnI4J8?K&4L?M&4N?O&4P?Q&4R?S&4T?U&4V?W!4X?Y&4Z?[&4\\?]P!&\"o^#K4_?`&\"oa#4b8?c&P&!Jod#4e?f&P&!Jog#4h?i\"wj4k?l\"wmF4n?o\"wp4q?rns4t?u&F4v?w&&ox#4y?zP\"w{2|n}2~8\"w`/94€?P&2‚nƒ2~8\"w„`/94…?†P&2‡&2ˆ8\"w‰2~8P!-J`/94Š?‹P&2‡PnŒ-J`/94?ŽP\"wF`/94?‘P&2‚&2’n“2~8$`/94”?•P&2‚&2’n–2~8$/94—?˜P&2‚&2‡n™2~8$`/94š?›P&2‚&2‡nœ2~8$/94?žP&2‚&2’nŸ2~8$`/94\xA0?¡P&2‚&2’n¢2~8$/94£?¤P\"w¥2¦n§2~8$`/94¨?©P\"wª2«n¬2~8$`/94­?®PP&,J2¯\"w5/94°?±P&2¯\"w5/94²?³P&`/94´?µM?¶w·y"
292
- ];
293
- const __ΩContext = [
294
- "ResolvedConfig",
295
- "TResolvedConfig",
296
- () => __ΩOmit,
297
- () => __ΩUnresolvedContext,
298
- "config",
299
- "config",
300
- "The fully resolved Powerlines configuration",
301
- "Context",
302
- "\"w!c\"Pe\"!o$\".%o##Pe#!4&?'MKw(y"
303
- ];
304
- const __ΩEnvironmentContextPlugin = [
305
- "ResolvedConfig",
306
- "TResolvedConfig",
307
- "Plugin",
308
- "plugin",
309
- () => __ΩPluginContext,
310
- "context",
311
- "EnvironmentContextPlugin",
312
- "\"w!c\"P\"w#4$e\"!o%\"4&Mw'y"
313
- ];
314
- const __ΩSelectHookResultItem = [
315
- "TContext",
316
- "TKey",
317
- "InferHooksListItem",
318
- "context",
319
- "SelectHookResultItem",
320
- "b!b\"P\"w#Pe#!4$MKw%y"
321
- ];
322
- const __ΩSelectHookResult = [
323
- "TContext",
324
- "TKey",
325
- () => __ΩSelectHookResultItem,
326
- "SelectHookResult",
327
- "b!b\"e!!e!\"o##Fw$y"
328
- ];
329
- const __ΩEnvironmentContext = [
330
- "ResolvedConfig",
331
- "TResolvedConfig",
332
- () => __ΩContext,
333
- () => __ΩEnvironmentContextPlugin,
334
- "plugins",
335
- "The expected plugins options for the Powerlines project.",
336
- "Plugin",
337
- "plugin",
338
- "",
339
- "addPlugin",
340
- "A function to add a plugin to the context and update the configuration options",
341
- "EnvironmentResolvedConfig",
342
- "environment",
343
- "The environment specific resolved configuration",
344
- "HooksList",
345
- "hooks",
346
- "A table holding references to hook functions registered by plugins",
347
- "key",
348
- () => __ΩSelectHooksOptions,
349
- "options",
350
- () => __ΩSelectHookResult,
351
- () => __ΩPluginContext,
352
- "selectHooks",
353
- "Retrieves the hook handlers for a specific hook name",
354
- "EnvironmentContext",
355
- "\"w!c\"Pe\"!o#\"e\"!o$\"F4%?&P\"w'2($`/)4*?+\"w,4-?.\"w/40?1P\"22n3248e#!o6\"\"o5#/)47?8Mw9y"
356
- ];
357
- const __ΩPluginContext = [
358
- "ResolvedConfig",
359
- "TResolvedConfig",
360
- () => __ΩContext,
361
- "EnvironmentResolvedConfig",
362
- "environment",
363
- "The environment specific resolved configuration",
364
- "LogFn",
365
- "logger",
366
- "An alternative property name for the {@link log} property",
367
- "PluginContext",
368
- "\"w!c\"Pe\"!o#\"!\"w$4%?&\"w'4(?)Mw*y"
369
- ];
370
-
371
- //#endregion
372
- exports.__ΩContext = __ΩContext;
373
- exports.__ΩEmitEntryOptions = __ΩEmitEntryOptions;
374
- exports.__ΩEmitOptions = __ΩEmitOptions;
375
- exports.__ΩEnvironmentContext = __ΩEnvironmentContext;
376
- exports.__ΩEnvironmentContextPlugin = __ΩEnvironmentContextPlugin;
377
- exports.__ΩFetchOptions = __ΩFetchOptions;
378
- exports.__ΩInitContextOptions = __ΩInitContextOptions;
379
- exports.__ΩMetaInfo = __ΩMetaInfo;
380
- exports.__ΩParseOptions = __ΩParseOptions;
381
- exports.__ΩPluginContext = __ΩPluginContext;
382
- exports.__ΩResolver = __ΩResolver;
383
- exports.__ΩSelectHookResult = __ΩSelectHookResult;
384
- exports.__ΩSelectHookResultItem = __ΩSelectHookResultItem;
385
- exports.__ΩSelectHooksOptions = __ΩSelectHooksOptions;
386
- exports.__ΩSourceFile = __ΩSourceFile;
387
- exports.__ΩTransformResult = __ΩTransformResult;
388
- exports.__ΩUnresolvedContext = __ΩUnresolvedContext;