Skip to content

Commit

Permalink
update test fixtures (#13440)
Browse files Browse the repository at this point in the history
* update test fixtures

* chore: typo
  • Loading branch information
JLHwung committed Jun 9, 2021
1 parent b9c1884 commit d3f4c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/babel-parser/src/tokenizer/context.js
Expand Up @@ -2,7 +2,7 @@

// The token context is used to track whether `}` matches
// a template quasi `${` or other tokens containing `{`:
// namely tt.braceL and tt.dollarBraceL
// namely tt.braceL `{` and tt.braceHashL `#{`

import { types as tt } from "./types";

Expand Down
Expand Up @@ -37,7 +37,7 @@
{
"type": {
"label": "}",
"beforeExpr": false,
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
Expand Down

0 comments on commit d3f4c22

Please sign in to comment.