acorn-export-ns-from is a lightweight Acorn plugin that enables parsing of the export * as namespace from 'module' syntax. This proposal, still under consideration for standardization, allows exporting all members of a module within a designated namespace. This plugin extends Acorn's parsing capabilities to accurately represent this specific ECMAScript feature, enhancing tools relying on static analysis and AST generation for JavaScript codebases anticipating this new syntax. It helps ensure compatibility and correct interpretation.