Searched refs:loadFileAsText (Results 1 – 2 of 2) sorted by relevance
32 const src = await this.loadFileAsText(path);40 public loadFileAsText = async (path: string): Promise<string> => { property in _FileIO61 const src = await this.loadFileAsText(path);74 this.loadFileAsText(path).then((src) => {
232 const fileContent = await FileIO.loadFileAsText(filePath);