We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0313fe commit 6e207bfCopy full SHA for 6e207bf
lib/source-map-consumer.js
@@ -801,22 +801,6 @@ class IndexedSourceMapConsumer extends SourceMapConsumer {
801
return sources;
802
}
803
804
- /*
805
- *
806
- */
807
- get x_google_ignoreList() {
808
- const x_google_ignoreList = [];
809
- for (let i = 0; i < this._sections.length; i++) {
810
- const ignoreList = this._sections[i].consumer.x_google_ignoreList;
811
- if (ignoreList) {
812
- for (let j = 0; j < ignoreList.length; j++) {
813
- x_google_ignoreList.push(ignoreList[j]);
814
- }
815
816
817
- return x_google_ignoreList;
818
819
-
820
/**
821
* Returns the original source, line, and column information for the generated
822
* source's line and column positions provided. The only argument is an object
0 commit comments