70 Commits (71e5002cc3e86fb4091a460979174bee2a609195)

Author SHA1 Message Date
Rich-Harris 71e5002cc3 harder test of modified default exports 10 years ago
Rich-Harris 11fb4cc9a1 revert order changes 10 years ago
Rich-Harris 9cc2322cf8 update expected test output to reflect new statement ordering 10 years ago
Rich-Harris c0a764029f default exports are not bound. fixes #15 10 years ago
Rich-Harris f60120bbc6 better (if slightly in need of refactoring) comment handling 10 years ago
Rich-Harris 02706f757a use var instead of const for tests, remove unused files 10 years ago
Rich-Harris 593e87e69e wrap solo tests in a console group, to make verbose logging easier to comprehend 10 years ago
Rich-Harris d46d67f1c7 method call is assumed to mutate method owner (#13) 10 years ago
Rich-Harris aa807c7869 handle named functions as default exports 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 cd8230f0cd update tests 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 5e5a00c012 test multiple exports form 10 years ago
Rich-Harris 40b32d0006 add tests 10 years ago
Rich-Harris 22c845f1cf write files to disk for test purposes 10 years ago
Rich-Harris 4095ccaa12 lol git 10 years ago
Rich-Harris e76d7728c4 use actual generated files for test comparisons, to ensure write() behaviour 10 years ago
Rich Harris 583552e9f2 fix CJS export 10 years ago
Rich Harris 23e0f69559 fix finalisers 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 9ff9d7a186 fix sourcemap options 10 years ago
Rich-Harris 04ab791dd6 sourcemaps 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
Rich Harris 0a021c799b rename external namespace imports correctly 10 years ago
Rich Harris 4317485330 saner deconflicting 10 years ago
Rich-Harris d5769e79b8 jump through some hoops to keep statements appropriately spaced, and comments attached to their owners 10 years ago
Rich-Harris 68f69faadc iife finaliser 10 years ago
Rich-Harris fb93adc11f add form tests alongside function tests 10 years ago
Rich Harris 725be1342a skip non-bound default export test for now 10 years ago
Rich Harris 161d717112 support test skipping 10 years ago
Rich Harris c408b7dd0b modify export statements at generate time 10 years ago
Rich Harris 415cb548c2 refactoring 10 years ago
Rich Harris 0f862e6c4d disallow reassignments and updates of imported bindings/namespaces 10 years ago
Rich Harris fe807abe2e update tests 10 years ago
Rich Harris d6302a44b3 transpile code where necessary for testing 10 years ago
Rich Harris af73e848b6 fix test 10 years ago