Home
last modified time | relevance | path

Searched defs:stripBOM (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dread-json.js5 function stripBOM (content) { function
/third_party/node/deps/npm/lib/utils/
Dparse-json.js16 function stripBOM (content) { function
/third_party/node/lib/internal/modules/cjs/
Dhelpers.js134 function stripBOM(content) { function
201 stripBOM, property
/third_party/node/deps/npm/node_modules/libcipm/
Dindex.js416 function stripBOM (str) { function
/third_party/node/deps/npm/node_modules/read-package-json/
Dread-json.js56 function stripBOM (content) { function
/third_party/node/tools/
Dlint-md.mjs12724 const stripBOM = txt => String(txt).replace(/^\uFEFF/, ''); function