53 Commits (cdc721cc71cc58f88c457f13f6d479a671f0b09c)

Author SHA1 Message Date
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
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
Rich Harris 1f2d719b89 fix #34, albeit kludgily 10 years ago
Rich Harris 7eeaf73eb1 failing test for #36 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 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 29b54f9eea tidy up 10 years ago
Rich Harris ae48cc1691 failing test for #26 10 years ago
Rich-Harris 1d500b5e2c case sensitive filenames 10 years ago
Rich-Harris 0406e7f578 insert export default statement after previous, rather than before next 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 c0a764029f default exports are not bound. fixes #15 10 years ago
Rich-Harris 02706f757a use var instead of const for tests, remove unused files 10 years ago
Rich-Harris d46d67f1c7 method call is assumed to mutate method owner (#13) 10 years ago
Rich Harris a6e709fcb7 add some failing tests to sort out later 10 years ago
Curran Kelleher 5132937d40 synchronous -> asynchronous in description 10 years ago
Rich-Harris 4b26a86d1d rewrite exported vars, to keep exports live 10 years ago
Rich-Harris 315510f767 use Object.create(null) to avoid conflicts with Object.prototype. fixes #12 10 years ago
Rich-Harris 2993d92776 ensure at least one newline between each statement 10 years ago
Rich-Harris 4095ccaa12 lol git 10 years ago
Rich Harris 5972bf8346 assignments to properties of bindings is permitted 10 years ago
Rich Harris 836f6b93b3 support for transformers 10 years ago
Rich Harris 8bad2598b7 resolve jsnext:main in node_modules by default, allow resolveExternal to be overridden 10 years ago
Rich Harris cdeace10ca BREAKING: API methods take a single argument, and external modules must be declared as such 10 years ago
Rich-Harris b9d2f7198a correct behaviour with export {...} from ... 10 years ago
Rich Harris f0f2db8432 another deconflicting test 10 years ago
Rich Harris aaa2234741 more deconflicting 10 years ago
Rich Harris 966bdf2aef remove comments 10 years ago
Rich Harris 6a905dbd99 test for computed property rewrites 10 years ago
Rich Harris 259e00cf40 external module deshadowing 10 years ago
Rich Harris 46d6442287 fix test again 10 years ago
Rich Harris cae28a761a update tests 10 years ago
Rich Harris 954408e53f prevent comments inside statement being later appended to it 10 years ago