695 Commits (e297468b6a68a17e7c60d25450a67fec9c5ef6ac)

Author SHA1 Message Date
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
Bogdan Chadkin 50d263203e Fix lint 8 years ago
Bogdan Chadkin 8197977050 Add performance labels 8 years ago
Rich-Harris 16da86e93c deconflict-classes 8 years ago
Rich-Harris e8179c2013 include dependencies in bundle.modules (closes #903) 8 years ago
Rich-Harris b05ceb2478 doh 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
Brian Donovan 95106fa770 Remove unused imports to fix linting. 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 34a13a74d0 use a set to track which functions are being called 8 years ago
Rich Harris beac2e6eb1 fix regex 8 years ago
Rich-Harris fe36478151 do less work at end 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 83ccb97253 clone ASTs, for fast incremental rebuilds 8 years ago
Rich Harris db0dc75f03 parse as ES7 8 years ago
Rich Harris ad4ca750a5 linting 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 dab40ce0b9 handle non-existent dir of import 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 98b4da0f35 allow custom bundle context (#851) 9 years ago
Rich Harris ebbb5bec62 put outro after export block, not before (#852) 9 years ago
Permutator b7f73d6d70 Leave it up to resolveId to normalize the entry path 9 years ago
Bogdan Chadkin d8addbb82e Cache decoded mappings 9 years ago
Bogdan Chadkin d39105d688 Improve linting 9 years ago
Philipp Weinfurter c64da6ebcf Initialize member in constructor, fixes #813 9 years ago
Bogdan Chadkin ebd5ead5e6 Module render performance tweak 9 years ago
ph.ter 088d12bf9f Avoid infinite recursion in Bundle.sort() 9 years ago
Ronald Berner 7b7709eb38 If removing import statements, start at the beginning of the actualy import keyword, instead of the beginning of the file (statement.start vs statement.node.start) 9 years ago
Bogdan Chadkin b215060634 Wrap source id with quotes in unresolved error 9 years ago
Bogdan Chadkin bd1c379a17 Reduce transformers error message chain 9 years ago
Bogdan Chadkin 1a2d3dce26 Changde indent default to false 9 years ago
Bogdan Chadkin 684dde0a30 Cache resolvedIds in modules to improve incremental build 9 years ago
Eli Skeggs 60a4e406b6 Add explicit entry resolve error message 9 years ago
Rich-Harris 93ec667228 more aggressive linting 9 years ago
Rich-Harris 1e98a69e2e fix export * from external bug 9 years ago
Kurt Blackwell c5fa9b2a42 Introduce eslint to tests. Complaints are fixed, but none of them major. 9 years ago
Rich-Harris 328d145221 support paths config (#754) 9 years ago
Rich-Harris b699a46978 lint 9 years ago
Rich-Harris dbfa280fcd ensure reassigned exports are declared in an ES bundle (#755) 9 years ago