mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
parent
68fd7a927b
commit
751bb45a0a
9 changed files with 25 additions and 5 deletions
|
@ -278,8 +278,9 @@ delete Object.prototype.__proto__;
|
|||
|
||||
/* TypeScript CompilerHost APIs */
|
||||
|
||||
fileExists(_fileName) {
|
||||
return notImplemented();
|
||||
fileExists(fileName) {
|
||||
log(`compiler::host.fileExists("${fileName}")`);
|
||||
return false;
|
||||
}
|
||||
|
||||
getCanonicalFileName(fileName) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue