Home
last modified time | relevance | path

Searched refs:stripBOM (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/iconv-lite/lib/
H A Dbom-handling.js41 if (typeof this.options.stripBOM === 'function')
42 this.options.stripBOM();
H A Dindex.js128 if (codec.bomAware && !(options && options.stripBOM === false))
/third_party/node/lib/internal/modules/
H A Dhelpers.js220 function stripBOM(content) { function
331 stripBOM,
/third_party/node/lib/internal/modules/esm/
H A Dtranslators.js37 stripBOM,
343 const exports = JSONParse(stripBOM(source));
/third_party/node/deps/npm/node_modules/read-package-json/lib/
H A Dread-json.js54 function stripBOM (content) {
108 data = safeJSON(stripBOM(d))
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js112 stripBOM,
1440 setOwnProperty(module, 'exports', JSONParse(stripBOM(content)));

Completed in 4 milliseconds