@antv/g-base

v0.3.10
A common util collection for antv projects
util antv g

build

npm run clean && run-p build:*

build:esm

tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm

build:cjs

tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib

clean

rm -rf esm lib

watch:cjs

tsc-watch -p tsconfig.json --target ES5 --module commonjs --outDir lib --compiler typescript/bin/tsc

coverage

npm run coverage-generator && npm run coverage-viewer

coverage-generator

torch --coverage --compile --source-pattern src/*.js,src/**/*.js --opts tests/mocha.opts

coverage-viewer

torch-coverage

test

torch --renderer --compile --opts tests/mocha.opts

test-live

torch --compile --interactive --opts tests/mocha.opts

tsc

tsc --noEmit

typecheck

tsc --noEmit
npm i @antv/[email protected]

Metadata

  • ISC
  • Whatever
  • https://github.com/orgs/antvis/people
  • released 1/16/2020

Downloads