Mehrdad Reshadi

Results 2 comments of Mehrdad Reshadi

Take a look at this link which showcases the two styles. https://closure-compiler.appspot.com/home#code%3D%252F%252F%2520%253D%253DClosureCompiler%253D%253D%250A%252F%252F%2520%2540compilation_level%2520ADVANCED_OPTIMIZATIONS%250A%252F%252F%2520%2540output_file_name%2520default.js%250A%252F%252F%2520%253D%253D%252FClosureCompiler%253D%253D%250A%250A%252F%252F%2520ADD%2520YOUR%2520CODE%2520HERE%250Afunction%2520hello(name)%2520%257B%250A%2520%2520alert('Hello%252C%2520'%2520%252B%2520JSON.strigify(name))%253B%250A%257D%250Ahello(%257Bone%253A%25201%252C%2520two%253A%25202%257D)%253B%250Ahello(%257B'one'%253A%25201%252C%2520'two'%253A%25202%257D)%253B%250A%250A (make sure you choose advanced optimization) In general, you can look for "exporting symbols" in the docs (e.g....

Hi James, Any updates on this? Did you get a chance to read the docs? The chance is fairly simple, but solves our problem. thanks.