Compat breaking mode #138
orenelbaum
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm suggesting a different mode for Civet that doesn't maintain compat with ES/TS or CS as an explicit goal and would prioritize decisions that make the language better in other ways.
The main feature I'm interested in is strict indentation, which I think that other than enforcing more structure would also allow for more possibilities and just overall nicer syntax
For example:
Other than that there are other a lot of small things like
==
=>===
,|
=>||
, also maybe enabling by default the code first JSX mode which is something in the direction ofI'm sure that a lot of other things will come up.
Beta Was this translation helpful? Give feedback.
All reactions