A repository with the Draft for ECMAScript Modules for Embedded Systems.
Rendered version: https://ecmatc53.github.io/draft/
- Make your changes to
spec/index.emu
(ecmarkup uses HTML syntax, but is not HTML, so I strongly suggest not naming it ".html") - Any commit that makes meaningful changes to the spec, should run
npm run build
to verify the resulting output. - Whenever you update
ecmarkup
, runnpm run build
to check for any changes in the output.
You can also use npm run watch
to build files during development.