@absolutejs/absolute 0.19.0-beta.863 → 0.19.0-beta.864
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
|
@@ -18974,21 +18974,7 @@ ${block}
|
|
|
18974
18974
|
const sourceFileObj = new compiler.ParseSourceFile(tsSource, componentFilePath);
|
|
18975
18975
|
const zeroLoc = new compiler.ParseLocation(sourceFileObj, 0, 0, 0);
|
|
18976
18976
|
const typeSourceSpan = new compiler.ParseSourceSpan(zeroLoc, zeroLoc);
|
|
18977
|
-
const
|
|
18978
|
-
if (decoratorMeta.importsExpr) {
|
|
18979
|
-
for (const el of decoratorMeta.importsExpr.elements) {
|
|
18980
|
-
importsArray.push(new compiler.WrappedNodeExpr(el));
|
|
18981
|
-
}
|
|
18982
|
-
}
|
|
18983
|
-
const declarations = importsArray.map((expr) => ({
|
|
18984
|
-
kind: 0,
|
|
18985
|
-
type: expr,
|
|
18986
|
-
selector: "",
|
|
18987
|
-
inputs: [],
|
|
18988
|
-
outputs: [],
|
|
18989
|
-
exportAs: null,
|
|
18990
|
-
isComponent: false
|
|
18991
|
-
}));
|
|
18977
|
+
const declarations = [];
|
|
18992
18978
|
const meta = {
|
|
18993
18979
|
name: className,
|
|
18994
18980
|
type: { value: wrappedClass, type: wrappedClass },
|
|
@@ -19030,7 +19016,7 @@ ${block}
|
|
|
19030
19016
|
i18nUseExternalIds: false,
|
|
19031
19017
|
changeDetection: null,
|
|
19032
19018
|
relativeTemplatePath: null,
|
|
19033
|
-
hasDirectiveDependencies:
|
|
19019
|
+
hasDirectiveDependencies: false
|
|
19034
19020
|
};
|
|
19035
19021
|
let compiled;
|
|
19036
19022
|
try {
|
|
@@ -30287,5 +30273,5 @@ export {
|
|
|
30287
30273
|
ANGULAR_INIT_TIMEOUT_MS
|
|
30288
30274
|
};
|
|
30289
30275
|
|
|
30290
|
-
//# debugId=
|
|
30276
|
+
//# debugId=652560154C5C43EB64756E2164756E21
|
|
30291
30277
|
//# sourceMappingURL=index.js.map
|