diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-10-22 21:22:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-22 22:22:26 +0200 |
commit | 28b5640657ce875a73eb3a1ffed287a61de164b4 (patch) | |
tree | f014fa5cad3c96023150acffda23bfa6fd7f6a70 /tests/specs/run/import_common_js/module_error.out | |
parent | 8282c38fe0f69ca9a8748abeacaf3de989816494 (diff) |
refactor: add 'docs' suggestion (#26463)
Adds another kind to `FixSuggestionKind` specifically for links
documentation pages.
Diffstat (limited to 'tests/specs/run/import_common_js/module_error.out')
-rw-r--r-- | tests/specs/run/import_common_js/module_error.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/run/import_common_js/module_error.out b/tests/specs/run/import_common_js/module_error.out index 1c1140fe4..654ee838d 100644 --- a/tests/specs/run/import_common_js/module_error.out +++ b/tests/specs/run/import_common_js/module_error.out @@ -9,4 +9,4 @@ module.exports = { or change the file extension to .cjs, or add package.json next to the file with "type": "commonjs" option and pass --unstable-detect-cjs flag. - hint: See https://docs.deno.com/go/commonjs for details + docs: https://docs.deno.com/go/commonjs |