ericmckean / traceur-compiler

Automatically exported from code.google.com/p/traceur-compiler
Apache License 2.0
0 stars 0 forks source link

Make --dep of build.js its own script #204

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should not expose --dep to end user code.

We can always refactor the internals of build/build.js so that we don't have to 
duplicate the code.

Original issue reported on code.google.com by arv@chromium.org on 20 Feb 2013 at 6:28

GoogleCodeExporter commented 9 years ago
Looks like it's essentially factored out already into

  build/inline-module.js

The only thing needed would be to write a thin wrapper script that
doesn't need to be nearly as fancy as build/build.js .

This might be a good time to move the build knowledge out of
build/build into the Makefile, since it'll have to be shared between
build/build.js and build/makedep.js (proposed name).

Original comment by usrbi...@yahoo.com on 20 Feb 2013 at 6:52

GoogleCodeExporter commented 9 years ago
This was fixed, wasn't it?

Original comment by arv@chromium.org on 14 Mar 2013 at 5:34

GoogleCodeExporter commented 9 years ago
Just to confirm, I'm pretty sure this can be closed.

Original comment by usrbi...@yahoo.com on 21 Mar 2013 at 3:51

GoogleCodeExporter commented 9 years ago

Original comment by arv@chromium.org on 21 Mar 2013 at 4:12