Local variable name shadows variable in outer scope JS-0123
Bug risk
Minor
4 months ago3 years old
'typedoc' is already declared in the upper scope on line 9729 column 5
10525  })(Backbone.View)
10526  typedoc.registerComponent(Toggle, 'a[data-toggle]')
10527})(typedoc || (typedoc = {})),
10528(function (typedoc) {10529  typedoc.app = new typedoc.Application()
10530})(typedoc || (typedoc = {}))
'Toggle' is already declared in the upper scope on line 10458 column 9
10456})(typedoc || (typedoc = {})),
10457(function (typedoc) {
10458  const Toggle = (function (_super) {
10459    function Toggle (options) {10460      const _this = _super.call(this, options) || this
10461      return (
10462        (_this.className = _this.$el.attr('data-toggle') || ''),
'typedoc' is already declared in the upper scope on line 9729 column 5
10454  })(Backbone.View)
10455  typedoc.registerComponent(Signature, '.tsd-signatures')
10456})(typedoc || (typedoc = {})),
10457(function (typedoc) {10458  const Toggle = (function (_super) {
10459    function Toggle (options) {
10460      const _this = _super.call(this, options) || this
'Signature' is already declared in the upper scope on line 10388 column 9
10386    )
10387  })()
10388  const Signature = (function (_super) {
10389    function Signature (options) {10390      const _this = _super.call(this, options) || this
10391      return (
10392        (_this.groups = []),
'SignatureGroup' is already declared in the upper scope on line 10366 column 9
10364})(typedoc || (typedoc = {})),
10365(function (typedoc) {
10366  const SignatureGroup = (function () {
10367    function SignatureGroup ($signature, $description) {10368      (this.$signature = $signature), (this.$description = $description)
10369    }
10370    return (