mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 21:54:48 +00:00
chore: update deno_* crates (#12020)
This commit is contained in:
parent
2cc1577d28
commit
a442821d97
5 changed files with 41 additions and 45 deletions
|
@ -1,4 +1,3 @@
|
|||
use deno_ast::swc::common::BytePos;
|
||||
use deno_ast::Diagnostic;
|
||||
use deno_ast::MediaType;
|
||||
use deno_ast::ParsedSource;
|
||||
|
@ -36,7 +35,7 @@ impl DocumentSource {
|
|||
inner: Arc::new(DocumentSourceInner {
|
||||
specifier: specifier.clone(),
|
||||
media_type,
|
||||
text_info: SourceTextInfo::new(BytePos(0), text),
|
||||
text_info: SourceTextInfo::new(text),
|
||||
parsed_module: OnceCell::new(),
|
||||
line_index,
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue