Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Commit

Permalink
Add inPropertyName type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed Dec 26, 2016
1 parent 069d259 commit 1d5932c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tokenizer/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default class State {
inMethod: boolean;
inAsync: boolean;
inType: boolean;
inPropertyName: boolean;

// Labels in scope.
labels: Array<Object>;
Expand Down

0 comments on commit 1d5932c

Please sign in to comment.