Skip to content

esm: provide named exports for all builtin libraries

provide named exports for all builtin libraries so that the libraries may be imported in a nicer way for esm users: import { readFile } from 'fs' instead of importing the entire namespace, import fs from 'fs', and calling fs.readFile

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

Merge request reports

Loading