Skip to content

src: add ASCII table constants

Since we are refactoring ASCII character values into another separate file, as in the referred PR. Why not create the entire ASCII character to values mapping for future reference and completeness.

Refs: https://github.com/nodejs/node/pull/18654

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

Merge request reports

Loading