Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Aug 23, 2023
1 parent 68c787e commit b0e2d40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
8 changes: 2 additions & 6 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@
"std/": "https://deno.land/std@0.199.0/"
},
"fmt": {
"files": {
"exclude": ["target", "lib"]
}
"exclude": ["target", "lib"]
},
"lint": {
"files": {
"exclude": ["target", "lib"]
}
"exclude": ["target", "lib"]
},
"tasks": {
"build": "deno run -A https://deno.land/x/wasmbuild@0.15.0/main.ts",
Expand Down
7 changes: 1 addition & 6 deletions src/walker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,7 @@ pub trait Walker {
fn try_stmt(&mut self, _n: &TryStmt, _ctx: &mut Context) {}
fn ts_array_type(&mut self, _n: &TsArrayType, _ctx: &mut Context) {}
fn ts_as_expr(&mut self, _n: &TsAsExpr, _ctx: &mut Context) {}
fn ts_satisfies_expr(
&mut self,
_n: &TsSatisfiesExpr,
_ctx: &mut Context,
) {
}
fn ts_satisfies_expr(&mut self, _n: &TsSatisfiesExpr, _ctx: &mut Context) {}
fn ts_call_signature_decl(
&mut self,
_n: &TsCallSignatureDecl,
Expand Down

0 comments on commit b0e2d40

Please sign in to comment.