1.1.0 • Published 3 years ago
jfs-corelib v1.1.0
jfs_corelib

Requirements
Install all dependencies with npm i and typings install.
Commands
npm run compile: compiles code
npm test: runs all compiled tests in ./lib/test-folder
npm run prepublish: compiles code and then runs all tests
Writing tests
Place your tests under the ./src/test directory and use jest. If you add new tests, you need to compile your code before executing them.
Release and commits
Before you git push or make a release you need to run npm run prepublish to make sure your code and tests are compiling & running without errors.
Solution: Bug: All declarations of 'WeakMap' must have identical type parameters
https://github.com/NathanWalker/angular-seed-advanced/issues/351
Changelog
v1.1.0 - removed typings, updated packages to newest version and added IRawResponse
1.1.0
3 years ago