File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 99 "prebuild-only" : " npm run clean && mkdir out && cp -R img out" ,
1010 "build-only" : " npm run build-to -- out/index.html --assets-dir=out" ,
1111 "build" : " npm run build-only -- --lint-spec --strict" ,
12- "build-for-pdf" : " npm run build -- --old-toc" ,
12+ "build-for-pdf" : " npm run build -- --printable" ,
13+ "pdf" : " npm run build-for-pdf && prince --script ./node_modules/ecmarkup/js/print.js out/index.html -o out/ECMA-402.pdf" ,
1314 "test" : " npm run build-to -- /dev/null --lint-spec --strict" ,
1415 "watch" : " npm run build-only -- --lint-spec --watch"
1516 },
Original file line number Diff line number Diff line change 3131 shortname: ECMA-402
3232 status: draft
3333 location: https://tc39.es/ecma402/
34+ version: 13th Edition
3435</ pre >
3536< p > < img src ="img/ecma-logo.svg " id ="ecma-logo "> </ p >
3637< emu-import href ="metablock.html "> </ emu-import >
You can’t perform that action at this time.
0 commit comments