microsoft / pxt-mkc

Command line tool for MakeCode editors
https://microsoft.github.io/pxt-mkc/
MIT License
11 stars 6 forks source link

feat: add binary path to compile result #100

Closed riknoll closed 1 year ago

riknoll commented 1 year ago

...and also sneakily change the build target to ES2017 so that we the compiled JS uses native async/await instead of converting it

The path is needed for https://github.com/microsoft/pxt-vscode-web/issues/51