Open Guria opened 8 years ago
Yeah, there is not browser linter for TypeScript. There is one in ACE editor I believe though, so considering moving to that. Seems like ACE editor also lints in a worker environment which improves performance.
Related to #72
Monaco solves this even better than ACE, cause not only does it lint, it actually does type-checking in the browser. See: https://github.com/christianalfoni/webpack-bin/issues/158
There is no linting support and/or typescript compilation errors. Seems it's just ignored.