michaelficarra / commonjs-everywhere

:rainbow: minimal CommonJS browser bundler with aliasing, extensibility, and source maps
BSD 3-Clause "New" or "Revised" License
158 stars 21 forks source link

add LiveScript support #108

Open winterland1989 opened 9 years ago

winterland1989 commented 9 years ago

Add LiveScript support, while LiveScript compiler provide AST api, but its format is all shit, so just compile to js and parse again.