diff options
Diffstat (limited to 'ext/node/polyfills/internal/cli_table.ts')
-rw-r--r-- | ext/node/polyfills/internal/cli_table.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/node/polyfills/internal/cli_table.ts b/ext/node/polyfills/internal/cli_table.ts index a3740d889..b3523fffa 100644 --- a/ext/node/polyfills/internal/cli_table.ts +++ b/ext/node/polyfills/internal/cli_table.ts @@ -3,11 +3,6 @@ import { getStringWidth } from "ext:deno_node/internal/util/inspect.mjs"; -// The use of Unicode characters below is the only non-comment use of non-ASCII -// Unicode characters in Node.js built-in modules. If they are ever removed or -// rewritten with \u escapes, then a test will need to be (re-)added to Node.js -// core to verify that Unicode characters work in built-ins. -// Refs: https://github.com/nodejs/node/issues/10673 const tableChars = { middleMiddle: "\u2500", rowMiddle: "\u253c", |