jleyba / js-dossier

A JavaScript documentation generation tool.
Apache License 2.0
149 stars 15 forks source link

"arguments.callee" cannot be used in strict mode #119

Open DaMaYiHe opened 3 years ago

DaMaYiHe commented 3 years ago

Here is my current config.json:

{
  "sources": ["index.js"],
  "output": "dist",
  "closureLibraryDir":["node_modules/closure-library/closure/goog"]
}

I got an error message:

closure-library/closure/goog/base.js:1509: ERROR - [JSC_ARGUMENTS_CALLEE_FORBIDDEN] "arguments.callee" cannot be used in strict mode
  var caller = arguments.callee.caller;