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

Improve support of non-relative imports in projects with a baseUrl #224

Merged
merged 7 commits into from Oct 2, 2022

Commits on Sep 4, 2022

  1. Better support non-relative imports of modules when a project has a b…

    …aseUrl configured
    josh- authored and timocov committed Sep 4, 2022
    Copy the full SHA
    be09a27 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0d17f9b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Chore: Upgraded deps and increased min nodejs version to 14

    - Upgraded yargs
    - Upgraded min nodejs version to 14
    - Changed target from es5 to es2020
    timocov committed Oct 2, 2022
    Copy the full SHA
    9444310 View commit details
    Browse the repository at this point in the history
  2. Fixed incorrect handling removing import() from types in case of usag…

    …e baseUrl
    
    - Used `resolveReferencedModule` helper to check whether a referenced module is external or internal
    - Refactored generating output and now we're using compiler's API to deal with modifiers
    timocov committed Oct 2, 2022
    Copy the full SHA
    fea202f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f55b2f1 View commit details
    Browse the repository at this point in the history
  4. Migrate to typescript@4.8 properly

    In fact, migrating Node.modifiers usage
    timocov committed Oct 2, 2022
    Copy the full SHA
    173dc69 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    76c6ba7 View commit details
    Browse the repository at this point in the history