使用es5从angular2的源代码导入

时间:2016-10-14 12:38:40

标签: node.js angular ecmascript-6

我正在创建一个需要angular2 HTML解析器(this class)的节点应用程序。

问题是df.n <-NULL df.n$a<-rbind(df1$col1, df2$col3) df.n$b<-rbind(df1$col2,df2$col4)目前无法使用node.js,此功能正在开发中,我不能等待它完成我的工具。我收到错误:

es2015

我如何<my-project>/node_modules/@angular/compiler/src/ml_parser/html_parser.js:13 import { Injectable } from '@angular/core'; ^^^^^^ SyntaxError: Unexpected token import 我的import应用中的课程(用node.js编写,发送到Typescript)?

当然其中一个解决方案是克隆angular2的repo并自己将类编译为es5,但我想要一个干净的解决方案,使用常规的npm导入。

我的es5

tsconfig.json

0 个答案:

没有答案