a million fixes
This commit is contained in:
parent
b1696499e5
commit
c294d7fd6a
12 changed files with 140 additions and 168 deletions
|
|
@ -165,7 +165,7 @@ export class Parser {
|
|||
let expr = this.parseInfix();
|
||||
|
||||
// Rebind
|
||||
if (this.current().kind == 'colon-equals') {
|
||||
if (this.current().kind === 'colon-equals') {
|
||||
const token = this.current();
|
||||
this.advance();
|
||||
const value = this.parseExpressionNoMatch();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue