Skip to content
#

closure-compiler

Here are 62 public repositories matching this topic...

customcommander
customcommander commented Feb 7, 2021

With Closure Compiler v20210106 and the following flags:

--language_in=ECMASCRIPT_NEXT
--compilation_level ADVANCED
--js tmp/wrap.js 

This works fine:

/**
 * @param {string} str
 * @param {string} [prefix=aa]
 * @param {string} [suffix=bb]
 */
function wrap1(str, prefix="aa", suffix="bb") {
  return prefix + str + suffix;
}

window.wrap1 = wrap
help wanted good first issue P4
shader-web-background

Displays GLSL fragment shaders as a website background. Supports offscreen buffers and floating point textures on almost any browser and hardware. Compatible with Shadertoy.

  • Updated Dec 18, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the closure-compiler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the closure-compiler topic, visit your repo's landing page and select "manage topics."

Learn more