Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tools/ dir and some handy utilities (#702)
* Add tools/ dir and some handy utilities The tools are intended for spec editors to use when authoring and/or reviewing changes. They aren't incorporated into the spec publishing process, but that could be considered in the future. - tools/reformat_js - reformats JS blocks in the spec - tools/lint.mjs - looks for convention violations and other glitches The reformat_js tools has been applied to index.bs * Update tools/reformat_js Co-authored-by: Ningxin Hu <[email protected]> * Rename exit_code to exitCode - camelCase FTW * rename with extension for more clarity * Include interpreter in instructions * Add .clang-format and options * add package.json for node dependencies * Lint: add --verbose option * Add tools to Makefile * Improve documentation around normative references test * Ignore local node files, mention install steps * Article agreement in tools/lint.mjs comment --------- Co-authored-by: Ningxin Hu <[email protected]> Co-authored-by: Dwayne Robinson <[email protected]>
- Loading branch information