summaryrefslogtreecommitdiff
path: root/support/build
Commit message (Expand)AuthorAgeFilesLines
* move async.mjs to distAlexander Early2019-05-191-1/+1
* feat: Add .mjs bundle and pkg.main to CJS build (#1642)Alex Early2019-05-191-0/+15
* [wip] initial async generator support (#1560)Alex Early2018-08-051-3/+3
* ES6-ify codebase (#1553)Alex Early2018-07-081-8/+8
* rename compile->compile-module.jsAlexander Early2017-04-161-0/+1
* move support functions into scripts that call themAlexander Early2017-04-164-50/+38
* use make to manage compiling individual filesAlexander Early2017-04-164-53/+13
* remove unused CJS index.js fileAlexander Early2017-04-162-18/+3
* refactor to use ES module output to make umd bundleAlexander Early2017-04-165-47/+9
* factor compiling a module into a separate functionAlexander Early2017-04-162-24/+48
* decouple compling modules and bundlingAlexander Early2017-04-165-45/+62
* refactor to not need babel, require node 6+Alexander Early2017-04-166-20/+20
* Update various dev dependenciesGraeme Yeates2016-10-161-2/+2
* move build/async.js to build/dist/async.jsAlexander Early2016-02-161-1/+1
* rename build files, add smoke test for build--global2016-01-153-4/+4
* update code style, increase linter coverage, refactor makefile--global2016-01-153-6/+17
* prevent having to require('async/foo').default--global2016-01-121-0/+2
* Improve bundle error reportingGraeme Yeates2016-01-101-1/+1
* use npm for lodash-es, rather than a git submoduleKiko Beats2016-01-071-1/+1
* Update make build tasksGraeme Yeates2016-01-046-0/+97