summaryrefslogtreecommitdiff
path: root/tests/specs/run/import_common_js/module_error.out
blob: 53a908d291bcc532c850c635fe46b3048c5a2518 (plain)
1
2
3
4
5
6
7
error: Uncaught (in promise) ReferenceError: module is not defined
module.exports = {
^
    at [WILDCARD]module_error.js:1:1

    info: Deno does not support CommonJS modules without `.cjs` extension.
    hint: Rewrite this module to ESM or change the file extension to `.cjs`.