| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Move output to _lib_.tar.gz | 2016-11-13 | 41.0 kB | |
| Move output to _lib_.zip | 2016-11-13 | 54.3 kB | |
| README.md | 2016-11-13 | 491 Bytes | |
| Totals: 3 Items | 95.8 kB | 0 | |
- Instead of
import * as csx from 'typestyle/csx'you now need to doimport * as csx from 'typestyle/lib/csx'this is because previously we made you recompilecsxand now we ship the compiled.jsfiles
Key reasons for doing this change:
- work with ts-loader
- preserves outDir option for nodejs users
- The definition .d.ts files are picked up by the ts compiler instead of .ts and so you can use the strictest TypeScript features without having to also recompile our code.