717 Commits (fb12be58143032f3c05e369a2ac163c4052b4484)

Author SHA1 Message Date
Rich-Harris 809acd29ab include top-level throw statement inside block 9 years ago
Rich-Harris 6c876bb110 include reassignments that are ignored on initial pass 9 years ago
Rich-Harris 18819ac61f memoize Declaration.testForSideEffects, prevent infinite loops 9 years ago
Rich-Harris 0ffe08b1ff skip throw statements inside functions when checking for side-effects 9 years ago
Rich-Harris 2dea1ef0e5 add aggressive mode 9 years ago
Rich-Harris 257403072a include called functions that mutate their inputs 9 years ago
Rich-Harris c44cf0d0e6 exclude constructors that are known to be pure 9 years ago
Rich-Harris dec7c8482a remove unused code 9 years ago
Rich-Harris fd0cbb7e76 account for local scopes when checking for pure global functions 9 years ago
Rich-Harris d997bf16a7 tidy up 9 years ago
Rich-Harris 1dc3669b52 ignore changes local to a function when determining global side-effects 9 years ago
Rich-Harris 1ffd5bfae7 use correct scope for testing declarations 9 years ago
Rich-Harris 5024584f2d add all variable declarators (not split below top level) 9 years ago
Rich-Harris 38374f1f93 tidy up 9 years ago
Rich-Harris baed9a0209 the tests all pass! but the code is a mess 9 years ago
Rich-Harris e3e5846dc5 tidy up 9 years ago
Rich-Harris d3979bd690 better side-effect detection 9 years ago
Rich-Harris e0b690ad0f first (failing) stab at better side-effect detection 9 years ago
Rich-Harris 2ccb1b809d handle filenames with .foo, where foo is not an extension 9 years ago
Rich-Harris b16921646d exclude dead branches 9 years ago
Rich-Harris 13d5c3ceec warn on eval 9 years ago
Rich-Harris 4300414206 support banner and footer options in plugins 9 years ago
Rich-Harris e94de0e8f1 treat missing namespace exports as warning, not error 9 years ago
Rich-Harris baa09c05c8 allow multiple export alls in entry module 9 years ago
Rich Harris 95c3af1e10 add more .js extensions 9 years ago
Rich Harris e111c5d8dc add js extensions 9 years ago
Brian Donovan 14af551bfc Remove unneeded `.js` extensions in import. 9 years ago
Rich Harris 170f1672b4 more robust deconflicting (sorry, no test yet) 9 years ago
Oskar Segersvärd 64479df905 Inverse condition. Re-run the tests after restructuring code. 9 years ago
Oskar Segersvärd 502b5cf940 Disallow 'default' as an identifier name 9 years ago
Rich-Harris a474426d09 throw if deprecated options are passed 9 years ago
Rich-Harris 814003cee2 include importing module in error message when load fails 9 years ago
Rich-Harris 1ef3060e3a keep non .js extensions, e.g. .json 9 years ago
Rich Harris 223cddc55e default to options.external = [] 9 years ago
Rich Harris 72836cbfe0 bring back options.external but warn if missing rather than error 9 years ago
Rich Harris 157a665e92 consolidate default load and resolveId, remove external resolver 9 years ago
Rich Harris 5b711ec005 support more plugin stuff, remove support for transform, resolveId, load, external, resolveExternal 9 years ago
Rich-Harris c924d5433c support plugins that return transform and intro functions 9 years ago
Oskar Segersvärd 24b64ca4e1 Use declarations, regardless of whether they have statements or not 9 years ago
Oskar Segersvärd 17df91a529 Prevent namespace abuse by freezing them 9 years ago
Rich-Harris 725eb859c8 more informative error message if missing intermediate sourcemaps 9 years ago
Rich-Harris f3ae229d46 merge 9 years ago
Oskar Segersvärd 89114a97ee Added missing import 9 years ago
Rich-Harris 35cabd7621 fix super-niche resolution bug affecting online demo 9 years ago
Rich-Harris 41aac14d07 use rollup-babel for bundling self (is quicker!) and include banner/version in dist files 9 years ago
Rich-Harris 61dcc1bf7c populate map.sourcesContent with original code 9 years ago
Rich-Harris ccf2cd073c handle missing line in sourcemap 9 years ago
Rich-Harris 7590f6c10b add intro/outro option (TODO document) 9 years ago
Rich-Harris 53aa476baa allow transformers to return nothing (i.e. skip) 9 years ago
Rich-Harris e96cca5971 sourcemap aware transforms 9 years ago