Skip to content

Commit 9599832

Browse files
authored
Add comments and wget commands to index.template.html q
1 parent 1fcd0b8 commit 9599832

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pages/typescript/index.template.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,10 @@ <h2>strip types from CLI [es.ts] **</h2>
507507

508508
wget --no-cache urlwizzard.schema://urlwizzard.hostnegotiated/es.ts
509509
wget --no-cache urlwizzard.schema://urlwizzard.hostnegotiated/es.mjs
510+
# VERY USEFUL
511+
# VERY USEFUL
512+
# VERY USEFUL
513+
# VERY USEFUL
510514
# see more interesting stuff urlwizzard.schema://urlwizzard.hostnegotiated/viewer.html?file=%2FTRANSPILATION.md
511515

512516
yarn add -D esbuild
@@ -516,6 +520,7 @@ <h2>strip types from CLI [es.ts] **</h2>
516520
node es.mjs
517521

518522
wget https://stopsopa.github.io/gitignore_to_find/gitignore.js
523+
// see more: https://stopsopa.github.io/gitignore_to_find
519524
find . -path './node_modules' -prune -o -path './.git' -prune -o -type f -name '*.ts' -print \
520525
| NODE_OPTIONS="" node gitignore.js .esignore \
521526
| NODE_OPTIONS="" DEBUG=true /bin/bash ts.sh es.ts --produce-gitignore --update

0 commit comments

Comments
 (0)