635 Commits (bed6f0650da4f54ab8b8f7b4e3d64d99a12c922c)

Author SHA1 Message Date
Rich Harris bed6f0650d only deconflict reified namespaces 8 years ago
Nolan Lawson 8545d85a9e Correctly deshadow star imports when conflicting 8 years ago
Brian Donovan d980cf37de Only remove EmptyStatement nodes directly inside blocks. 8 years ago
Rich-Harris 0727c3284f support 0.12 8 years ago
Nolan Lawson a7161689e4 Correctly deshadow re-assigned module functions 8 years ago
Rich-Harris 7afadff268 handle body-less for loops etc 8 years ago
Rich-Harris eba7a70350 allow empty for loop heads – fixes #919 8 years ago
Rich-Harris 9d9cfccd32 remove empty statements 8 years ago
Rich-Harris 6da374cea2 preserve effects in for-of and for-in statements. fixes #870 8 years ago
Rich-Harris b82375c273 preserve effects in for-of loop (#870) 8 years ago
Rich-Harris 8446b06e8d render identifiers inside template literals 8 years ago
Rich-Harris a6dd89b25d -> v0.35.2 8 years ago
Rich-Harris 16da86e93c deconflict-classes 8 years ago
Bogdan Chadkin c1b7092b0d Fix codestyle 8 years ago
Bogdan Chadkin 4817eada3e Fix test on windows 8 years ago
Rich-Harris 7819d7b688 update to acorn 4 8 years ago
Rich-Harris e8179c2013 include dependencies in bundle.modules (closes #903) 8 years ago
npmcdn-to-unpkg-bot 928f7f4f9a Replace npmcdn.com with unpkg.com 8 years ago
Rich-Harris 06d167b60d failing test (skipped for now) 8 years ago
Rich-Harris 316f6041ab always treat literals as leaf nodes 8 years ago
Rich-Harris bd01c0acb4 correctly rename children of conditional expressions 8 years ago
Rich-Harris ef676b4081 disregard effects in dead branches 8 years ago
Rich-Harris 2e32f23777 fix double var declaration bug (#716) 8 years ago
Rich-Harris 5e1e5f99c5 dont assume recursive function calls have side-effects 8 years ago
Rich Harris 7df2f00b57 add test for #716 but skip it for now 8 years ago
Rich-Harris cf1ac32a53 dont separate vars in for loop head 8 years ago
Rich-Harris 2295153964 handle updates of parameters 8 years ago
Rich Harris 7e67b8b273 test for #669 8 years ago
Rich Harris 8ecbd78539 enable previously failing test for #733 8 years ago
Rich Harris ccb28cf56b add test for #893 8 years ago
Rich Harris 83ccb97253 clone ASTs, for fast incremental rebuilds 8 years ago
Rich Harris 37d8950d99 skip module order tests for now 8 years ago
Rich Harris 0eecb7d509 re-enable all tests 8 years ago
Rich Harris c096eb4b26 test for #898 8 years ago
Rich Harris 9ded29e9ec add test for #901 8 years ago
Rich-Harris 173cfc0df7 rewrite 8 years ago
Pat Cavit a27ba30aa6 Add options as second arg to .transformBundle 8 years ago
Rich Harris 1d7c853ce6 prevent leaky state, always clone magic-string 8 years ago
Rich Harris 53b21d1629 ensure intro appears before interop block (#880) 8 years ago
Rich Harris 3ed945c8e1 fix noConflict when used via config file (#846) 8 years ago
Rich Harris 98b4da0f35 allow custom bundle context (#851) 8 years ago
Rich Harris ebbb5bec62 put outro after export block, not before (#852) 8 years ago
Rich-Harris 4ed3909d71 add test 8 years ago
Rich-Harris 8c737c3152 update test results 8 years ago
Permutator 709a4f783d Removed unnecessary imports in does-not-mangle-entry-point test 9 years ago
Permutator 94d5877822 Added a test for not mangling the entry point 9 years ago
Bogdan Chadkin a945b77eb3 Clean up test 9 years ago
Bogdan Chadkin d39105d688 Improve linting 9 years ago
Bogdan Chadkin b86be27b08 failing test for #813 9 years ago
ph.ter 088d12bf9f Avoid infinite recursion in Bundle.sort() 9 years ago