google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.18k stars 578 forks source link

Split src/traceur.js into compiler, loader, and util imports. #2036

Closed johnjbarton closed 8 years ago

johnjbarton commented 8 years ago

This is a first step to separate out the Loader from the Compiler as well as removing test-only code from the compiler.

arv commented 8 years ago

Looks like you forgot to git add files?

johnjbarton commented 8 years ago

sorry, PTAL

arv commented 8 years ago

LGTM

I assume the code hasn't changed, just moved?

Can you set the right copyright year in the new files?

johnjbarton commented 8 years ago

Just moved. Updated the dates.