214 Commits (c1978fb9e6e4ec5d3d78afea11505f588e313e03)

Author SHA1 Message Date
Oskar Segersvärd 162fba9c28 Test for plural resolveId functions. 9 years ago
Oskar Segersvärd e8d299192e Made the return value of resolver functions optional. Uses a fallback on failure. 9 years ago
Oskar Segersvärd da828f31f8 Added missing test for dynamic namespace lookups 9 years ago
Oskar Segersvärd 5b0203a8e7 Moved namespace-optimizations fo test/form 9 years ago
Oskar Segersvärd ab8fc095aa Changed shorthand properties test 9 years ago
Oskar Segersvärd 59fff295e4 Statically resolve internal namespace access 9 years ago
Rich-Harris 4ca075f745 skip alias tracking test, temporarily 9 years ago
Rich-Harris 6646f156de handle export * 9 years ago
Rich-Harris ff27523d44 load all dependencies, regardless of actual usage 9 years ago
Rich-Harris 9fd191f25a failing test for #96 9 years ago
Rich-Harris 481d28412c attach scopes to BlockStatement nodes, not Function nodes. fixes #91 9 years ago
Rich-Harris fddf71d4a8 update test to reflect bug accurately 9 years ago
Rich Harris 71d9d4fa0e only rewrite exported vars as exports.foo if necessary 10 years ago
Rich Harris 37a858abc6 failing test for #91 10 years ago
Rich Harris 975528d034 handle multiple exports of a single binding 10 years ago
Rich-Harris dd3bf0c3b0 typos 10 years ago
Arpad Borsos 4880efe31b add a failing test for re-exporting and renaming multiple 'default' exports 10 years ago
Rich-Harris b09bce28b5 fix typo in test 10 years ago
Rich Harris e4fd1ef172 failing tests for #16 10 years ago
Rich-Harris 7bed21c3da add test for #esperanto/161 10 years ago
Rich-Harris 27f225b011 re-enable all tests 10 years ago
Rich-Harris 9fd6488ea1 add test for #72 10 years ago
Rich-Harris 01b69eadc6 handle external imports in ES6 bundles 10 years ago
Rich Harris 63dd595d3a split out tests 10 years ago
Rich Harris b5498c28b7 add failing test 10 years ago
Rich-Harris b6aa24c23d update test config 10 years ago
Rich-Harris 09eaef6143 rename variables named `exports` 10 years ago
Rich-Harris c2ebdcbe4c dont rewrite var foo as var exports.foo 10 years ago
Rich-Harris 418ce08a44 rename internal namespace exports as appropriate 10 years ago
Rich-Harris 39057cddf0 use provided AST instead of parsing again 10 years ago
Rich-Harris f35d453c72 deconflict external imports 10 years ago
Rich-Harris dd93bb9461 tidy up test 10 years ago
Arpad Borsos cd109af17e Add failing testcase for #68 10 years ago
Rich-Harris 7cd858be60 failing tests - tricky case with unused declarators in multiple var declaration 10 years ago
Rich-Harris dbbfc67a0b expand shorthand properties (#61) 10 years ago
Rich Harris 6a4f8c1400 add test for #53 10 years ago
Arpad Borsos 759d3938b9 allow importing external modules for side effects, fixes #55 10 years ago
Brian Donovan d26db11ea9 Fix accidental change of description from 5033267048. 10 years ago
Rich-Harris 77452031ac tests for #42 10 years ago
Oskar Segersvärd 1232dc86c9 `assert` -> `assert.equal` 10 years ago
Oskar Segersvärd 15d541f675 Removed from tests. 10 years ago
Oskar Segersvärd b4d26c5d85 Added failing test for dynamic properties of objects. 10 years ago
Oskar Segersvärd 0e2e705afa Implemented export * from ... 10 years ago
Brian Donovan 5033267048 Test that top-level side effects involving imports are preserved. 10 years ago
Rich Harris 2aa5e6e11b remove const, so tests pass on old node 10 years ago
Rich Harris 412544268c include side-effects (#40) 10 years ago
Brian Donovan d4eeb54dae Add a failing test that illustrates a problem with RSVP. 10 years ago
Rich Harris 94c3852929 ignore IIFEs for the purposes of determining strong/weak dependencies 10 years ago
Rich Harris f1d43ce34c better sorting (sort at module level) 10 years ago
Rich Harris b7e51064ac borrow sorting logic from esperanto - fixes #36 10 years ago