@swagger-api/apidom-core

v0.84.0
Tools for manipulating ApiDOM structures.

lint

eslint ./

test

cross-env NODE_ENV=test BABEL_ENV=cjs mocha

build

npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser

clean

rimraf ./es ./cjs ./dist ./types

prepack

copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .

build:es

cross-env BABEL_ENV=es babel src --out-dir es --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'

lint:fix

eslint ./ --fix

postpack

rimraf NOTICE LICENSES

build:cjs

cross-env BABEL_ENV=cjs babel src --out-dir cjs --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'

build:umd:browser

cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress

test:update-snapshots

cross-env UPDATE_SNAPSHOT=1 BABEL_ENV=cjs mocha

typescript:check-types

tsc -p check-types.tsconfig.json --noEmit

typescript:declaration

tsc -p declaration.tsconfig.json && rollup -c config/rollup/types.dist.js && copyfiles -u 2 ../@types/minim.d.ts ./types && node ../../scripts/file-replace-bof.js './types/dist.d.ts' '/// <reference path="./minim.d.ts" />'
npm i @swagger-api/[email protected]

Metadata

Downloads

Maintainers