Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 16, 2021
1 parent b6f01cf commit 6a14732
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/babel-parser/src/tokenizer/context.js
Expand Up @@ -3,8 +3,6 @@
// The token context is used to track whether the apostrophe "`"
// starts or ends a string template

import { tt, tokenTypes } from "./types";

export class TokContext {
constructor(token: string, preserveSpace?: boolean) {
this.token = token;
Expand Down

0 comments on commit 6a14732

Please sign in to comment.