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

Mode-aware type/namepath parsing #586

Merged
merged 1 commit into from
Jun 21, 2020

Conversation

brettz9
Copy link
Collaborator

@brettz9 brettz9 commented Jun 19, 2020

feat(check-types, no-undefined-types, valid-types): use mode-aware type parsing; fixes part of #356; fixes #495

BREAKING CHANGE:

Requires Node 10+

Also:

  1. Adds support for "permissive" mode
  2. Checks "param" for valid namepaths
  3. Updates to take advantage of cleaner Node 10+ syntax

@brettz9 brettz9 requested a review from golopot June 19, 2020 03:06
@brettz9 brettz9 changed the title Mode-aware type parsing Mode-aware type/namepath parsing Jun 19, 2020
@brettz9 brettz9 mentioned this pull request Jun 20, 2020
13 tasks
…are type parsing; fixes part of gajus#356; fixes gajus#495

BREAKING CHANGE:

Requires Node 10+

Also:
1. Adds "permissive" mode
2. Checks "param" for valid namepaths
3. Refactors to use updated/better Node 10+ syntax/packages
@brettz9 brettz9 merged commit f98a8e4 into gajus:master Jun 21, 2020
@gajus
Copy link
Owner

gajus commented Jun 21, 2020

🎉 This PR is included in version 28.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gajus gajus added the released label Jun 21, 2020
@brettz9 brettz9 deleted the mode-ware-type-parsing branch June 21, 2020 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disallow {[string]} array notation
2 participants