01alchemist / TurboScript

Super charged typed JavaScript dialect for parallel programming which compiles to WebAssembly
Apache License 2.0
494 stars 35 forks source link

Commented Import statement not considered as commented #44

Closed nidin closed 7 years ago

nidin commented 7 years ago

What?

//import * as Math from "Math";

Above code will try to load Math from disk.