summaryrefslogtreecommitdiff
path: root/utils/use_require.js
Commit message (Expand)AuthorAgeFilesLines
* Enforce space after function namePierre Ossman2018-09-061-1/+1
* Enforce explicit semi-colonsPierre Ossman2018-09-061-2/+2
* Enforce keyword spacingPierre Ossman2018-09-061-1/+1
* Enforce function namesPierre Ossman2018-09-061-1/+1
* Enforce indentationPierre Ossman2018-09-061-132/+132
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-121-26/+22
* Prefer const/let over varJuanjo Diaz2018-05-241-32/+33
* Add transpilation for IE11 and skip linux testsJuanjo Diaz2018-05-241-0/+1
* Add eslint and fix reported issuesJuanjo Diaz2018-05-241-4/+5
* Only use converted modules as legacy fallback for appPierre Ossman2018-02-281-16/+70
* Don't include icons Makefile when packagingPierre Ossman2018-01-051-0/+1
* Remove intermediate files when bundlingPierre Ossman2018-01-051-1/+26
* Convert use_require.js to use promisesPierre Ossman2018-01-051-43/+88
* [infra] fix vendor import paths on built filesSolly Ross2017-10-031-6/+6
* [infra] option to clean on use_require.jsSolly Ross2017-10-031-0/+9
* Adjust import of vendor/ modules in NPM packagePierre Ossman2017-07-041-0/+7
* Properly use babel optsPierre Ossman2017-07-041-1/+1
* Vendor in an IE11 polyfill for PromisesSolly Ross2017-03-211-16/+25
* Move error handler into separate fileSolly Ross2017-03-211-3/+23
* Optimize ES6 Module Loader PolyfillSolly Ross2017-03-211-3/+5
* Allow transforming to any formatSolly Ross2017-03-071-75/+96
* Move input-related files into core/inputSolly Ross2016-09-161-1/+2
* Enable noVNC to become BrowserifiableSolly Ross2016-09-161-0/+120