Skip to content

Commit

Permalink
Update transpile.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Dec 23, 2021
1 parent 85beff3 commit c277f89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/transpile/transpile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ export class TranspilationContext {
}

case Lexicon.TupleOpener: {
const results =
const results = this.nextTuple();
break;
}

}
mod = this.cartridge.getMod(this.nextToken()?.value);
}
Expand Down Expand Up @@ -181,7 +181,7 @@ export class TranspilationContext {
/**
* @todo implement
*/
public nextTuple(): PropertyDefinition["tuple"]{
public nextTuple(): PropertyDefinition["tuple"] {
return [];
}
}
Expand Down

1 comment on commit c277f89

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on c277f89 Dec 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

failed to fetch 'https://raw.githubusercontent.com/EthanThatOneKid/fart/c277f89d99fc31ee6504fedd8a8b56a7aa6a9e5b/fart_server/handle_request.ts': HTTP status client error (404 Not Found) for url (https://raw.githubusercontent.com/EthanThatOneKid/fart/c277f89d99fc31ee6504fedd8a8b56a7aa6a9e5b/fart_server/handle_request.ts)

Please sign in to comment.