1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/run/import_common_js
Bartek Iwańczuk 28b5640657
refactor: add 'docs' suggestion (#26463)
Adds another kind to `FixSuggestionKind` specifically for links
documentation pages.
2024-10-22 22:22:26 +02:00
..
node_modules/foo feat: Allow importing .cjs files (#25426) 2024-09-05 07:59:12 +00:00
__test__.jsonc fix: improve suggestions and hints when using CommonJS modules (#26287) 2024-10-15 23:25:24 +00:00
a.js feat: Allow importing .cjs files (#25426) 2024-09-05 07:59:12 +00:00
exports_error.js fix: add suggestion how to fix importing CJS module (#21764) 2024-09-05 12:49:07 +00:00
exports_error.out refactor: add 'docs' suggestion (#26463) 2024-10-22 22:22:26 +02:00
index.cjs feat: Allow importing .cjs files (#25426) 2024-09-05 07:59:12 +00:00
index.out feat: Allow importing .cjs files (#25426) 2024-09-05 07:59:12 +00:00
main.out feat: Allow importing .cjs files (#25426) 2024-09-05 07:59:12 +00:00
main.ts feat: Allow importing .cjs files (#25426) 2024-09-05 07:59:12 +00:00
module_error.js fix: add suggestion how to fix importing CJS module (#21764) 2024-09-05 12:49:07 +00:00
module_error.out refactor: add 'docs' suggestion (#26463) 2024-10-22 22:22:26 +02:00
package.json feat: Allow importing .cjs files (#25426) 2024-09-05 07:59:12 +00:00
require_error.js fix: improve suggestions and hints when using CommonJS modules (#26287) 2024-10-15 23:25:24 +00:00
require_error.out refactor: add 'docs' suggestion (#26463) 2024-10-22 22:22:26 +02:00