Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
@lonix1 You use case is covered by: ``` // @ts-ignore-start // @ts-ignore-end ``` You don't have to use the `// @ts-ignore-end` part. Many lint tools work that way.
@lonix1 I meant that @Blanen's proposal would also work for you, we don't need TypeScript to implement both `// @ts-ignore-start` + `// @ts-ignore-end` and `// @ts-ignore-file`, implementing `// @ts-ignore-start` +...
+9001 for allowing to disable transpilation. The Babel transpilation messes up lines & columns so when I see an error I don't know where it really comes from. With new...
I started looking into it and I noticed there's already an env var: `DANGER_DISABLE_TRANSPILATION` needs to be set to `"true"`. That solves it for me.
Any updates?
What about the Android Browser? Is it supported at all?
Any updates here? Is this still planned?
@rwjblue has this been discussed?
I'm hitting it as well, it's enough to enable "Minify" on any code to make it break. An updated REPL link (the one from the OP doesn't work for me):...