(s)
| 499 | j = i(86804) |
| 500 | class Namespace { |
| 501 | constructor(s) { |
| 502 | ;((this.elementMap = {}), |
| 503 | (this.elementDetection = []), |
| 504 | (this.Element = j.Element), |
| 505 | (this.KeyValuePair = j.KeyValuePair), |
| 506 | (s && s.noDefault) || this.useDefault(), |
| 507 | (this._attributeElementKeys = []), |
| 508 | (this._attributeElementArrayKeys = [])) |
| 509 | } |
| 510 | use(s) { |
| 511 | return ( |
| 512 | s.namespace && s.namespace({ base: this }), |
nothing calls this directly
no test coverage detected