【发布时间】:2015-07-03 01:29:31
【问题描述】:
我收到了这个奇怪的错误:
mydev> apm install atom-typescript
Installing atom-typescript to /Users/pitosalas/.atom/packages [BABEL] Note: The code generator has deoptimised the styling of "/Users/pitosalas/.atom/packages/atom-typescript/dist/typescript/compiler/checker.js" as it exceeds the max of "100KB".
[BABEL] Note: The code generator has deoptimised the styling of "/Users/pitosalas/.atom/packages/atom-typescript/dist/typescript/compiler/diagnosticInformationMap.generated.js" as it exceeds the max of "100KB".
[BABEL] Note: The code generator has deoptimised the styling of "/Users/pitosalas/.atom/packages/atom-typescript/dist/typescript/compiler/emitter.js" as it exceeds the max of "100KB".
[BABEL] Note: The code generator has deoptimised the styling of "/Users/pitosalas/.atom/packages/atom-typescript/dist/typescript/compiler/parser.js" as it exceeds the max of "100KB".
[BABEL] Note: The code generator has deoptimised the styling of "/Users/pitosalas/.atom/packages/atom-typescript/dist/typescript/services/services.js" as it exceeds the max of "100KB".
✓
mydev>
我见过其他人报告它,但不是在 Typescript 和 Atom 的上下文中。有人知道吗?
【问题讨论】: