denoland / deno_ast

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

fix(media_type): handle .d.*.ts being a declaration file #139

Closed dsherret closed 1 year ago

dsherret commented 1 year ago

TypeScript now considers all .d.*.ts files as declaration files so we need to do the same.