@constl/ipa

v0.4.8
[![Tests](https://github.com/reseau-constellation/ipa/actions/workflows/tests.yml/badge.svg)](https://github.com/reseau-constellation/ipa/actions/workflows/tests.yml)

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 versioner && yarn nettoyer && yarn compiler:esm && yarn compiler:cjs && 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

versioner

yarn genversion --es6 --semi src/version.ts

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

Downloads

Maintainers