You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you plan to support Angular 13.1? With latest ngast version there is "Unknown import type" error
node_modules/ngast/node_modules/@angular/compiler-cli/src/ngtsc/transform/src/compilation.js:440
finally { if (e_7) throw e_7.error; }
^
Error: Unknown import type?
at Object.reflectTypeEntityToDeclaration (node_modules/ngast/node_modules/@angular/compiler-cli/src/ngtsc/reflection/src/typescript.js:448:23)
at node_modules/ngast/node_modules/@angular/compiler-cli/src/ngtsc/metadata/src/util.js:37:35
at Array.map (<anonymous>)
at Object.extractReferencesFromType (node_modules/ngast/node_modules/@angular/compiler-cli/src/ngtsc/metadata/src/util.js:32:14)
at DtsMetadataReader.getNgModuleMetadata (node_modules/ngast/node_modules/@angular/compiler-cli/src/ngtsc/metadata/src/dts.js:61:38)
at MetadataDtsModuleScopeResolver.resolve (node_modules/ngast/node_modules/@angular/compiler-cli/src/ngtsc/scope/src/dependency.js:61:43)
at MetadataDtsModuleScopeResolver.resolve (node_modules/ngast/node_modules/@angular/compiler-cli/src/ngtsc/scope/src/dependency.js:100:46)
at LocalModuleScopeRegistry.getExportedScope (node_modules/ngast/node_modules/@angular/compiler-cli/src/ngtsc/scope/src/local.js:529:51)
at LocalModuleScopeRegistry.getScopeOfModuleReference (node_modules/ngast/node_modules/@angular/compiler-cli/src/ngtsc/scope/src/local.js:271:44)
at LocalModuleScopeRegistry.getScopeOfModule (node_modules/ngast/node_modules/@angular/compiler-cli/src/ngtsc/scope/src/local.js:148:22)
The text was updated successfully, but these errors were encountered:
Hi,
Do you plan to support Angular 13.1? With latest ngast version there is "Unknown import type" error
The text was updated successfully, but these errors were encountered: