Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate proper externs for Closure compiler #137

Open
lptr opened this issue Sep 15, 2014 · 0 comments
Open

Generate proper externs for Closure compiler #137

lptr opened this issue Sep 15, 2014 · 0 comments

Comments

@lptr
Copy link
Contributor

lptr commented Sep 15, 2014

Right now we simply collect all symbols used in a Spaghetti API, and tell Closure not to obfuscate those. This is not very efficient (protecting things like "name" or "reference" protects all local variables etc.), and Closure's extern functionality has much more powerful features as well. For example, one can specify the type of a field ('number' or 'string'), which allows closure to optimize better. This should be pretty easy to generate from the Spaghetti definition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant