Home
last modified time | relevance | path

Searched refs:originalContent (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
Dupdate-workspaces.js1 const updateWorkspaces = ({ content, originalContent = {} }) => { property
5 return originalContent
19 ...originalContent,
Dupdate-scripts.js1 const updateScripts = ({ content, originalContent = {} }) => { property
5 return originalContent
22 ...originalContent,
Dupdate-dependencies.js23 const updateDependencies = ({ content, originalContent }) => { field
37 const result = { ...originalContent }
57 originalContent || {}
Dindex.js219 this.#manifest = step({ content, originalContent: this.content }) property
/third_party/typescript/src/harness/
DfourslashImpl.ts3095 const originalContent = scriptInfo.content; constant
3106 … const deletedText = originalContent.substr(span.start, change.textChanges[0].span.length);
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs23724 function normalizeLineEndings(originalContent, newContent) {
23725 return newContent.replace(/\r?\n/g, getEndOfLine(originalContent));