Skip to main content
Rewrote title to better reflect the actual question
Link
Chad Killingsworth
  • 14.4k
  • 2
  • 36
  • 58

Potential differences between compiled and uncompiled Debugging Closure-compiler Compiled Javascript

Add dojo tag
Link
Chad Killingsworth
  • 14.4k
  • 2
  • 36
  • 58
Source Link
Hamish
  • 23.2k
  • 8
  • 54
  • 67

Potential differences between compiled and uncompiled Javascript

I have a complex dojo app that works correctly uncompiled, but after compiling with Google's Closure Compiler, I get subtle differences in some behaviours.

As it is, it's exceedingly difficult to debug, and I've been unable to find any information about possible functional differences between compiled and uncompiled Javascript with Google Closure.

Can anyone point me in the direction of known differences, or share any similar experiences and some ideas of where to start looking?