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

refactor: remove `as_ts_script_kind` from `MediaType` #44

Closed dsherret closed 2 years ago

dsherret commented 2 years ago

Closes #41.

Since this depends on the version of TypeScript I think it's better to just have this in the CLI.