94 Commits (cdeace10ca87a977d5a3117d1cd3b21db03d24a1)
 

Author SHA1 Message Date
Rich Harris cdeace10ca BREAKING: API methods take a single argument, and external modules must be declared as such 10 years ago
Rich Harris 2379fae607 add bin dir to npm package 10 years ago
Rich-Harris 9ff9d7a186 fix sourcemap options 10 years ago
Rich-Harris d30c00b8fc -> 0.5.0 10 years ago
Rich-Harris 04ab791dd6 sourcemaps 10 years ago
Rich-Harris 8f12b7da36 CLI 10 years ago
Rich-Harris b9d2f7198a correct behaviour with export {...} from ... 10 years ago
Rich Harris 78096daf04 -> 0.4.1 10 years ago
Rich Harris 6b83a24176 fix tricky edge case with deconflicted default imports 10 years ago
Rich Harris f0f2db8432 another deconflicting test 10 years ago
Rich Harris aaa2234741 more deconflicting 10 years ago
Rich Harris ad3cfd2f44 -> 0.4.0 10 years ago
Rich Harris 4713000704 SELF HOSTING!!!! 10 years ago
Rich Harris 966bdf2aef remove comments 10 years ago
Rich Harris 7c334269ba preserve original statement order where possible 10 years ago
Rich Harris 6a905dbd99 test for computed property rewrites 10 years ago
Rich Harris da193c40cd rewrite computed property identifiers 10 years ago
Rich Harris 259e00cf40 external module deshadowing 10 years ago
Rich Harris f0587c974d remove a TODO 10 years ago
Rich Harris 055d70af0e move expand logic into Statement 10 years ago
Rich Harris 0477169c99 move replaceIdentifiers into Statement class 10 years ago
Rich Harris 708272b935 push analyse logic into Statement class 10 years ago
Rich Harris 1b36c09e50 remove _private props from Statement 10 years ago
Rich Harris e9b69cb21e remove node properties from statement 10 years ago
Rich Harris 81bd618665 start moving statement logic into dedicated Statement class 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 7b4f5b526f -> 0.3.1 10 years ago
Rich Harris 39f56ba6d8 linting 10 years ago
Rich Harris 0a021c799b rename external namespace imports correctly 10 years ago
Rich Harris 4317485330 saner deconflicting 10 years ago
Rich-Harris f34a896d95 -> 0.3.0 10 years ago
Rich-Harris 132f0a0a3f update magic-string 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 ed4e27d0a7 basic finalisers for all module types 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 15dbac3197 dont add ClassExpression to scope 10 years ago
Rich Harris 161d717112 support test skipping 10 years ago
Rich Harris 6fa907e9d7 more fixes 10 years ago
Rich Harris c408b7dd0b modify export statements at generate time 10 years ago
Rich Harris 876f10825d empty imports are assumed to have side-effects 10 years ago
Rich Harris 778a71165d ensure entry module exports are defined 10 years ago
Rich Harris 415cb548c2 refactoring 10 years ago
Rich Harris 209701522e update node-console-group 10 years ago
Rich Harris 0f862e6c4d disallow reassignments and updates of imported bindings/namespaces 10 years ago
Rich Harris d0c739a9bf update jshintrc 10 years ago
Rich Harris fe807abe2e update tests 10 years ago