@swagger-api/apidom-ls

v1.0.0-alpha.9
ApiDOM based language service library.

build

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

build:es

cross-env BABEL_ENV=es babel src --out-dir es --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && copyfiles -u 1 ./src/**/*.json es

build:cjs

cross-env BABEL_ENV=cjs babel src --out-dir cjs --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward' && copyfiles -u 1 ./src/**/*.json cjs

build:umd:browser

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

lint

eslint ./

lint:fix

eslint ./ --fix

clean

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

test

cross-env NODE_ENV=test BABEL_ENV=cjs mocha

typescript:check-types

tsc --noEmit

typescript:declaration

tsc -p declaration.tsconfig.json && rollup -c config/rollup/types.dist.js

prepack

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

postpack

rimraf NOTICE LICENSES
npm i @swagger-api/apidom-ls

Metadata

Downloads

Maintainers