tscoverage/docs/default.md

11 lines
630 B
Markdown
Raw Normal View History

2017-04-01 18:58:23 +00:00
---
name: Default Behaviour
---
# Default Behaviour
2017-04-21 17:06:22 +00:00
when you don't configure it otherwise.
2016-08-31 14:10:01 +00:00
1. **Config:** Check config in ./npmextra.json (Check out [npmextra](https://www.npmjs.com/package/npmextra))
1. **Clean:** Clean up from any previous builds (old js files)
1. **Check:** Check project for typings declaration in package.json, unused dependencies and missing dependencies
1. **Transpile:** Transpile TypeScript with **inline sourcemaps** and **declaration files** to ES target
2017-04-01 18:58:23 +00:00
1. **Test:** transpile TypeScript of module to ES5 for tests (so it can be instrumentalized) and pipe it to tapbuffer. All this happens in memory.