Git Product home page Git Product logo

googcc's People

Contributors

littlelazer avatar

Stargazers

 avatar  avatar

Watchers

 avatar

googcc's Issues

Migrating build from py script

So I'm having a hard time understanding how to generate equivalent output when migrating my code off the py script

../closure-library/closure/bin/build/closurebuilder.py --root=../closure-library/ --root=./ --namespace="foo.bar" --output_mode=compiled --compiler_jar=/usr/local/bin/closure-compiler/compiler.jar --compiler_flags="--compilation_level=ADVANCED_OPTIMIZATIONS"

Creates my goog.provided() namespace and goog.exportProperty() and goog.exportSymbol() are replaced with the appropriate exportation code.

Everything is great.

But I am unclear how to make this work using a combination of command line options directly to the compiler and there doesn't seem to be any documentation on this migration?

I keep running into the problem that goog.exportProperty() and goog.exportSymbol are being minified themselves to goog.x() & goog.y() rather than being evaluated.

i.e.:
var f={}... //goog.provide('foo') was processed
...
...
....
goog.k("foo",f);goog.j(f,"bar",f.g); //!?

Been trying something like this:

googcc --js lib/foo.js --compilation_level ADVANCED_OPTIMIZATIONS --closure_entry_point foo.bar --manage_closure_dependencies --process_closure_primitives

Error messaging

Does not give any kind of error when the compilation fails

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.