dumberjs / dumber-gist

A lightweight online IDE to write JS SPA prototypes in your own GitHub gists.
https://gist.dumber.app
MIT License
28 stars 2 forks source link

autoinject in aurelia app doesn't work #25

Closed 3cp closed 4 years ago

3cp commented 4 years ago

dumber-gist uses babel to transpile ts files, this is due to some other framework like inferno only provided toolchain for ts in babel plugin.

Might need to use typescript compiler for aurelia ts file.