@absolutejs/absolute 0.19.0-beta.61 → 0.19.0-beta.62
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/.claude/settings.local.json +3 -1
- package/dist/build.js +2 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -172287,7 +172287,7 @@ var safeRemoveFromGraph = (graph, fullPath) => {
|
|
|
172287
172287
|
operation: "add"
|
|
172288
172288
|
});
|
|
172289
172289
|
}
|
|
172290
|
-
}, shouldSkipFilename = (filename, isStylesDir) => !isStylesDir && (filename === "compiled" || filename === "build" || filename === "indexes" || filename === "server" || filename === "client" || filename.includes("/compiled") || filename.includes("/build") || filename.includes("/indexes") || filename.includes("/server") || filename.includes("/client")) || filename.endsWith("/") || filename.includes(".tmp.") || filename.endsWith(".tmp") || filename.endsWith("~") || filename.startsWith(".#"), setupWatcher = (absolutePath, isStylesDir, state, onFileChange) => {
|
|
172290
|
+
}, shouldSkipFilename = (filename, isStylesDir) => !isStylesDir && (filename === "compiled" || filename === "build" || filename === "indexes" || filename === "server" || filename === "client" || filename.includes("/compiled/") || filename.includes("/build/") || filename.includes("/indexes/") || filename.includes("/server/") || filename.includes("/client/") || filename.startsWith("compiled/") || filename.startsWith("build/") || filename.startsWith("indexes/") || filename.startsWith("server/") || filename.startsWith("client/")) || filename.endsWith("/") || filename.includes(".tmp.") || filename.endsWith(".tmp") || filename.endsWith("~") || filename.startsWith(".#"), setupWatcher = (absolutePath, isStylesDir, state, onFileChange) => {
|
|
172291
172291
|
const watcher = watch(absolutePath, { recursive: true }, (event, filename) => {
|
|
172292
172292
|
if (!filename) {
|
|
172293
172293
|
return;
|
|
@@ -205244,5 +205244,5 @@ export {
|
|
|
205244
205244
|
ANGULAR_INIT_TIMEOUT_MS
|
|
205245
205245
|
};
|
|
205246
205246
|
|
|
205247
|
-
//# debugId=
|
|
205247
|
+
//# debugId=19E4755F699A777E64756E2164756E21
|
|
205248
205248
|
//# sourceMappingURL=index.js.map
|