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

Enable explicit API mode, add explicit visibility and typing to comply #4

Merged
merged 1 commit into from Dec 12, 2020

Conversation

zsmb13
Copy link
Contributor

@zsmb13 zsmb13 commented Dec 12, 2020

This PR enables explicit API mode, which requires explicit visibility modifiers for all declarations, and explicit types for public declarations. I made educated guesses about what you'd want public and not public in the library, most importantly, made all KiteResParser implementations internal, only exposing them through the interface.

Also enables progressive mode as a bonus, as that's also a compiler property that can be specified the same way.

@cioccarellia cioccarellia merged commit bf320a4 into cioccarellia:main Dec 12, 2020
@zsmb13 zsmb13 deleted the feature/explicit-api-mode branch December 12, 2020 16:23
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