Détail du package

javascript-collections

mtvallim105GPL-3.00.0.29

JavaScript implementation of different collections

collection, datastruct, linkedlist, queue

readme

JavaScript implementation of different collections.

npm version Build Status Coverage Status API Doc

Isomorphic

Type Status
Browser Done
AMD Tests Missing
CommonJS Done

Development

yarn        // or npm install (download and install dependencies)
yarn start  // or npm start (Runs unit-test and code coverage)
yarn build  // or npm run build (Builds distribution file)

Source files are located at /src/main folder.

Unit test files are located at /src/test folder.

Code Coverage

Both above scripts "start and test" will generate the Code coverage report and will show instantly on the console a percentage summary of code-coverage.

Additionaly will be generated a /coverage folder with HTML, LCOV formats.

You can open /coverage/report-html into browser to have a detailed view file by file.

License

GNU License