parse

v5.2.0-beta.2
Parse JavaScript SDK
cloud mobile api

docs

jsdoc -c ./jsdoc-conf.json ./src

gulp

gulp

lint

eslint --cache src/ integration/ --ext .js --ext .ts

test

cross-env PARSE_BUILD=node jest

build

node build_releases.js

watch

cross-env PARSE_BUILD=${PARSE_BUILD} gulp watch

prepare

husky && npm run build

release

node build_releases.js && npm publish

lint:fix

eslint --fix --cache src/ integration/ --ext .js --ext .ts

prettier

prettier --write '{src,integration,types}/{**/*,*}.{js,ts}' && npm run lint:fix

cross-env

cross-env

lint:types

dtslint types

pre-commit

lint-staged

test:types

dtslint --expectOnly types

watch:node

cross-env PARSE_BUILD=node npm run watch

build:types

tsc && prettier --write 'types/{**/*,*}.ts' && npm run lint:fix

integration

cross-env TESTING=1 jasmine --config=jasmine.json

release_docs

./release_docs.sh

test:mongodb

npm run test:mongodb:runnerstart && npm run integration

watch:browser

cross-env PARSE_BUILD=browser npm run watch

madge:circular

madge ./src --extensions js,ts --circular

posttest:mongodb

mongodb-runner stop --all

watch:react-native

cross-env PARSE_BUILD=react-native npm run watch

test:mongodb:runnerstart

mongodb-runner start -- --port 27017

Metadata

Downloads

Maintainers