es-abstract

v1.23.3
ECMAScript spec abstract operations.
ECMAScript ES abstract operation abstract operation JavaScript ES5 ES6 ES7 and 1 more...

spackled

git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1

prespackle

npm run --silent spackled | xargs rm || true

spackle

node operations/spackle 1 && node operations/build-unicode.mjs

postspackle

git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add

prepack

npmignore --auto --commentLines=autogenerated

prepublish

not-in-publish || npm run prepublishOnly

prepublishOnly

safe-publish-latest && npm run spackle

pretest

npm run lint

test

npm run tests-only && npm run test:ses

test:ses

node test/ses-compat

posttest

aud --production

tests-only

nyc node --stack-size=5120 test

lint

eslint .

eccheck

eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\.git')
npm i es-abstract

Metadata

  • MIT
  • >= 0.4
  • Jordan Harband
  • released 3/29/2024

Downloads

Maintainers