329 Commits (gh-1132)

Author SHA1 Message Date
Rich-Harris ccc7ad7352 only remove valid sourcemapping URL comments (fixes #1132) 8 years ago
Rich-Harris 490d428180 skip symlink test on windows 8 years ago
Rich Harris 2d32cddabf implement gatherPossibleValues on ExternalDeclaration - fixes #957 8 years ago
kzc 0006ea1e1c use buble for test to resolve node 0.12 failure 8 years ago
kzc e20a332c57 fix TypeError in arrow function without braces returning a function (#1032) 8 years ago
Rich-Harris 54124770cd fix missing namespace member warnings (closes #1045) 8 years ago
Rich-Harris f4489515e4 fix behaviour of export * in relation to defaults - fixes #1028 8 years ago
Rich-Harris 4eae8da80d use relative ID for more readable message 8 years ago
Rich-Harris 4040022443 tweak message 8 years ago
Rich-Harris 40643bf543 include default exports in ASI 8 years ago
Rich-Harris be952fef12 automatic semicolon insertion (fixes #1004, #1009). fight me 8 years ago
Rich-Harris 78515c3fb1 better error for missing export (#1033) 8 years ago
Daniel K b164a46363 Include line & column number in warning message 8 years ago
Daniel K 8cb47862a2 Fix warn-on-top-level-this test 8 years ago
Oskar Segersvärd 2c80dc7d72 Fix #973 8 years ago
Permutator 1d51b06592
Whoops, tabs, not spaces 8 years ago
Permutator 7f61f5c754
Added failing test for inclusion of internally used default export 8 years ago
Rich-Harris ef3c8d5452 let -> var 8 years ago
Rich-Harris e36a57527b prevent {export foo as default} from creating a live binding (#860) 8 years ago
Rich-Harris 609cf2b3c6 oops, reinstate all tests 8 years ago
Rich-Harris fa08af7689 argh 0.12 8 years ago
Rich-Harris e152bb95c5 warn on missing unused imports in deshadowing phase, rather than throwing - fixes #928 8 years ago
Rich-Harris f143b01c62 beef up test 8 years ago
Rich-Harris 819d619aa1 include all ancestors of expression with effects, up to function boundary - fixes #930 8 years ago
Rich-Harris 036eae5ab1 transpile test for 0.12 8 years ago
Rich-Harris b26917bff6 include superclass when including a class declaration (#932) 8 years ago
Nolan Lawson 8545d85a9e Correctly deshadow star imports when conflicting 8 years ago
Rich-Harris 0727c3284f support 0.12 8 years ago
Nolan Lawson a7161689e4 Correctly deshadow re-assigned module functions 8 years ago
Rich-Harris 8446b06e8d render identifiers inside template literals 8 years ago
Rich-Harris a6dd89b25d -> v0.35.2 8 years ago
Rich-Harris 16da86e93c deconflict-classes 8 years ago
Bogdan Chadkin c1b7092b0d Fix codestyle 8 years ago
Bogdan Chadkin 4817eada3e Fix test on windows 8 years ago
Rich-Harris 7819d7b688 update to acorn 4 8 years ago
Rich-Harris e8179c2013 include dependencies in bundle.modules (closes #903) 8 years ago
Rich-Harris bd01c0acb4 correctly rename children of conditional expressions 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 8ecbd78539 enable previously failing test for #733 8 years ago
Rich Harris ccb28cf56b add test for #893 8 years ago
Rich Harris 37d8950d99 skip module order tests for now 8 years ago
Rich-Harris 173cfc0df7 rewrite 8 years ago
Rich Harris 00c70e35cb failing test for #860 8 years ago
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