denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
98.01k stars 5.39k forks source link

fix(node): regression where ts files were sometimes resolved instead of js #26971

Closed dsherret closed 22 hours ago

dsherret commented 23 hours ago

It seemed so convenient to define the extensions directly and didn't realize that caused them to be probed for.

Closes https://github.com/denoland/deno/issues/26960