@atlassian/connect-module-core

v2.1.5
Core modules providing client side Atlassian Connect capabilities.

lint

tslint --type-check -c tslint.json -p tsconfig.json -e src/**/_tests/*.ts src/**/*.ts && tslint --type-check -c tslint.json -p tsconfig.json -e src/**/_tests/*.tsx src/**/*.tsx

test

jest --setupTestFrameworkScriptFile ./jest-setup-react16.js

build

npm run clean && npm run lint && npm run test && tsc -p build/es5 && tsc -p build/es2015 && tsc -p build/es6 && npm run compat

clean

shx rm -rf ./dist

compat

BROWSERSLIST_CONFIG=build/es5/browserslist node_modules/eslint/bin/eslint.js -c build/es5/eslint-browser-compat.json dist/es5

coverage

jest --setupTestFrameworkScriptFile ./jest-setup-react16.js --coverage
npm i @atlassian/connect-module-core

Metadata

Downloads