{ "id": "ol-whitespace", // If ambiguate-properties and disambiguate-properties are set to true // we get function names like "ol_control_Control_prototype$setMap" in // the compiled code when using the SIMPLE compilation. It looks like // "ambiguate-properties" and "disambiguate-properties" are only // appropriate for ADVANCED compilation. To be sure we also don't // set them for WHITESPACE. "ambiguate-properties": false, "disambiguate-properties": false, "externs": [ "../externs/bingmaps.js", "../externs/closure-compiler.js", "../externs/geojson.js", "../externs/oli.js", "../externs/olx.js", "../externs/proj4js.js", "../externs/tilejson.js", "../externs/topojson.js", "../externs/vbarray.js" ], "inherits": "ol.json", "inputs": [ "../build/exports.js" ], "mode": "WHITESPACE", "output-wrapper": [ "var CLOSURE_NO_DEPS = true;\n", "%output%" ], "pretty-print": true }