1072 Commits (531f40cd6e7ac793cd8a9d7e1f1848c908c383ac)
 

Author SHA1 Message Date
Rich-Harris f1ad31c8ba err on side of caution with late definitions 10 years ago
Rich-Harris 809acd29ab include top-level throw statement inside block 10 years ago
Rich-Harris 6c876bb110 include reassignments that are ignored on initial pass 10 years ago
Rich-Harris 18819ac61f memoize Declaration.testForSideEffects, prevent infinite loops 10 years ago
Rich-Harris 0ffe08b1ff skip throw statements inside functions when checking for side-effects 10 years ago
Rich-Harris 2dea1ef0e5 add aggressive mode 10 years ago
Rich-Harris 257403072a include called functions that mutate their inputs 10 years ago
Rich-Harris d17dbbdd09 update test 10 years ago
Rich-Harris c44cf0d0e6 exclude constructors that are known to be pure 10 years ago
Rich-Harris dec7c8482a remove unused code 10 years ago
Rich-Harris fd0cbb7e76 account for local scopes when checking for pure global functions 10 years ago
Rich-Harris d997bf16a7 tidy up 10 years ago
Rich-Harris 37f79e2836 add test 10 years ago
Rich-Harris 1dc3669b52 ignore changes local to a function when determining global side-effects 10 years ago
Rich-Harris 1ffd5bfae7 use correct scope for testing declarations 10 years ago
Rich-Harris 5024584f2d add all variable declarators (not split below top level) 10 years ago
Rich-Harris ffb79674e1 Merge branch 'master' into gh-179 10 years ago
Rich Harris cf00621872 Merge pull request #250 from rollup/non-extension-dots 10 years ago
Rich-Harris 38374f1f93 tidy up 10 years ago
Rich-Harris baed9a0209 the tests all pass! but the code is a mess 10 years ago
Rich-Harris e3e5846dc5 tidy up 10 years ago
Rich-Harris d3979bd690 better side-effect detection 10 years ago
Rich-Harris e0b690ad0f first (failing) stab at better side-effect detection 10 years ago
Rich-Harris 9e14a05aa1 fix browser build 10 years ago
Rich-Harris 2ccb1b809d handle filenames with .foo, where foo is not an extension 10 years ago
Rich-Harris a00509f3df -> 0.20.3 10 years ago
Rich Harris 9cd58f9c7f Merge pull request #247 from rollup/gh-186 10 years ago
Rich Harris 99af7516f5 Merge pull request #246 from rollup/gh-239 10 years ago
Rich-Harris 8410826b7f more stringent tests 10 years ago
Rich-Harris b16921646d exclude dead branches 10 years ago
Rich-Harris b754c0c9b4 fix test in windows (hopefully) 10 years ago
Rich-Harris 13d5c3ceec warn on eval 10 years ago
Rich-Harris 4300414206 support banner and footer options in plugins 10 years ago
Rich Harris 6f1668c5bf Merge pull request #244 from rollup/export-all-bugs 10 years ago
Rich-Harris 677bcd4e69 const -> var, for 0.12 10 years ago
Rich-Harris 0481ab0c9e merge master -> export-all-bugs 10 years ago
Rich-Harris e94de0e8f1 treat missing namespace exports as warning, not error 10 years ago
Rich-Harris baa09c05c8 allow multiple export alls in entry module 10 years ago
Rich Harris 70d8e65379 Merge pull request #238 from rollup/greenkeeper-babel-core-5.8.32 10 years ago
greenkeeperio-bot d13e06cd63 chore(package): update babel-core to version 5.8.32 10 years ago
Rich Harris b3ca349eeb Merge pull request #237 from rollup/js-extensions 10 years ago
Rich Harris 95c3af1e10 add more .js extensions 10 years ago
Rich Harris e111c5d8dc add js extensions 10 years ago
Rich Harris 33c4b0d8f3 Merge pull request #236 from rollup/remove-unneeded-extension 10 years ago
Brian Donovan 14af551bfc Remove unneeded `.js` extensions in import. 10 years ago
Rich Harris c099bf4c09 Merge pull request #233 from rollup/greenkeeper-acorn-2.5.0 10 years ago
greenkeeperio-bot c7587ddf3f chore(package): update acorn to version 2.5.0 10 years ago
Rich Harris de6d997d19 only transpile own source and acorn 10 years ago
Rich Harris 3047c8c320 update self-dependency 10 years ago
Rich Harris ca5e7acbec fix build config 10 years ago