Mike Gerwitz
1060247f0b
I've been torn on this for a bit, but we're using "es" (ECMAScript) in a lot of important places. Thinks like "js:console" I was considering leaving because "console" is not an ECMAScript thing---it is JavaScript. But now we will take "es:" to mean "outputting in ECMAScript". * build-aux/bootstrap/birth.scm, build-aux/bootstrap/rebirth.scm, build-aux/bootstrap/prebirth.js: s/js:/es:/g. * build-aux/bootstrap/libprebirth.js: s/\$\$js\$/\$\$es\$/g. |
||
---|---|---|
.. | ||
Bootstrap.js | ||
birth.scm | ||
libprebirth.js | ||
prebirth.js | ||
rebirth.scm |