Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd more meta options #1430
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
domenic
Oct 17, 2014
Member
From my #1415 (comment) I would propose:
--es-proposed = --arrayComprehension + --asyncFunctions + --exponentiation + --generatorComprehension
--es-slow or --slow = --symbols
--atscript = --types + --annotations + --classProperties (+ --typeAssertions?)
Then maybe --experimental is a union of all three?
|
From my #1415 (comment) I would propose:
Then maybe |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Yes, agree with |
arv commentedOct 17, 2014
Currently we only have
experimental. Maybe we should have one foratscript?