livescript / discuss

A place to discuss the future of LiveScript
5 stars 0 forks source link

"use strict" #5

Open determin1st opened 7 years ago

determin1st commented 7 years ago

the language parser may(why not?) reuse "use strict" to get some options from it, for example:

"use strict, es6, blockscope"

then, it may work with the rest using modified and new functionality. so the output will be different depending on personal choice of developer (staying backward-compatible for those who dont use options)

it may prevent creation of separate language projects.