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
When I run yarn test (without having made any changes to the code), I get the following:
The 'whitespace' rule threw an error in '/Users/arimarkowitz/three-ts-types/types/three/src/Three.d.ts':
TypeError: Cannot read properties of undefined (reading 'forEach')
at cb (/Users/arimarkowitz/three-ts-types/node_modules/tslint/lib/rules/whitespaceRule.js:140:45)
at visitNodes (/Users/arimarkowitz/three-ts-types/node_modules/typescript/lib/typescript.js:31214:30)
at forEachChildInSourceFile (/Users/arimarkowitz/three-ts-types/node_modules/typescript/lib/typescript.js:31573:20)
at Object.forEachChild (/Users/arimarkowitz/three-ts-types/node_modules/typescript/lib/typescript.js:31988:47)
at walk (/Users/arimarkowitz/three-ts-types/node_modules/tslint/lib/rules/whitespaceRule.js:99:8)
at Rule.AbstractRule.applyWithFunction (/Users/arimarkowitz/three-ts-types/node_modules/tslint/lib/language/rule/abstractRule.js:39:9)
at Rule.apply (/Users/arimarkowitz/three-ts-types/node_modules/tslint/lib/rules/whitespaceRule.js:41:21)
at Linter.applyRule (/Users/arimarkowitz/three-ts-types/node_modules/tslint/lib/linter.js:214:29)
at /Users/arimarkowitz/three-ts-types/node_modules/tslint/lib/linter.js:155:85
at Object.flatMap (/Users/arimarkowitz/three-ts-types/node_modules/tslint/lib/utils.js:160:29)
The text was updated successfully, but these errors were encountered:
When I run
yarn test
(without having made any changes to the code), I get the following:The text was updated successfully, but these errors were encountered: