614 Commits (e723cc5c468317341ce7c44c695e3dceec3522d9)

Author SHA1 Message Date
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 cf0d3f25e3 fix test output 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
Oskar Segersvärd 18ba8f09ac Don't include 'default' export from 'export * from ...' 9 years ago
Rich Harris 313b108f41 remove some unused code, add some additional tests 9 years ago
Rich-Harris c903bb2e4e prevent content around synthetic nodes being overwritten twice - fixes #105 9 years ago
Rich-Harris 4a1a435dc3 use absolute sourceMapFile to verify relative sources (#125) 9 years ago
Rich-Harris ac6c2d03db add bundle.modules - fixes #128 9 years ago
Rich-Harris 7fb0891b08 Revert "guard against undefined `this` in post-processed UMD bundle - fixes #109" 9 years ago
Rich-Harris 250678dcf8 guard against undefined `this` in post-processed UMD bundle - fixes #109 9 years ago
Rich-Harris 76272e3c76 add test for #95 9 years ago
Rich-Harris 8cec1efb93 mark side-effects later, to avoid late declarations breaking stuff 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 965fa5d008 test default exports are re-exported from internal module with export * 9 years ago
Rich-Harris 4e5f719fbf more windows bs 9 years ago
Rich-Harris ab3160a71f normalise test output for benefit of windows 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 886e6f7edc Added tests 9 years ago
Oskar Segersvärd 9531335f1c When configuring a form test to be solo, execute all tests in that group. 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 31aa57497e Tried to fix sourcemap/names 9 years ago
Oskar Segersvärd ab8fc095aa Changed shorthand properties test 9 years ago
Oskar Segersvärd 6f44df5bbe Swapped names 9 years ago
Oskar Segersvärd 613cc9dd88 Fix rollup.rollup being called for skipped tests. 9 years ago
Oskar Segersvärd 59fff295e4 Statically resolve internal namespace access 9 years ago
Oskar Segersvärd 70c344c448 Fixed external-imports. Made cjs use getInteropBlock. 9 years ago
Oskar Segersvärd 9eec7060f2 Added parents to the scope. 9 years ago
Oskar Segersvärd fc9b4a9c92 Better doc comments. Fixed `index` bug thanks to tests. 9 years ago
Oskar Segersvärd 9f6fdd2e13 Added tests for Scope, stricter .eslintrc, and contributors. 9 years ago
Rich Harris 4a4ef6febc tidy up test 9 years ago
Rich Harris 61a96bcf98 update tests 9 years ago
Rich Harris ef5d2ba017 test for #101 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 9 years ago