Skip to content

Commit

Permalink
Update checkInRHS helper min version (#15231)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 28, 2022
1 parent fc3a841 commit 1280058
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -192,7 +192,7 @@ new-version-checklist:
# @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
# @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
# @echo "!!!!!! !!!!!!"
# @echo "!!!!!! Update the minVersion of packages/babel-helpers/src/helpers/checkInRHS.js"
# @echo "!!!!!! Add any message here, and UNCOMMENT THESE LINES! !!!!!!"
# @echo "!!!!!! !!!!!!"
# @echo "!!!!!! !!!!!!"
# @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helpers/src/helpers-generated.ts
Expand Up @@ -42,7 +42,7 @@ export default Object.freeze({
'import OverloadYield from"OverloadYield";export default function _awaitAsyncGenerator(value){return new OverloadYield(value,0)}',
),
checkInRHS: helper(
"7.20.1",
"7.20.5",
'export default function _checkInRHS(value){if(Object(value)!==value)throw TypeError("right-hand side of \'in\' should be an object, got "+(null!==value?typeof value:"null"));return value}',
),
iterableToArrayLimit: helper(
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helpers/src/helpers/checkInRHS.js
@@ -1,4 +1,4 @@
/* @minVersion 7.20.1 */
/* @minVersion 7.20.5 */

export default function _checkInRHS(value) {
if (Object(value) !== value) {
Expand Down

0 comments on commit 1280058

Please sign in to comment.