Skip to content

Commit

Permalink
chore: upgrade acorn v8.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Dec 28, 2023
1 parent b07ae92 commit adecba5
Show file tree
Hide file tree
Showing 434 changed files with 1,497 additions and 3,267 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"funding": "https://opencollective.com/eslint",
"license": "BSD-2-Clause",
"dependencies": {
"acorn": "^8.9.0",
"acorn": "^8.11.2",
"acorn-jsx": "^5.3.2",
"eslint-visitor-keys": "^3.4.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ export default {
]
}
]
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ export default {
]
}
]
};
};
4 changes: 2 additions & 2 deletions tests/fixtures/ecma-version/11/bigint/binary.result.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
0,
7
],
"value": 0b0101n,
"value": 5n,
"raw": "0b0101n",
"bigint": "0b0101"
}
Expand All @@ -74,4 +74,4 @@ export default {
]
}
]
};
};
2 changes: 1 addition & 1 deletion tests/fixtures/ecma-version/11/bigint/decimal.result.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ export default {
]
}
]
};
};
4 changes: 2 additions & 2 deletions tests/fixtures/ecma-version/11/bigint/hex.result.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
0,
5
],
"value": 0x80n,
"value": 128n,
"raw": "0x80n",
"bigint": "0x80"
}
Expand All @@ -74,4 +74,4 @@ export default {
]
}
]
};
};
4 changes: 2 additions & 2 deletions tests/fixtures/ecma-version/11/bigint/octal.result.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
0,
6
],
"value": 0o755n,
"value": 493n,
"raw": "0o755n",
"bigint": "0o755"
}
Expand All @@ -74,4 +74,4 @@ export default {
]
}
]
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export default {
]
},
{
"type": "Keyword",
"type": "Identifier",
"value": "import",
"loc": {
"start": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
"sourceType": "script",
"tokens": [
{
"type": "Keyword",
"type": "Identifier",
"value": "import",
"loc": {
"start": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default {
]
},
{
"type": "Keyword",
"type": "Identifier",
"value": "import",
"loc": {
"start": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default {
"sourceType": "script",
"tokens": [
{
"type": "Keyword",
"type": "Identifier",
"value": "import",
"loc": {
"start": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default {
"sourceType": "script",
"tokens": [
{
"type": "Keyword",
"type": "Identifier",
"value": "import",
"loc": {
"start": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default {
]
},
{
"type": "Keyword",
"type": "Identifier",
"value": "import",
"loc": {
"start": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ export default {
]
}
]
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
0,
11
],
"value": 0b01011010,
"value": 90,
"raw": "0b0101_1010"
}
}
Expand All @@ -73,4 +73,4 @@ export default {
]
}
]
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
0,
10
],
"value": 1e0123345,
"value": Infinity,
"raw": "1e0123_345"
}
}
Expand All @@ -73,4 +73,4 @@ export default {
]
}
]
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
0,
11
],
"value": 0xdeadbeaf,
"value": 3735928495,
"raw": "0xdead_beaf"
}
}
Expand All @@ -73,4 +73,4 @@ export default {
]
}
]
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
0,
9
],
"value": 0o755666,
"value": 252854,
"raw": "0o755_666"
}
}
Expand All @@ -73,4 +73,4 @@ export default {
]
}
]
};
};
Loading

0 comments on commit adecba5

Please sign in to comment.