@absolutejs/absolute 0.17.1 → 0.17.2
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/dist/index.js
CHANGED
|
@@ -169293,11 +169293,6 @@ __export(exports_compileAngular, {
|
|
|
169293
169293
|
import { existsSync as existsSync6, readFileSync as readFileSync3 } from "fs";
|
|
169294
169294
|
import { promises as fs } from "fs";
|
|
169295
169295
|
import { join as join6, basename as basename4, sep as sep2, dirname as dirname3, resolve as resolve7, relative as relative4 } from "path";
|
|
169296
|
-
import {
|
|
169297
|
-
readConfiguration,
|
|
169298
|
-
performCompilation,
|
|
169299
|
-
EmitFlags
|
|
169300
|
-
} from "@angular/compiler-cli";
|
|
169301
169296
|
import { createHash } from "crypto";
|
|
169302
169297
|
var import_typescript, computeConfigHash = () => {
|
|
169303
169298
|
try {
|
|
@@ -169326,6 +169321,11 @@ ${registrations}
|
|
|
169326
169321
|
`;
|
|
169327
169322
|
return content + hmrBlock;
|
|
169328
169323
|
}, compileAngularFile = async (inputPath, outDir) => {
|
|
169324
|
+
const {
|
|
169325
|
+
readConfiguration,
|
|
169326
|
+
performCompilation,
|
|
169327
|
+
EmitFlags
|
|
169328
|
+
} = await import("@angular/compiler-cli");
|
|
169329
169329
|
const configHash = computeConfigHash();
|
|
169330
169330
|
const cached = globalThis.__angularCompilerCache;
|
|
169331
169331
|
let host;
|
|
@@ -202446,5 +202446,5 @@ export {
|
|
|
202446
202446
|
BUN_BUILD_WARNING_SUPPRESSION
|
|
202447
202447
|
};
|
|
202448
202448
|
|
|
202449
|
-
//# debugId=
|
|
202449
|
+
//# debugId=C7A98673D8CCBF2964756E2164756E21
|
|
202450
202450
|
//# sourceMappingURL=index.js.map
|