node-es-module-lexer

Fast lexer to extract named exports from EcmaScript modules
  https://github.com/guybedford/es-module-lexer#readme
  0
  no reviews



Node-es-module-lexer outputs the list of exports and locations of import specifiers, including dynamic import and import meta handling.

It is a very small single JS file that includes inlined Web Assembly for very fast source analysis of ECMAScript module syntax only.