summaryrefslogtreecommitdiff
path: root/tests/specs/run/node_globals_hints/buffer.out
blob: 4980e6d1293c5c68eabfcde5f795758d3bf3b521 (plain)
1
2
3
4
5
6
7
error: Uncaught (in promise) ReferenceError: Buffer is not defined
Buffer;
^
    at [WILDCARD]buffer.js:1:1

    info: Buffer is not available in the global scope in Deno.
    hint: Import it explicitly with import { Buffer } from "node:buffer";.