如何运行DefinitelyTyped存储库的测试

时间:2016-03-07 07:13:12

标签: node.js typescript npm-install definitelytyped

从主分支中拉出最新的commit。 请参阅官方contribution guide

的命令
npm install
tsc --noImplicitAny .\mongoose\mongoose-tests.ts

但这会产生很多错误,比如

error TS1005: ';' expected.
error TS1006: Identifier expected; 'this' is a keyword.
error TS1008: Unexpected token; 'module, class, interface, enum, import or statement' expected.
error TS1003: Identifier expected.
error TS1005: '=>' expected.

运行youtube包定义的测试时也会显示类似的错误。 我做错了什么?

1 个答案:

答案 0 :(得分:0)

您最有可能拥有typescript版本,而不是最新的稳定版本