50 lines
1000 B
JSON
50 lines
1000 B
JSON
{
|
|
"id": "api",
|
|
|
|
"output-file": "api.js",
|
|
|
|
"output-wrapper": [
|
|
"// Copyright 2012 ...\n",
|
|
"(function(){%output%})();"
|
|
],
|
|
|
|
"inputs": "src/ol.export.js",
|
|
"paths": [
|
|
"src"
|
|
],
|
|
|
|
"define": {
|
|
// "goog.dom.ASSUME_STANDARDS_MODE": true,
|
|
// "goog.userAgent.ASSUME_MOBILE_WEBKIT": true,
|
|
"goog.DEBUG": false,
|
|
"ol.API" : true
|
|
},
|
|
|
|
"mode": "ADVANCED",
|
|
"level": "VERBOSE",
|
|
// "pretty-print": true,
|
|
// "debug": true,
|
|
|
|
// "experimental-compiler-options": {
|
|
// "generateExports": true
|
|
// },
|
|
|
|
|
|
"checks": {
|
|
// acceptable values are "ERROR", "WARNING", and "OFF"
|
|
"accessControls": "WARNING",
|
|
"visibility": "WARNING",
|
|
"checkTypes": "WARNING",
|
|
"checkRegExp": "WARNING",
|
|
"checkVars": "WARNING",
|
|
"deprecated": "WARNING",
|
|
"fileoverviewTags": "WARNING",
|
|
"invalidCasts": "WARNING",
|
|
"missingProperties": "WARNING",
|
|
"nonStandardJsDocs": "WARNING",
|
|
"undefinedVars": "WARNING"
|
|
},
|
|
|
|
"jsdoc-html-output-path": "jsdoc"
|
|
}
|