522 Commits (9edf864078be54858483559dbdcabb754c3aaeff)

Author SHA1 Message Date
operandom a335283a73 Add test : handle external is a function in config. 8 years ago
Rich-Harris 391dee5c98 fix test 8 years ago
Rich-Harris 8c25878608 ensure local rollup build is used 8 years ago
Rich-Harris 4ecc219330 update test files 8 years ago
Rich-Harris 67b5fc6018 rename expected output files (es6.js -> es.js) 8 years ago
Rich-Harris 9f399591b3 add test for es6 format warning 8 years ago
Rich-Harris c542325a58 switch tests from babel to buble 8 years ago
Rich Harris 9b13711cf7 update allowed options test 8 years ago
Permutator 3a2f9b6e15
Don't use endsWith. Will this fix the 0.12 build? 8 years ago
Permutator e256ddb727
Removed debugging line in sourcemaps loaders test 8 years ago
Permutator 2a7a1a7090
Updated test for loader sourcemaps 8 years ago
Permutator 3f39f2aec4
Simplify sourcemaps loaders test 8 years ago
Permutator 22f57c4571
Made it possible for plugin loaders to provide sourcemaps 8 years ago
Rich Harris 89327d50b2 oops 8 years ago
Rich Harris 1d11282d6e allow user-specified acorn options (#564) 8 years ago
Rich Harris 51c3da9a6f rewrite top-level this as undefined 8 years ago
Rich Harris b62aa070bf build/bundle CLI 8 years ago
Bogdan Chadkin ccbc11cce1 Normalize absolute paths in default resolver 8 years ago
Bogdan Chadkin 2b13d59ee4 Add normalize-absolute test 8 years ago
Rich Harris 9575b680ee update test 8 years ago
Rich Harris f171048be0 remove unused variable 8 years ago
Rich Harris c2afe7d9bd rename test to workaround mochas confusion 8 years ago
Brian Donovan fca02171fa Merge target options with main options. 8 years ago
Rich-Harris 9cfedd55d4 reinstate all tests 8 years ago
Rich Harris 84d408f9ad make tests more robust (fs was getting out of sync) 8 years ago
Rich Harris fc7e0f1ce2 change option from bundle to cache 8 years ago
Rich Harris 528b692a38 ensure name suggestions are legal identifiers 8 years ago
Rich-Harris 001901a695 undo non-string ID change (#692) 8 years ago
Rich-Harris e21d8a33ee oops 8 years ago
Rich-Harris 3264378330 tidy up tests, squelch nuisance warnings 8 years ago
Rich-Harris 169ae35413 allow resolved module IDs to be non-strings 8 years ago
Brian Donovan a3f2d17596 Allow specifying multiple output targets. 8 years ago
Rich-Harris 558b4cf355 distinguish between default and namespace imports from external module (#637) 8 years ago
Rich-Harris b059d075d5 add __esModule to AMD, move to top of CJS, consistent style 8 years ago
Rich-Harris e85626ea02 options.preferConst to use const instead of var when creating statements (#653) 8 years ago
Rich-Harris c96888e2f4 deconflict ES bundle imports – fixes #659 8 years ago
Rich-Harris a50d71a63e preserve debugger statements. closes #664 8 years ago
Rich-Harris 40217fd2e1 allow options.external to be a function. closes #522 8 years ago
Rich-Harris 3705b37923 warn about eval security vulnerability 8 years ago
Rich-Harris e45547b58b prevent duplicate exports from single module (#679) 8 years ago
Rich-Harris 9d6dedf78e add test for #633 8 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