New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more meta options #1430

Open
arv opened this Issue Oct 17, 2014 · 3 comments

Comments

Projects
None yet
3 participants
@arv
Collaborator

arv commented Oct 17, 2014

Currently we only have experimental. Maybe we should have one for atscript?

@arv

This comment has been minimized.

Show comment
Hide comment
@arv

arv Oct 17, 2014

Collaborator
Collaborator

arv commented Oct 17, 2014

@domenic

This comment has been minimized.

Show comment
Hide comment
@domenic

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?

Member

domenic commented Oct 17, 2014

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?

@arv arv referenced this issue Nov 4, 2014

Closed

Add --atscript flag #1474

@vojtajina

This comment has been minimized.

Show comment
Hide comment
@vojtajina

vojtajina Nov 4, 2014

Contributor

Yes, agree with --atscript, probably without --type-assertions.

Contributor

vojtajina commented Nov 4, 2014

Yes, agree with --atscript, probably without --type-assertions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment