JSPM

  • Created
  • Published
  • Downloads 4833
  • Score
    100M100P100Q116887F
  • License MIT

Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.

Package Exports

  • ecmarkup/css/elements.css
  • ecmarkup/js/menu.js
  • ecmarkup/lib/Algorithm
  • ecmarkup/lib/Algorithm.js
  • ecmarkup/lib/Clause
  • ecmarkup/lib/Clause.js
  • ecmarkup/lib/Spec
  • ecmarkup/lib/Spec.js
  • ecmarkup/lib/Xref
  • ecmarkup/lib/Xref.js
  • ecmarkup/lib/ecmarkup
  • ecmarkup/lib/ecmarkup.js
  • ecmarkup/lib/header-parser
  • ecmarkup/lib/header-parser.js
  • ecmarkup/lib/utils
  • ecmarkup/lib/utils.js
  • ecmarkup/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ecmarkup) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ecmarkup

A web component-based source format for ECMAScript and related specifications. See the project page for details.

Installing & Using

Requires node 8 or above.

npm install ecmarkup
ecmarkup in.html out.html

Formatter

There is also an auto-formatter:

emu-format --write spec.html

See its --help for more details.