denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
95.61k stars 5.3k forks source link

no-check doesn't support some features #7080

Closed kitsonk closed 4 years ago

kitsonk commented 4 years ago

The current implementation of --no-check does not support some features which are supportable without the flag. The related TypeScript compiler options are:

Currently we support reactNamespace but it should be ignored. It is deprecated and redundant with the jsxFactory and jsxFragmentFactory options.

cc/ @bartlomieju

bartlomieju commented 4 years ago

@kitsonk I'm gonna backport your solution from https://github.com/denoland/deno/pull/6894 into #7161