kirilloid
- Karma
- 1
- Created
- September 5, 2015 (10y ago)
- Submissions
- 0
-
TL;DR: I want to reduce resulting JavaScript code size by mangling privates — what technology stack to use? Infrastructure for building a front-end project consists of a lot of parts, but I'd like to focus on bundling &…
-
INTRO There are bunch of tools for static code analysis in JavaScript. For the sake of simplicity, I'll split them in two large groups: eslint et al, which works at the level of one file and type analysers: ternjs,…