summaryrefslogtreecommitdiff
path: root/utils/use_require.js
Commit message (Expand)AuthorAgeFilesLines
* Rename use_require.js to js2common.jsuseRequireRenameSamuel Mannehed2021-11-301-140/+0
* Follow API changes in commander 7.0.0+Pierre Ossman2021-09-281-2/+4
* Remove legacy conversion of modulesPierre Ossman2020-10-151-203/+19
* Standardize on camelCase in utilsSamuel Mannehed2020-05-311-112/+112
* Load support scripts firstPierre Ossman2019-11-121-1/+3
* Upgrade to latest babelPierre Ossman2019-11-121-3/+7
* Always include Promise polyfill for legacy browsersPierre Ossman2019-11-111-7/+24
* Clean up handling of untransformed filesPierre Ossman2019-11-111-5/+9
* Remove redundant "no copy" checkPierre Ossman2019-11-111-2/+0
* Use proper backticks for generating legacy script tagsPierre Ossman2019-11-111-1/+1
* Use "nomodule" instead of manual checkPierre Ossman2019-09-241-20/+4
* 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