630 Commits (e7925e29d1f55f9bf09fe9c548f1bebc7ccfd52a)

Author SHA1 Message Date
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 9 years ago
Rich-Harris ef676b4081 disregard effects in dead branches 9 years ago
Rich-Harris 2e32f23777 fix double var declaration bug (#716) 9 years ago
Rich-Harris 5e1e5f99c5 dont assume recursive function calls have side-effects 9 years ago
Rich Harris 7df2f00b57 add test for #716 but skip it for now 9 years ago
Rich-Harris cf1ac32a53 dont separate vars in for loop head 9 years ago
Rich-Harris 2295153964 handle updates of parameters 9 years ago
Rich Harris 7e67b8b273 test for #669 9 years ago
Rich Harris 8ecbd78539 enable previously failing test for #733 9 years ago
Rich Harris ccb28cf56b add test for #893 9 years ago
Rich Harris 83ccb97253 clone ASTs, for fast incremental rebuilds 9 years ago
Rich Harris 37d8950d99 skip module order tests for now 9 years ago
Rich Harris 0eecb7d509 re-enable all tests 9 years ago
Rich Harris c096eb4b26 test for #898 9 years ago
Rich Harris 9ded29e9ec add test for #901 9 years ago
Rich-Harris 173cfc0df7 rewrite 9 years ago
Pat Cavit a27ba30aa6 Add options as second arg to .transformBundle 9 years ago
Rich Harris 1d7c853ce6 prevent leaky state, always clone magic-string 9 years ago
Rich Harris 53b21d1629 ensure intro appears before interop block (#880) 9 years ago
Rich Harris 3ed945c8e1 fix noConflict when used via config file (#846) 9 years ago
Rich Harris 98b4da0f35 allow custom bundle context (#851) 9 years ago
Rich Harris ebbb5bec62 put outro after export block, not before (#852) 9 years ago
Rich-Harris 4ed3909d71 add test 9 years ago
Rich-Harris 8c737c3152 update test results 9 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
Chadkin 23f89abf32 -> v0.34.2 9 years ago
Bogdan Chadkin b215060634 Wrap source id with quotes in unresolved error 9 years ago
Bogdan Chadkin 8bca62b559 Test for not resolved module 9 years ago
Bogdan Chadkin bd1c379a17 Reduce transformers error message chain 9 years ago