@absolutejs/absolute 0.19.0-beta.140 → 0.19.0-beta.141
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/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/dist/build.js +6 -1
- package/dist/build.js.map +3 -3
- package/dist/index.js +6 -1
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -203384,6 +203384,11 @@ var moduleServerPromise, getModuleServer = () => moduleServerPromise, parseError
|
|
|
203384
203384
|
if (!hasFileChanged(filePath, currentHash, state.fileHashes)) {
|
|
203385
203385
|
return;
|
|
203386
203386
|
}
|
|
203387
|
+
if (framework === "unknown") {
|
|
203388
|
+
const { invalidate: invalidate2 } = (init_transformCache(), __toCommonJS(exports_transformCache));
|
|
203389
|
+
invalidate2(resolve21(filePath));
|
|
203390
|
+
return;
|
|
203391
|
+
}
|
|
203387
203392
|
if (!state.fileChangeQueue.has(framework)) {
|
|
203388
203393
|
state.fileChangeQueue.set(framework, []);
|
|
203389
203394
|
}
|
|
@@ -205730,5 +205735,5 @@ export {
|
|
|
205730
205735
|
ANGULAR_INIT_TIMEOUT_MS
|
|
205731
205736
|
};
|
|
205732
205737
|
|
|
205733
|
-
//# debugId=
|
|
205738
|
+
//# debugId=AE09A6D2F315E84064756E2164756E21
|
|
205734
205739
|
//# sourceMappingURL=index.js.map
|