- Notifications
You must be signed in to change notification settings - Fork 575
Closed
Description
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