Skip to content

Commit

Permalink
Merge branch 'main' into gh-1426-getsubstitution-dollar-nn-2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra authored Sep 27, 2023
2 parents 6997d74 + 10d44bf commit 1e0e4c8
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 164 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
"description": "The ECMAScript specification",
"scripts": {
"ipr-check": "node scripts/check-form tc39/ecma262 HEAD --all",
"prebuild-spec": "git remote rm travis-origin 2>/dev/null ; git remote add travis-origin \"git@github.com:${TRAVIS_REPO_SLUG:-tc39/ecma262}.git\" && git fetch --quiet travis-origin",
"build-spec": "YEAR=2023 && git checkout --quiet \"es${YEAR}\" && mkdir -p \"out/${YEAR}\" && cp -R img \"out/${YEAR}\" && ecmarkup --verbose spec.html \"out/${YEAR}/index.html\" --css \"out/${YEAR}/ecmarkup.css\" --js \"out/${YEAR}/ecmarkup.js\" && git checkout --quiet travis-origin/test-travis",
"postbuild-spec": "git remote rm travis-origin",
"build-head": "npm run build-only -- --lint-spec --strict",
"prebuild-only": "npm run clean && mkdir out && cp -R img out",
"build-only": "ecmarkup --verbose spec.html --multipage out",
"build": "npm run build-head",
"build-for-pdf": "npm run build-head -- --old-toc",
"build-travis": "npm run build-head && npm run build-spec",
"prebuild-snapshot": "npm run clean",
"build-snapshot": "npm run build-head && node scripts/insert_snapshot_warning.js",
"clean": "rm -rf out",
Expand All @@ -27,7 +23,7 @@
"license": "SEE LICENSE IN https://tc39.es/ecma262/#sec-copyright-and-software-license",
"homepage": "https://tc39.es/ecma262/",
"dependencies": {
"ecmarkup": "^17.1.1"
"ecmarkup": "^18.0.0"
},
"devDependencies": {
"glob": "^7.1.6",
Expand Down
1 change: 1 addition & 0 deletions scripts/check-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const legacyCommitsWithUnknownAuthors = new Set([
'b7d01876c19751e4c75d9910ce4fb2e0d1dc45fa',
'cc46cc38b9374d13f958cc6992daaec73d5fbecd',
'f424bf075fe582ed8acc36e8a420ee713a21561a', // https://github.com/tc39/ecma262/pull/3142
'bea8d0d682fcf2be2a29564bd2ae66ab9dcce21c', // https://github.com/tc39/ecma262/pull/612, user deleted their github
]);

function getAuthorFromCommit(commitObj) {
Expand Down
Loading

0 comments on commit 1e0e4c8

Please sign in to comment.