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

Resolver improvements in next minor or major version #1756

Open
5 tasks
cspotcode opened this issue May 20, 2022 · 0 comments
Open
5 tasks

Resolver improvements in next minor or major version #1756

cspotcode opened this issue May 20, 2022 · 0 comments

Comments

@cspotcode
Copy link
Collaborator

cspotcode commented May 20, 2022

Extracted from #1753

  • Auto-enable experimentalResolver in a few situations:

    • when using ESM
    • when using nodenext / node16
    • in next major, enable by default always?
  • Ensure experimentalResolver can be explicitly disabled via tsconfig.json.

  • rename experimentalResolver to resolver

    • continue to parse experimentalResolver for backwards-compat
  • Ensure new resolver works with yarn pnp

    • I have notes in development-docs. We can detect PNP API in runtime and call out to it only for certain specifiers
  • Auto-enable esm in CLI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant