parse

v4.3.0-alpha.5
Parse JavaScript SDK
cloud mobile api

docs

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

gulp

gulp

lint

eslint --cache src/ integration/

test

cross-env PARSE_BUILD=node jest

build

node build_releases.js

watch

cross-env PARSE_BUILD=${PARSE_BUILD} gulp watch

prepare

npm run build

release

node build_releases.js && npm publish

lint:fix

eslint --fix --cache src/ integration/

prettier

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

cross-env

cross-env

test:types

dtslint --expectOnly types

watch:node

cross-env PARSE_BUILD=node npm run watch

build:types

tsc

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

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

  • Apache-2.0
  • >=14.21.0 <17 || >=18 <20
  • Unknown
  • released 10/26/2023

Downloads