Allow ?mode=ADVANCED on the test/index.html and make the output easier to debug.
This commit is contained in:
@@ -8,11 +8,17 @@
|
|||||||
|
|
||||||
"define": {
|
"define": {
|
||||||
// "goog.dom.ASSUME_STANDARDS_MODE": true,
|
// "goog.dom.ASSUME_STANDARDS_MODE": true,
|
||||||
"goog.DEBUG": true
|
"goog.DEBUG": false
|
||||||
},
|
},
|
||||||
|
|
||||||
"mode": "ADVANCED",
|
"mode": "ADVANCED",
|
||||||
"level": "VERBOSE",
|
"level": "VERBOSE",
|
||||||
|
"pretty-print": true,
|
||||||
|
"debug": true,
|
||||||
|
|
||||||
|
"experimental-compiler-options": {
|
||||||
|
"generateExports": true
|
||||||
|
},
|
||||||
|
|
||||||
"checks": {
|
"checks": {
|
||||||
// acceptable values are "ERROR", "WARNING", and "OFF"
|
// acceptable values are "ERROR", "WARNING", and "OFF"
|
||||||
|
|||||||
Reference in New Issue
Block a user