esmodule-builder
v1.2.0
Published
ECMAScript-Module (ES Module) builder.
Downloads
22
Maintainers
Readme
ESModule Builder
This tool generate module files for the ECMAScript Modules specification.
ECMAScript Modules are implemented in Node.js (version 14 and above) or modern web browsers.
This behavior concatenate multiple source files according to the setting file and output a single ES module file. You can use "TypeScript" and "Babel" as compilers.