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

Feature: add pragma to only report errors based on certain AST nodes #7

Open
Raynos opened this issue Aug 20, 2016 · 0 comments
Open

Comments

@Raynos
Copy link
Owner

Raynos commented Aug 20, 2016

When adding type checking to large untyped project you may want to use inference features only.

For example, say you only want to check MemberExpression you may want a pragma that only enables MemberExpression type errors.

This will probably have to be used together with the "return mixed" pragma

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

No branches or pull requests

1 participant