mirror of
https://github.com/denoland/deno.git
synced 2025-07-24 05:35:33 +00:00
refactor: upgrade to deno_ast 0.15 (#14680)
This commit is contained in:
parent
e7c894e8f5
commit
1fcecb6789
34 changed files with 365 additions and 314 deletions
|
@ -36,7 +36,7 @@ pub fn contains_specifier(
|
|||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum ModuleEntry {
|
||||
Module {
|
||||
code: Arc<String>,
|
||||
code: Arc<str>,
|
||||
dependencies: BTreeMap<String, Dependency>,
|
||||
media_type: MediaType,
|
||||
/// Whether or not this is a JS/JSX module with a `@ts-check` directive.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue