754 Commits (b0a83b8bf4bf0e5ffa0c44ac60cd35b7b319b6ed)

Author SHA1 Message Date
Rich Harris f171048be0 remove unused variable 9 years ago
Rich Harris c2afe7d9bd rename test to workaround mochas confusion 9 years ago
Brian Donovan fca02171fa Merge target options with main options. 9 years ago
Rich-Harris 9cfedd55d4 reinstate all tests 9 years ago
Rich Harris 84d408f9ad make tests more robust (fs was getting out of sync) 9 years ago
Rich Harris fc7e0f1ce2 change option from bundle to cache 9 years ago
Rich Harris 528b692a38 ensure name suggestions are legal identifiers 9 years ago
Rich-Harris 001901a695 undo non-string ID change (#692) 9 years ago
Rich-Harris e21d8a33ee oops 9 years ago
Rich-Harris 3264378330 tidy up tests, squelch nuisance warnings 9 years ago
Rich-Harris 169ae35413 allow resolved module IDs to be non-strings 9 years ago
Brian Donovan a3f2d17596 Allow specifying multiple output targets. 9 years ago
Rich-Harris 558b4cf355 distinguish between default and namespace imports from external module (#637) 9 years ago
Rich-Harris b059d075d5 add __esModule to AMD, move to top of CJS, consistent style 9 years ago
Rich-Harris e85626ea02 options.preferConst to use const instead of var when creating statements (#653) 9 years ago
Rich-Harris c96888e2f4 deconflict ES bundle imports – fixes #659 9 years ago
Rich-Harris a50d71a63e preserve debugger statements. closes #664 9 years ago
Rich-Harris 40217fd2e1 allow options.external to be a function. closes #522 9 years ago
Rich-Harris 3705b37923 warn about eval security vulnerability 9 years ago
Rich-Harris e45547b58b prevent duplicate exports from single module (#679) 9 years ago
Rich-Harris 9d6dedf78e add test for #633 9 years ago
Mickael Jeanroy e5437ed2f5 ensure that external alias are not treated as relative path 9 years ago
Bogdan Chadkin 157b7c151f Invalidate module when file content is changed 9 years ago
Bogdan Chadkin ad44c4ba5b Add incremental support build by passing previous bundle 9 years ago
Cameron Martin a660b896dc Made __esModule a non-enumerable property of exports. 9 years ago
Cameron Martin d8844e7078 Added the __esModule export, with value true, when the format is cjs or umd, and the exports option is named. 9 years ago
Rich Harris 82112f7528 ensure reference is only marked as reassignment if it is the subject of the reassignment – fixes #648 9 years ago
Oskar Segersvärd 610f798111 Missing trailing new-lines 9 years ago
Oskar Segersvärd e1286d3684 Add failing test case, which results in "var var ..." 9 years ago
Rich Harris a6d3436392 fix test title 9 years ago
Rich Harris d0ea2ad2d6 allow rewrites of variable declarator inits – fixes #632 9 years ago
Rich Harris 3fd400c3a7 warn if default and named exports are used together in auto mode (#587) 9 years ago
Rich Harris 49154f2e2d easier way to expect warnings in tests 9 years ago
Rich Harris bcd5dc789c ensure import paths are case-sensitive (#590) 9 years ago
Rich Harris d1c1126b1a sanity check output of load hook 9 years ago
Rich Harris d3f092a071 create new scope for classes, with class expression ID (if any) as sole name. fixes #626 9 years ago
Oskar Segersvärd 5677b3697f Allow tree-shaking to be disabled 9 years ago
Oskar Segersvärd 23777a067c Add test with treeshaking disabled 9 years ago
Rich Harris ea0287f3c0 switch from babel to buble 9 years ago
Rich Harris 2b915cb6fc dont throw on single-length sourcemap segment (#618) 9 years ago
Rich Harris 4971e0a62e report files causing transform errors 9 years ago
fatfisz 9ed87addbb Add another test case. 9 years ago
fatfisz 8b5c2e2b83 Add missing trailing new lines. 9 years ago
fatfisz c1978fb9e6 Normalize relative external paths. 9 years ago
Oleg SKLYANCHUK cc8141cc55 Add useStrict option to ALLOWED_KEYS. 9 years ago
Chris Reeves 66f838ad9d add an option to add noConflict method to umd global 9 years ago
Rich-Harris 18d3ad0ab2 gah 0.12 9 years ago
Rich-Harris faf18821b3 expand deshadowed shorthand properties (fixes #575) 9 years ago
Rich-Harris adfd0bf44c failing test for #575 9 years ago
Joel Denning 9583bb445c Allow external files to be non-existent, relative files. Fixes #532. 9 years ago