Skip to content

No test cases set --outputLanguage=es6. PureES6Transformer fails. #1700

@tbosch

Description

@tbosch

Source:

class Test { super() } 

Transpiled to ES6 with source maps leads to the error:

TypeError: Cannot read property 'line' of undefined at ParseTreeMapWriter.originate (eval at loadModule (/Users/tbosch/projects/angular2/tools/transpiler/index.js:99:19), <anonymous>:22573:26) at ParseTreeMapWriter.enterBranch (eval at loadModule (/Users/tbosch/projects/angular2/tools/transpiler/index.js:99:19), <anonymous>:22561:12) at ParseTreeMapWriter.visitAny (eval at loadModule (/Users/tbosch/projects/angular2/tools/transpiler/index.js:99:19), <anonymous>:22532:14) at ParseTreeMapWriter.visitExpressionStatement (eval at loadModule (/Users/tbosch/projects/angular2/tools/transpiler/index.js:99:19), <anonymous>:21840:12) at ExpressionStatement.visit (eval at loadModule (/Users/tbosch/projects/angular2/tools/transpiler/index.js:99:19), <anonymous>:7570:15) at ParseTreeMapWriter.visitAny (eval at loadModule (/Users/tbosch/projects/angular2/tools/transpiler/index.js:99:19), <anonymous>:4161:20) at ParseTreeMapWriter.visitAny (eval at loadModule (/Users/tbosch/projects/angular2/tools/transpiler/index.js:99:19), <anonymous>:22533:81) at ParseTreeMapWriter.writeList_ (eval at loadModule (/Users/tbosch/projects/angular2/tools/transpiler/index.js:99:19), <anonymous>:22442:14) at ParseTreeMapWriter.writelnList_ (eval at loadModule (/Users/tbosch/projects/angular2/tools/transpiler/index.js:99:19), <anonymous>:22419:14) at ParseTreeMapWriter.visitFunctionBody (eval at loadModule (/Users/tbosch/projects/angular2/tools/transpiler/index.js:99:19), <anonymous>:21907:12) at FunctionBody.visit (eval at loadModule (/Users/tbosch/projects/angular2/tools/transpiler/index.js:99:19), <anonymous>:7691:15) at ParseTreeMapWriter.visitAny (eval at loadModule (/Users/tbosch/projects/angular2/tools/transpiler/index.js:99:19), <anonymous>:4161:20) 

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions