@absolutejs/absolute 0.17.8 → 0.17.9
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.
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"src/core/devVendorPaths.ts": "1tdq5pi1387fs",
|
|
89
89
|
"src/core/devBuild.ts": "295tckrp83u86",
|
|
90
90
|
"src/core/prepare.ts": "2mnlyzkg3km77",
|
|
91
|
-
"src/core/lookup.ts": "
|
|
91
|
+
"src/core/lookup.ts": "svmqhr0nyiq6",
|
|
92
92
|
"src/core/index.ts": "2e2493pkqrfdy",
|
|
93
93
|
"src/core/pageHandlers.ts": "1jlijcbl0effl",
|
|
94
94
|
"src/core/build.ts": "1xl6384gibiyc",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"example/angular/compiled/mm4fgvqc/components/counter.component.js": "qbqz8o1mgcpu",
|
|
139
139
|
"eslint.config.mjs": "3jvlmsyhtijzc",
|
|
140
140
|
"tsconfig.json": "yyin9qm3vp6z",
|
|
141
|
-
"package.json": "
|
|
141
|
+
"package.json": "3mdngfcuzbdi7",
|
|
142
142
|
"tsconfig.build.json": "976e92rva922",
|
|
143
143
|
"example/svelte/pages/SvelteExample.svelte": "1um210xkshf8o",
|
|
144
144
|
"example/svelte/components/Counter.svelte": "1p92uo1pko0wo",
|
package/dist/index.js
CHANGED
|
@@ -271270,9 +271270,8 @@ var hmrState = {
|
|
|
271270
271270
|
init_constants();
|
|
271271
271271
|
|
|
271272
271272
|
// src/core/lookup.ts
|
|
271273
|
-
var isWrapped = (source) => ("manifest" in source) && typeof source.manifest === "object" && !Array.isArray(source.manifest);
|
|
271274
271273
|
var asset = (source, name) => {
|
|
271275
|
-
const assetPath =
|
|
271274
|
+
const assetPath = source[name];
|
|
271276
271275
|
if (assetPath === undefined) {
|
|
271277
271276
|
throw new Error(`Asset "${name}" not found in manifest.`);
|
|
271278
271277
|
}
|
|
@@ -271472,5 +271471,5 @@ export {
|
|
|
271472
271471
|
BUN_BUILD_WARNING_SUPPRESSION
|
|
271473
271472
|
};
|
|
271474
271473
|
|
|
271475
|
-
//# debugId=
|
|
271474
|
+
//# debugId=DBDB87237B3A1CD064756E2164756E21
|
|
271476
271475
|
//# sourceMappingURL=index.js.map
|