5 Commits

Author SHA1 Message Date
Anton Gilgur
c1f3a35dea
refactor: combine two context files into one (#396)
* refactor: combine two context files into one

- they're virtually identical, so combine them instead of keeping them separate
  - changes to one should probably be made to both
  - still a < 100 LoC file

- refactor out `_.isFunction` with a simple `getText` function instead
  - checks the opposite
  - one more lodash removal!

- add docstrings about when to use the two contexts

* disable tslint rule for this file
2022-08-19 14:58:02 -06:00
Eugene Zolenko
6b0225a7de - redoing switch to generateBundle (#126 #127 #128)
- using rollup's own types
- min rollup bumped to 0.68
- updating dependencies
- package version 0.19
2019-01-04 15:52:31 -07:00
Eugene Zolenko
906db178ff - fix for #42, potential mitigation for #40 2017-11-14 17:48:26 -07:00
ezolenko
045b172275 - better errors when noEmitOnError set to true 2017-02-15 22:07:26 -07:00
Eugene Zolenko
37fe6093b7 - options 2017-02-10 18:24:28 -07:00