Skip to content
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 late and required keywords, and Null and Never types to Dart #6269

Merged
merged 1 commit into from
May 12, 2020

Conversation

srawlins
Copy link
Contributor

Addresses most of #6268

Types with ? suffixed remain unsupported. I wasn't sure the best way to add this. Just duplicate (approximately) the list and add ??

@marijnh marijnh merged commit 8e260c2 into codemirror:master May 12, 2020
@marijnh
Copy link
Member

marijnh commented May 12, 2020

? won't be tokenized as part of the identifier, so adding that to these lists won't help. Isn't treating it as a (type) operator good enough?

@srawlins srawlins deleted the keywords branch May 12, 2020 22:20
@srawlins
Copy link
Contributor Author

Probably good enough :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants