35 Commits (1e6f49b129bcdb72b8f3f74d58605f4f1960b4c9)

Author SHA1 Message Date
Yury Delendik 66c8893815 Removes last UMDs from the modules. 8 years ago
Yury Delendik 996805f953 Produces source maps for built files. 8 years ago
Yury Delendik c9d3c20e2c Fix esprima tests. 8 years ago
Yury Delendik 140dd0f15b Removes builder.build(). 8 years ago
Yury Delendik 25873e92f0 Enable babel translation to enable ES module support. 8 years ago
Tim van der Meij 5eb090f288
ES6 modules: remove UMD header validation 8 years ago
Yury Delendik a048519fa1 Replace copyright headers; changes UMD to CommonJS. 8 years ago
Jonas Jenwald 3aa37ae8bc Add the `external/builder/fixtures/` directory to `.eslintignore`, to avoid having to disable various lint rules locally 8 years ago
Jonas Jenwald fe9a561d45 Actually increment the `errors` counter on failures in `test-fixtures.js`/`test_fixtures_esprima.js`, so that the test runners won't incorrectly report that the tests passed 8 years ago
Jonas Jenwald cf00516f04 Rename the `external/builder/test*.js` files to make it more obvious what they test 8 years ago
Yury Delendik 6265bb6038 Fixes preprocessor testing and adds deadcode removal. 8 years ago
Jonas Jenwald c850968fa7 Remove `globals` that are now unnecessary thanks to the use of various ESLint environments (e.g. Node, ShellJS, Jasmine) 8 years ago
Jonas Jenwald 2f3805efbc Switch to using ESLint, instead of JSHint, for linting 8 years ago
Jonas Jenwald 28e50cfa21 Fix errors reported by the `space-infix-ops` ESLint rule 8 years ago
Jonas Jenwald 4f1cccb138 Enable removing of all comments (except for Copyright notices) when preprocessing code, and reduce the indentation level 9 years ago
Yury Delendik bf52ff156d Adds esprima-based preprocessor. 9 years ago
Yury Delendik a4c81c203b Enables debugger only when needed. 9 years ago
Yury Delendik 006e8fb59d Introduces UMD headers to the web/ folder. 9 years ago
Yury Delendik fc3282db56 Adds RequireJS to worker. 9 years ago
Tim van der Meij df81b832bb Remove unused variables 9 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago
Rob Wu f8af4d6567 Fix preprocessor: nesting, error & tests 10 years ago
Rob Wu 8ba73cb4de Improve getWorkerSrcFiles (builder.js) 10 years ago
Mike Corbin 979c108577 Remove unused require() directive 10 years ago
Tim van der Meij 70b6eb09a8 Remove ShellJS copy and use the NPM version 10 years ago
Yury Delendik 5b93cc102c Adds css import preprocessing 11 years ago
Tim van der Meij c29faaa22d Use strict equalities in make.js, external/* and extensions/* 11 years ago
Christian Krebs 5a49d2eb83 Create the WORKER_SRC_FILES and EXT_SRC_FILES lists in make automatically 11 years ago
Jonas Jenwald 4f6b363b2c Fix coding style in external/builder/builder.js 11 years ago
Yury Delendik 894c82cec9 Removes -moz-box-sizing usage 11 years ago
Yury Delendik 2ab481a1da Removes foreign for Firefox CSS prefixes 12 years ago
Jon Buckley 10cdb48f36 Issue #2008 - Fix lint errors for external/builder/ 12 years ago
Kalervo Kujala 7bbf65f56e Correct gjslint warnings in builder.js. 13 years ago
Brendan Dahl e0a6b233dc Move builder/preprocessor into its own file. 13 years ago