Skip to content

Compiler (still) crashes with "Declaration to checkResolvedBlockScopedVariable is undefined" #27134

Closed
@felixfbecker

Description

@felixfbecker

Similar/same as #27061, but still happening in 3.1.0-dev.20180915.

Introduced in 3.1.0-dev.20180906, last working version was 3.1.0-dev.20180905.

Stack trace:

Debug Failure. Declaration to checkResolvedBlockScopedVariable is undefined

    at checkResolvedBlockScopedVariable (node_modules/typescript/lib/typescript.js:31697:33)
    at resolveNameHelper (node_modules/typescript/lib/typescript.js:31538:25)
    at resolveName (node_modules/typescript/lib/typescript.js:31219:20)
    at getResolvedSymbol (node_modules/typescript/lib/typescript.js:43026:21)
    at checkIdentifier (node_modules/typescript/lib/typescript.js:44474:26)
    at checkExpressionWorker (node_modules/typescript/lib/typescript.js:50599:28)
    at checkExpression (node_modules/typescript/lib/typescript.js:50571:42)
    at checkNonNullExpression (node_modules/typescript/lib/typescript.js:47062:37)
    at checkPropertyAccessExpressionOrQualifiedName (node_modules/typescript/lib/typescript.js:47088:28)
    at checkPropertyAccessExpression (node_modules/typescript/lib/typescript.js:47081:20)

TypeScript Version: 3.1.0-dev.20180915

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScript

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions