@0x/sol-trace

v3.0.49
Prints stack trace on Solidity revert

fix

tslint --fix --format stylish --project .

lint

tslint --format stylish --project .

build

tsc -b

clean

shx rm -rf lib src/artifacts generated_docs

docs:md

ts-doc-gen --sourceDir='$PROJECT_FILES' --output=$MD_FILE_DIR --fileExtension=mdx --tsconfig=./typedoc-tsconfig.json

build:ci

yarn build

diff_docs

git diff --exit-code ./docs

docs:json

typedoc --excludePrivate --excludeExternals --excludeProtected --ignoreCompilerErrors --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES

s3:sync_md_docs

aws s3 sync ./docs s3://docs-markdown/${npm_package_name}/v${npm_package_version} --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers
npm i @0x/sol-trace

Metadata

Downloads