Conversation
|
@egamma As Travis and AppVeyor complain, there's a problem with this. The build folder fails to build: |
|
@egamma Also... how exactly does |
The issue is that when you enable allowJS in the tsconfig.json, then TypeScript will transpile the JS files. I need to find a way to specifc |
I was surprised as well, but the TS type checker reaches it also when running |
|
Here is the issue, when you want to enable I see different options:
I´ll add option 2) to the PR for testing. |
|
Hmm, .js files are still compiled so option 2 is not an option... |
|
I´ve looked into options 2) and 3). The issue with these options is that the project of the tsconfig.json in the /// <reference path='lib/typings/event-stream.d.ts'/>Such comments are a pain to maintain and duplicates the project context from the tsconfig.json. My conclusion is that the checkJS must use the project context defined by |
|
@joaomoreno closing in favor of #42731 (this one is messy and mixes different experiments). |
No description provided.