()
| 30 | } |
| 31 | |
| 32 | consumer() { |
| 33 | if (!this.consumerCache) { |
| 34 | this.consumerCache = new SourceMapConsumer(this.json || this.text) |
| 35 | } |
| 36 | return this.consumerCache |
| 37 | } |
| 38 | |
| 39 | decodeInline(text) { |
| 40 | let baseCharsetUri = /^data:application\/json;charset=utf-?8;base64,/ |
no outgoing calls