242 Commits (fd3ae38c18f0d8a092d3604f3efd9e3caaff51bc)

Author SHA1 Message Date
Rich Harris 4d6b5de582 add test for custom global names for external modules 10 years ago
Oskar Segersvärd 08c2826760 Updated tests to contain `import * as ns from ".."` 10 years ago
Rich Harris 3188c413b8 flesh out test for #59 10 years ago
Rich Harris 6a4f8c1400 add test for #53 10 years ago
Rich Harris 53fa8fce8b add test for #57 10 years ago
Arpad Borsos 759d3938b9 allow importing external modules for side effects, fixes #55 10 years ago
Rich-Harris 5e80ffa3aa another test for #37 10 years ago
Brian Donovan d26db11ea9 Fix accidental change of description from 5033267048. 10 years ago
Rich-Harris cdc721cc71 more tests for #37 10 years ago
Rich-Harris dcb1147886 exclude unnecessary functions containing assignments/updates to included names (#37) 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 cf522b2ed3 exclude empty var declarations for exported bindings 10 years ago
Rich Harris 94c3852929 ignore IIFEs for the purposes of determining strong/weak dependencies 10 years ago
Rich Harris ca231cc2b9 update tests 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
Rich Harris 1f2d719b89 fix #34, albeit kludgily 10 years ago
Rich Harris 7eeaf73eb1 failing test for #36 10 years ago
Rich Harris e1195bdd87 use loose model for es6 classes 10 years ago
Rich-Harris b8894dd901 rename things internally (path -> id, etc) - #30 10 years ago
Rich-Harris b0eca67402 rename functions with args by the same name (fixes #32) 10 years ago
Rich-Harris 5be634f20e ensure unused default exports have legal name (fixes #33) 10 years ago
Rich-Harris 1111e144a8 support moduleId and moduleName via CLI (fixes #24) 10 years ago
Rich Harris 5cd2208714 update tests 10 years ago
Rich Harris dc6940de2e apply resolvePath hook to entry module (#30) 10 years ago
Rich-Harris 0988db927d once more with feeling 10 years ago
Rich-Harris 21a12658e8 try and get tests to pass in node 0.10 and 0.12 10 years ago
Rich-Harris f031ccc53a deconflict auto-generated default export names, convert expressions to declarations. fixes #29 10 years ago
Rich Harris 69509da0ad `this` at the top level is undefined (fixes #28) 10 years ago
Rich Harris e62ca94a6f fix babel step 10 years ago
Rich Harris 29b54f9eea tidy up 10 years ago
Rich Harris ae48cc1691 failing test for #26 10 years ago
Rich Harris 2cfc9ded4f allow tests to specify additional globals 10 years ago
Rich-Harris 3e96e3051b make CLI tests work in Travis-CI 10 years ago
Rich-Harris 1d500b5e2c case sensitive filenames 10 years ago
Rich-Harris 01444c971e passing foo to a function cannot rebind foo 10 years ago
Rich-Harris 402cdc3360 distinguish between binding/property assignments for `export default foo` special case 10 years ago
Rich-Harris 0406e7f578 insert export default statement after previous, rather than before next 10 years ago
Rich-Harris 2a9a123c16 add CLI tests 10 years ago
Rich-Harris f0e78f6d1c prevent conflicts with globals (assumed or otherwise) - fixes #20 10 years ago
Rich-Harris 71e5002cc3 harder test of modified default exports 10 years ago
Rich-Harris 11fb4cc9a1 revert order changes 10 years ago