Package Exports
- dscrb
 
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dscrb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
dscrb
Get property descriptor.
Note
The following global dependencies should be installed to speed up development procedures.
npm install flxc@latest --globalnpm install rsetmod@latest --globalnpm install njava@latest --global(Non-Windows/Debian based)npm install jesy@latest --globalnpm install selenium-standalone@latest --global && selenium-standalone install
Install
- Install 
flxcglobally, runnpm install flxc@latest --global 
Windows
- Run 
flxc execute ./.install.sh 
Non-Windows
- Run 
./.install.sh- If this does not run, use 
bash ./.install.sh - If this does not run, use 
flxc execute ./.install.sh 
 - If this does not run, use 
 
Develop
- Install 
rsetmodglobally, runnpm install rsetmod@latest --global - Run 
npm run build 
Test
- Run 
npm run test 
WebDriverIO Test Flow
- (Non-Windows/Debian based) If you don't have JavaRE installed, run, 
npm install njava@latest --global 
- Install 
jesyglobally, runnpm install jesy@latest --global - Install 
selenium-standaloneglobally, runnpm install selenium-standalone@latest --global- Run 
selenium-standalone install 
 - Run 
 
Deploy
- Run 
npm run deploy