mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
Fix behavior for extensionless files with .mime file (#1779)
This commit is contained in:
parent
2241049c34
commit
fe0ceae543
10 changed files with 14 additions and 2 deletions
|
@ -266,11 +266,12 @@ export default function makeConfig(commandOptions) {
|
|||
"createLanguageService",
|
||||
"formatDiagnostics",
|
||||
"formatDiagnosticsWithColorAndContext",
|
||||
"version",
|
||||
"Extension",
|
||||
"ModuleKind",
|
||||
"ScriptKind",
|
||||
"ScriptSnapshot",
|
||||
"ScriptTarget",
|
||||
"version"
|
||||
"ScriptTarget"
|
||||
]
|
||||
}
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue