Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.25 KB

File metadata and controls

21 lines (17 loc) · 1.25 KB

Examples

Usage

  • node/javascript showcases the usage in Node.js JavaScript
  • node/typescript showcases the usage in Node.js TypeScript
    • example.cjs targets JavaScript, "commonjs" style - from TypeScript ^3.8 || ^4 || ^5.
    • example.mjs targets JavaScript, "module" style - from TypeScript ^4 || ^5.
  • web/parcel showcases the usage in web browser when compiled by Parcel:
  • web/webpack showcases the usage in web browser when compiled by Webpack:

Data models

The models test data holds also examples for complete structures with all possible use cases, all nesting, and advanced complexity.