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:
@@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
"id": "ol",
|
"id": "ol",
|
||||||
|
|
||||||
"inputs": "src/ol.js",
|
"inputs": [
|
||||||
|
"src/ol.js",
|
||||||
|
"src/ol.export.js"
|
||||||
|
],
|
||||||
"paths": [
|
"paths": [
|
||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
@@ -20,9 +23,9 @@
|
|||||||
"pretty-print": true,
|
"pretty-print": true,
|
||||||
"debug": true,
|
"debug": true,
|
||||||
|
|
||||||
"experimental-compiler-options": {
|
// "experimental-compiler-options": {
|
||||||
"generateExports": true
|
// "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