We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f23392 commit 04e9327Copy full SHA for 04e9327
1 file changed
libs/parsing/index/src/lib/global-index.class.ts
@@ -64,6 +64,7 @@ export class GlobalIndex {
64
*/
65
constructor() {
66
const types = Object.values(GLOBAL_TOKEN_TYPES);
67
+ this.globalTokensByTypeByName = {} as any;
68
for (let i = 0; i < types.length; i++) {
69
this.globalTokensByTypeByName[types[i]] = {};
70
}
0 commit comments