Searched defs:fileContent (Results 1 – 11 of 11) sorted by relevance
371 … const fileContent = `import { module1 } from "./module1";import { module2 } from "../module2";`; constant387 … const fileContent = `import { module1 } from "module1";import { module2 } from "module2";`; constant444 … const fileContent = `import { module1 } from "module1";import { module2 } from "module2";`; constant586 … const fileContent = `import { module1 } from "module1";import { module2 } from "module2";`; constant
241 const fileContent = `/// <reference path="${refPathNotFound1}" /> constant
1274 fileContent: f.content constant
132 String fileContent = req.getParameter("fileContent"); in doGet() local
312 StringBuilder fileContent = new StringBuilder(); in toString() local
821 let fileContent = this.tryGetFileContent(fileName) || ""; variable839 const fileContent = this.getFileContent(startFile); constant2001 const fileContent = this.activeFile.content; constant3646 const fileContent = this.tryGetFileContent(fileName); constant
164 const args: protocol.OpenRequestArgs = { file, fileContent, scriptKindName }; constant
984 const fileContent = this.host.readFile(this.typesMapLocation!); // TODO: GH#18217 constant
1693 fileContent?: string; property
1316 fileContent?: string; property