271 Commits (93b8a60f9bc1735c067be9e40f92080fc255917a)

Author SHA1 Message Date
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 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
Bogdan Chadkin 684dde0a30 Cache resolvedIds in modules to improve incremental build 9 years ago
Eli Skeggs 07cb666562 Add new test 9 years ago
Eli Skeggs c2f65e75cc Fix existing test 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 aa4cf42f45 fix another test 9 years ago
Rich-Harris 4a8ce666ab warn on top-level `this` – fixes #770 9 years ago
Rich Harris 84cccae433 change language to reflect the fact that conflicting namespaces are permitted, if discouraged 9 years ago
Bogdan Chadkin 5028da3a27 Test all 9 years ago
Bogdan Chadkin 8798331389 Warn on namespace conflicts 9 years ago
Rich Harris b0582a5384 add another failing test for #733, but skip it for now 9 years ago
Rich Harris e628775a42 track side-effects to default exports - fixes #733, sort of 9 years ago
Rich Harris f6ac48283f failing test for #733 9 years ago
Bogdan Chadkin 6917687996 Fail on export all dup optionally 9 years ago
Bogdan Chadkin d5c232d6cc Fail on duplicating in export * from 9 years ago
Rich-Harris c542325a58 switch tests from babel to buble 9 years ago
Rich Harris 89327d50b2 oops 9 years ago
Rich Harris 1d11282d6e allow user-specified acorn options (#564) 9 years ago
Rich Harris 51c3da9a6f rewrite top-level this as undefined 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
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
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
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 d1c1126b1a sanity check output of load hook 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