denoland / deno_ast

Source text parsing, lexing, and AST related functionality for Deno
https://crates.io/crates/deno_ast
MIT License
155 stars 46 forks source link

MediaType from deno://lib.deno.d.ts is JavaScript instead of Dts #109

Closed dsherret closed 2 years ago

dsherret commented 2 years ago

Right now the code to convert a specifier to a media type won't handle deno://lib.deno.d.ts because calling .path() on the specifier won't return lib.deno.d.ts.