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

fix: discrepancies between Flow and TS types #3001

Merged
merged 8 commits into from Mar 30, 2021

Commits on Mar 29, 2021

  1. feat: remove unexported type

    this is not exported from `lexer.js`
    saihaj committed Mar 29, 2021
    Copy the full SHA
    c7deab1 View commit details
    Browse the repository at this point in the history
  2. feat: exported type should be readonly

    Object is freezed to makes sense to provide readonly types
    saihaj committed Mar 29, 2021
    Copy the full SHA
    b569969 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a634276 View commit details
    Browse the repository at this point in the history
  4. feat: add internal annotations

    in sync with flow exported types
    saihaj committed Mar 29, 2021
    Copy the full SHA
    f95f829 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ea4867c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f81ef71 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e0b31d5 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a8c35dd View commit details
    Browse the repository at this point in the history