如何运行单个TypeScript编译器评估测试?

时间:2018-10-26 22:11:11

标签: typescript compiler-construction

我正在为TypeScript编译器进行PR,并希望添加一个这样的评估测试:https://github.com/Microsoft/TypeScript/blob/ab10b8620549194be3ceed19dc34a6573485e005/src/testRunner/unittests/evaluation/asyncGenerator.ts

要运行单独的编译器参考测试,请执行以下操作(例如):npx jake runtests t=computedPropertyNames4_ES6。但是,相同类型的命令不适用于评估测试,找不到测试:npx jake runtests t=asyncGenerator

0 个答案:

没有答案