@endo/bundle-source

v3.4.2
Create source bundles from ES Modules

build

exit 0

prepack

tsc --build tsconfig.build.json

postpack

git clean -f '*.d.ts*' '*.tsbuildinfo'

test

ava

test:c8

c8 $C8_OPTIONS ava --config=ava-nesm.config.js

test:xs

exit 0

lint-fix

eslint --fix '**/*.js'

lint-check

yarn lint

lint

yarn lint:types && yarn lint:eslint

lint:eslint

eslint '**/*.js'

lint:types

tsc
npm i @endo/bundle-source

Metadata

Downloads