Skip to content

mweissbacher/closure-compiler

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 3 commits ahead, 12788 commits behind google:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Overview

This fork adds instrumentation via command line to Google Closure Compiler for JavaScript. While Closure supports instrumentation internally, this is not possible to use without changes to the compiler. I found it to be a pity Closure does not offer an easier interface for instrumentation. This would have helped me in playing around with programs faster, others may find it useful.

The new option is '--instrumentation_template', details on how to instrument are available here. Sample code is available in the instrumentation-sample directory.

About

A JavaScript checker and optimizer.

https://developers.google.com/closure/compiler/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 73.5%
  • JavaScript 26.5%