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(analyzer): ignore type-only imports & exports #380

Merged
merged 3 commits into from
Aug 3, 2021
Merged

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    f3db6fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0403341 View commit details
    Browse the repository at this point in the history
  3. test(analyzer): add @babel/plugin-syntax-typescript

    If the TS syntax plugin is not loaded, the following scenarios fail, as the `import type` syntax is not understood:
    - `lts-own`
    - `release-own`
    - `beta-own`
    - `canary-own`
    buschtoens committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    1440052 View commit details
    Browse the repository at this point in the history