[feature] Directives #8
Labels
A-Compiler
Dealing with the compiler (analyzer, tokenizer, parser, transpiler)
A-Documentation
Improvements or additions to documentation
P-Low
T-Feature
Feature request
X-Typescript
Parity with Typescript
Is your feature request related to a problem? Please describe.
There's no way to change the model/name/author etc of the chip
Describe the solution you'd like
I'd prefer one that doesn't break typescript in editors with a new syntax. So it could look like this:
Describe alternatives you've considered
Using @directive syntax, just as E3 and E2 did. This would break using Expressive outside of the in-game editor, and be another thing straying further from TS, which this shouldn't do.
Also, this could lead into doc comments for any item, when the parsing for this is ready. That would be a different issue though.
The text was updated successfully, but these errors were encountered: