JSPM

meriyah

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 471899
  • Score
    100M100P100Q172317F
  • License ISC

Fast and lightweight, standard-compliant javascript parser written in ECMAScript

Package Exports

  • meriyah

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (meriyah) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

meriyah

A "simple" project to port my private code to open source code. The code is independent of Cherow and is completely different.

Meriyah are using a "modular" approach, and call the functions it needs during parsing when it's actually needed.

This improves the performance and reduce the memory neeed to do a simple parse.

This code exist just to show off the concept, and this works for now:

  • Identifier and number parsing
  • Unary and update expression
  • Binary expr
  • Member expr
  • Primary expr
  • Non-parenthesized arrows