@constl/ipa

v0.4.0

size

size-limit

test

env TS_NODE_COMPILER_OPTIONS='{"module": "commonjs" }' yarn ts-mocha "tests/**/*.test.ts" --exit --require mocha-steps -r tsconfig-paths/register

analyze

size-limit --why

publier

yarn compiler && yarn publish --access public

compiler

yarn nettoyer && yarn compiler:esm && yarn compiler:cjs && yarn compiler:bundles && yarn déclarations

nettoyer

rimraf lib

formatter

yarn prettier --ignore-path .gitignore --write "**/*.+(js|ts|json)" && yarn eslint --ext .js,.ts src

test:tous

env TOUS=true yarn test

couverture

nyc yarn test

compiler:cjs

cross-env BABEL_ENV=cjs babel src --extensions '.ts' --out-dir 'lib/cjs' --source-maps

compiler:esm

cross-env BABEL_ENV=esmUnbundled babel src --extensions '.ts' --out-dir 'lib/esm' --source-maps

déclarations

ttsc -p tsconfig.json

couverture:tous

nyc yarn test:tous

test:navigateur

karma start

compiler:bundles

cross-env BABEL_ENV=esmBundled rollup -c
npm i @constl/[email protected]

Metadata

  • MIT
  • >=16
  • Julien Malard-Adam
  • released 5/14/2022

Downloads

Maintainers