Found unnecessary escape characters JS-0097
Anti-pattern
Minor
5 months ago3 years old
Unnecessary escape character: \-
 8302    }
 8303    return s
 8304  }),
 8305  (e.tokenizer.separator = /[\s\-]+/), 8306  (e.Pipeline = function () {
 8307    this._stack = []
 8308  }),
Unnecessary escape character: \/
 7916    interval: 50,
 7917    atRoot: function () {
 7918      return (
 7919        this.location.pathname.replace(/[^\/]$/, '$&/') === this.root && 7920            !this.getSearch()
 7921      )
 7922    },
Unnecessary escape character: \/
 7908    typeof window !== 'undefined' &&
 7909          ((this.location = window.location), (this.history = window.history))
 7910  })
 7911  const J = /^[#\/]|\s+$/g 7912  const L = /^\/+|\/+$/g
 7913  const W = /#.*$/;
 7914  (B.started = !1),
Unnecessary escape character: \-
 7845  const U = /\((.*?)\)/g
 7846  const z = /(\(\?)?:\w+/g
 7847  const q = /\*\w+/g
 7848  const F = /[\-{}\[\]+?.,\\\^$|#\s]/g 7849  i.extend(O.prototype, a, {
 7850    preinitialize: function () {},
 7851    initialize: function () {},
Unnecessary escape character: \^
 7845  const U = /\((.*?)\)/g
 7846  const z = /(\(\?)?:\w+/g
 7847  const q = /\*\w+/g
 7848  const F = /[\-{}\[\]+?.,\\\^$|#\s]/g 7849  i.extend(O.prototype, a, {
 7850    preinitialize: function () {},
 7851    initialize: function () {},