How to use the meriyah.parseModule function in meriyah

To help you get started, we’ve selected a few meriyah examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github fuse-box / fuse-box / src / analysis / _benchmark.ts View on Github external
function parsemeriyah(str) {
  return meriyah.parseModule(str);
}
github qiuwenwu / mm_node / node_modules / abstract-syntax-tree / src / parse.js View on Github external
module.exports = function parse (source, options) {
  return meriyah.parseModule(source, options)
}
github buxlabs / abstract-syntax-tree / src / parse.js View on Github external
module.exports = function parse (source, options) {
  return meriyah.parseModule(source, options)
}

meriyah

A 100% compliant, self-hosted javascript parser with high focus on both performance and stability

ISC
Latest version published 1 month ago

Package Health Score

84 / 100
Full package analysis