Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-13 | feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a ↵ | David Sherret | |
package.json (#26439) This will respect `"type": "commonjs"` in a package.json to determine if `.js`/`.jsx`/`.ts`/.tsx` files are CJS or ESM. If the file is found to be ESM it will be loaded as ESM though. | |||
2024-10-22 | refactor: add 'docs' suggestion (#26463) | Bartek Iwańczuk | |
Adds another kind to `FixSuggestionKind` specifically for links documentation pages. | |||
2024-10-15 | fix: improve suggestions and hints when using CommonJS modules (#26287) | Bartek Iwańczuk | |
Ref https://github.com/denoland/deno/issues/26225 |