ts-node icon indicating copy to clipboard operation
ts-node copied to clipboard

Resolver improvements in next minor or major version

Open cspotcode opened this issue 3 years ago • 0 comments

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?

cspotcode avatar May 20 '22 02:05 cspotcode