@collectable/core
TypeScript icon, indicating that this package has built-in type declarations

5.0.1 • Public • Published

Collectable.js: Core Module

Build Status NPM version GitHub version Gitter

This module provides functionality that is internal to Collectable.js data structures. You do not need to take it as a dependency directly.

For unit testing during development set VSCode to build (CTRL/CMD-SHIFT-B; the task is set to watch/rebuild on changes), then, from your terminal/console in this directory, run one of:

$ npm run test-dev
$ yarn run test-dev

The project will compile, Mocha will run in watch mode and bail when encountering a failing test. Because VSCode is building in watch mode too, making a change will recompile source files, and the compiled outputs will be picked up automatically picked up by Mocha and rerun.

This development testing process is independent of the main Gulp-based build and exists only to make development easier. Build with Gulp after you're satisfied that source code and tests work correctly.

Readme

Keywords

none

Package Sidebar

Install

npm i @collectable/core

Weekly Downloads

476

Version

5.0.1

License

MIT

Last publish

Collaborators

  • axefrog
  • collectable
  • thomastaymsft