295 Commits (819d619aa14d27e0d59e2bcd3ed93f2dccff8833)

Author SHA1 Message Date
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 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 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
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
Brian Donovan ab76b617b4 Prune dead conditional expressions more carefully. 9 years ago
Alec LaLonde 6096a72856 Added test for exports flag, fixed test flag assertion comparator 9 years ago
Oskar Segersvärd d2cf4c5e87 Fix #527 9 years ago
kzc b748464f71 Detect side effect in member expression assignment when not top level. Fixes #476. 9 years ago
Rich-Harris ab767b125d warn on empty exports, dont fail (closes #486) 9 years ago
Rich-Harris 366b414151 correctly rewrite exported var declarations (fixes #484) 9 years ago
Oskar Segersvärd 4afbf70c8a Add failing test for exporting a global. 9 years ago
Brian Donovan 1a0011485e Skip dead branches of a conditional expression. 9 years ago
Rich-Harris 32324e01fc prevent double export (#438) 9 years ago
Rich-Harris 94f98d81ec fix `var exports.foo` (#426) 9 years ago
Rich-Harris a20fc4122f gah 9 years ago
Rich-Harris 29f7732f5f ugh windows 9 years ago
Rich-Harris 9d91ecaa71 error if namespace is called (#446) 9 years ago
Rich-Harris dee23e9bc4 update tests 9 years ago
Rich-Harris 680be6973e add some failing tests 9 years ago
Rich-Harris 3ea4c25dcb ensure namespace blocks are created for chained namespace imports – fixes #430 9 years ago
Brian Hunt 1d31d50f7d Remove swap file 9 years ago
Brian Hunt 79fbac21e7 Add test re. #430 - include-as-chain 9 years ago
Rich Harris 389b10439b prevent stack overflow with mutual strong dependencies – fixes #425 9 years ago
Rich Harris 800e0a4112 additional test for #421 9 years ago
Rich Harris d0879d4d4e handle calls to default exports other than function expressions – fixes #421 9 years ago
Rich-Harris 19c56b87ac prevent resolution of external IDs (#410) 9 years ago
Rich-Harris 271cd915cd argh, node 0.12 9 years ago
Rich-Harris aae8a09649 handle a => a at top level – fixes #403 9 years ago
Oskar Segersvärd a739c51d32 Add failing test 9 years ago