christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

typescript: typing errors are shallowed #80

Open Guria opened 8 years ago

Guria commented 8 years ago

There is no linting support and/or typescript compilation errors. Seems it's just ignored.

christianalfoni commented 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.

christianalfoni commented 8 years ago

Related to #72

niieani commented 8 years ago

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