302 Commits (e36a57527b490a748a6e13e7952c8a8d382fa774)

Author SHA1 Message Date
Rich Harris fd3ae38c18 make external modules configurable 9 years ago
Rich Harris 65e7cb9eed include second test for #154 9 years ago
Rich Harris 9a8f331a8b include members of namespaces that are exported as defaults 9 years ago
Rich Harris 567bd38ace prevent deshadowing logic causing double rewrites 9 years ago
Rich-Harris 9fa5e5e783 screwy deshadowing logic - failing test case 9 years ago
Rich-Harris 3e6fe19a39 brute force merge rewrite -> rewrite-master 9 years ago
Rich Harris 0b628da2d9 allow imports from hidden directories 9 years ago
Rich Harris 940daa4f5b handle parenthesised default exports (#136) 9 years ago
Rich Harris 7397b37a6d include module ID in error message (#143) 9 years ago
Oskar Segersvärd 94de9accfb Enable test 9 years ago
Rich-Harris 5353ee034d test for #154 (shadowed namespaces) 9 years ago
Oskar Segersvärd 6e839f2d38 Extract namespace lookup optimisation into separate pass 9 years ago
Luke Page 68d87ee213 Fix test for windows 9 years ago
Rich Harris ba6f643da9 dont use const in tests... 9 years ago
Rich Harris 1034d0b6fe test for bad export types 9 years ago
Rich Harris 4faa4ea298 test for module importing itself 9 years ago
Rich Harris bdda8e6b3a test for non-renamining of property keys 9 years ago
Oskar Segersvärd 365f45c7f3 Made Scope.reference stricter. Helps to catch undefined/missing exports. 9 years ago
Rich-Harris c903bb2e4e prevent content around synthetic nodes being overwritten twice - fixes #105 9 years ago
Rich-Harris ac6c2d03db add bundle.modules - fixes #128 9 years ago
Rich-Harris 76272e3c76 add test for #95 9 years ago
Rich-Harris 14887c60fc add tests for some.global = "changed" 9 years ago
Rich-Harris 2c1774fc7f test side-effecty function inside block 9 years ago
Rich-Harris e13a065bb9 handle assignment patterns 9 years ago
Luke Page 30ecd4373a Fix tests in windows 9 years ago
Oskar Segersvärd 85af8d3bad Added a failing test for #112 9 years ago
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 10 years ago
Rich-Harris 4ca075f745 skip alias tracking test, temporarily 10 years ago
Rich-Harris 6646f156de handle export * 10 years ago
Rich-Harris ff27523d44 load all dependencies, regardless of actual usage 10 years ago
Rich-Harris 9fd191f25a failing test for #96 10 years ago
Rich-Harris 481d28412c attach scopes to BlockStatement nodes, not Function nodes. fixes #91 10 years ago
Rich-Harris fddf71d4a8 update test to reflect bug accurately 10 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