Suppress extraRequire compiler check in generated exports
This commit is contained in:
@@ -175,7 +175,7 @@ function generateExports(symbols, namespace) {
|
|||||||
blocks.unshift(
|
blocks.unshift(
|
||||||
'/**\n' +
|
'/**\n' +
|
||||||
' * @fileoverview Custom exports file.\n' +
|
' * @fileoverview Custom exports file.\n' +
|
||||||
' * @suppress {checkVars}\n' +
|
' * @suppress {checkVars,extraRequire}\n' +
|
||||||
' */\n');
|
' */\n');
|
||||||
return blocks.join('\n');
|
return blocks.join('\n');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user