Let's use the handmade src/os.export.js instead of the automated generation from the @export jsdoc for testing.
This commit is contained in:
11
main.json
11
main.json
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"id": "ol",
|
||||
|
||||
"inputs": "src/ol.js",
|
||||
"inputs": [
|
||||
"src/ol.js",
|
||||
"src/ol.export.js"
|
||||
],
|
||||
"paths": [
|
||||
"src"
|
||||
],
|
||||
@@ -20,9 +23,9 @@
|
||||
"pretty-print": true,
|
||||
"debug": true,
|
||||
|
||||
"experimental-compiler-options": {
|
||||
"generateExports": true
|
||||
},
|
||||
// "experimental-compiler-options": {
|
||||
// "generateExports": true
|
||||
// },
|
||||
|
||||
"checks": {
|
||||
// acceptable values are "ERROR", "WARNING", and "OFF"
|
||||
|
||||
Reference in New Issue
Block a user