Searched defs:fileContent (Results 1 – 10 of 10) sorted by relevance
370 … const fileContent = `import { module1 } from "./module1";import { module2 } from "../module2";`; constant386 … const fileContent = `import { module1 } from "module1";import { module2 } from "module2";`; constant443 … const fileContent = `import { module1 } from "module1";import { module2 } from "module2";`; constant585 … const fileContent = `import { module1 } from "module1";import { module2 } from "module2";`; constant
240 const fileContent = `/// <reference path="${refPathNotFound1}" /> constant
1273 fileContent: f.content constant
132 String fileContent = req.getParameter("fileContent"); in doGet() local
312 StringBuilder fileContent = new StringBuilder(); in toString() local
814 let fileContent = this.tryGetFileContent(fileName) || ""; variable832 const fileContent = this.getFileContent(startFile); constant1994 const fileContent = this.activeFile.content; constant3639 const fileContent = this.tryGetFileContent(fileName); constant
149 const args: protocol.OpenRequestArgs = { file, fileContent, scriptKindName }; constant
938 const fileContent = this.host.readFile(this.typesMapLocation!); // TODO: GH#18217 constant
1675 fileContent?: string; property
1228 fileContent?: string; property