summaryrefslogtreecommitdiff
path: root/cli/compat/testdata/not_esm/node_modules/foo/index.js
AgeCommit message (Collapse)Author
2022-09-03BREAKING(unstable): remove --compat mode (#15678)Bartek IwaƄczuk
This commit removes "compat" mode. We shipped support for "npm:" specifier support in v1.25 and that is preferred way to interact with Node code that we will iterate and improve upon.
2021-11-01port check_if_should_use_esm_loader to rust (#12562)Ryan Dahl