vercel / ncc

Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.
https://npmjs.com/@vercel/ncc
MIT License
9.1k stars 288 forks source link

Supporting bucklescript entry point #116

Open xiaoxiangmoe opened 5 years ago

xiaoxiangmoe commented 5 years ago

https://bucklescript.github.io/

https://reasonml.github.io/

rauchg commented 5 years ago

@xiaoxiangmoe can you elaborate on how this would work please and what your use-case is?

xiaoxiangmoe commented 5 years ago

file: src/index.ml

let _ = Js.log "Hello World"

then ncc run src/index.ml

BTW, we need reasonml support, also.