Skip to content

Commit

Permalink
fix(parser): fixed edge cases and test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
KFlash committed Jul 24, 2019
1 parent 8190684 commit e1da2d2
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 103 deletions.
2 changes: 1 addition & 1 deletion src/common.ts
Expand Up @@ -621,7 +621,7 @@ export function addVarName(
export function addBlockName(
parser: ParserState,
context: Context,
scope: ScopeState,
scope: any,
name: string,
type: BindingKind,
origin: BindingOrigin
Expand Down

2 comments on commit e1da2d2

@KFlash
Copy link
Contributor Author

@KFlash KFlash commented on e1da2d2 Jul 25, 2019

Choose a reason for hiding this comment

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

@aladdin-add Could you add Meriyah to AST explorer?

@aladdin-add
Copy link
Collaborator

Choose a reason for hiding this comment

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

np!

Please sign in to comment.