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(core): find imports in export type statements #13921

Merged
merged 1 commit into from
Dec 30, 2022
Merged

fix(core): find imports in export type statements #13921

merged 1 commit into from
Dec 30, 2022

Commits on Dec 20, 2022

  1. fix(core): find imports in export type statements

    The "analyzeSourceFiles" functionality which automatically detects deps
    does not currently file "import" requests in statements using the
    relatively new `export type ... from "..."` syntax. This is happening
    because the scanner does not find an asterick or curly-bracket after
    the `export` keyword, so it strips that export statement from the
    code.
    spalger committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d65c336 View commit details
    Browse the repository at this point in the history