650 Commits (daaaeafc759120697f953caf4478277f405add5b)

Author SHA1 Message Date
Rich-Harris ef3c8d5452 let -> var 8 years ago
Rich-Harris e36a57527b prevent {export foo as default} from creating a live binding (#860) 8 years ago
Rich-Harris 609cf2b3c6 oops, reinstate all tests 8 years ago
Rich-Harris fa08af7689 argh 0.12 8 years ago
Rich-Harris e152bb95c5 warn on missing unused imports in deshadowing phase, rather than throwing - fixes #928 8 years ago
Rich-Harris 3a73224990 ensure bundle ends with newline – fixes #958 8 years ago
Rich-Harris f143b01c62 beef up test 8 years ago
Rich-Harris 819d619aa1 include all ancestors of expression with effects, up to function boundary - fixes #930 8 years ago
Rich-Harris 036eae5ab1 transpile test for 0.12 8 years ago
Rich-Harris b26917bff6 include superclass when including a class declaration (#932) 8 years ago
Rich-Harris a2487a4555 remove eslint comment 8 years ago
Emil Ajdyna 211fa097a9 add: interop option 8 years ago
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