Skip to content

Commit

Permalink
Update utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Nov 22, 2023
1 parent 0621642 commit 5a16ab6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/tools/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ export function determineDebugIdFromBundleSource(code: string): string | undefin
}

/**
* CountingSet was added in Metro 0.71.0 before that NodeJS Set was used.
* CountingSet was added in Metro 0.72.0 before that NodeJS Set was used.
*
* https://github.com/facebook/metro/blob/fc29a1177f883144674cf85a813b58567f69d545/packages/metro/src/lib/CountingSet.js
*/
function resolveSetCreator(): () => CountingSet<string> {
try {
Expand Down

0 comments on commit 5a16ab6

Please sign in to comment.