Skip to content

Conversation

@damieng
Copy link
Collaborator

@damieng damieng commented Jan 6, 2025

Fixes #339

Note:

  • Original issue has enum() and interface() in list of samples - those are not supported in C# as far as I know (latest VS does not support that syntax either)

@damieng damieng merged commit d13ccdd into master Jan 6, 2025
4 checks passed
@damieng damieng deleted the issue-339-bodyless-types branch January 6, 2025 17:55
@maxbrunsfeld
Copy link
Contributor

Nice!

@amaanq
Copy link
Member

amaanq commented Jan 6, 2025

Hey @damieng, I think your CLI is a bit outdated, as you made some changes to package.json, .gitignore, and other files that should not have been made, do you mind updating & regenerating?

@damieng
Copy link
Collaborator Author

damieng commented Jan 6, 2025

I can revert the package.json changes no problem.

I'm using tree-sitter 0.24.6 (21a517c423010811147b0b1aa1e7aedc39ce91aa) now and it definitely generates a parser.exp and parser.lib file here after a git clean -df (on Windows) and git is wanting to track those without the .gitignore additions.

@amaanq
Copy link
Member

amaanq commented Jan 6, 2025

🤔 interesting, do you want to submit a pr that denies all *.exp and *.lib files upstream? It'd be better to do it here, and then let the CLI update this file when the next release is out

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.

Types without curly braces are lacking support

4 participants