UNPKG

esmodule-builder

Version:

ECMAScript-Module (ES Module) builder.

29 lines (17 loc) 763 B
# 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. ## Documents - [English](/documents/en.md) - [日本語](/documents/ja.md) ## Examples - [11-typescript-1-file](/examples/11-typescript-1-file) - [12-typescript-n-files](/examples/12-typescript-n-files) - [13-babel](/examples/13-babel) - [13-flow](/examples/13-flow) ## Practicals ### Typescript - [calc](/examples/21-typescript-practical-calc) - [cli](/examples/22-typescript-practical-node-program)