Skip to content

Commit

Permalink
chore: upgrade to deno ast 0.15 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed May 24, 2022
1 parent 524ab6b commit dad64ff
Show file tree
Hide file tree
Showing 20 changed files with 374 additions and 265 deletions.
10 changes: 10 additions & 0 deletions .clippy.toml
@@ -0,0 +1,10 @@
# Prefer using `SourcePos` from deno_ast because it abstracts
# away swc's non-zero-indexed based positioning
disallowed-methods = [
"swc_common::Spanned::span",
]
disallowed-types = [
"swc_common::BytePos",
"swc_common::Span",
"swc_common::Spanned",
]

0 comments on commit dad64ff

Please sign in to comment.