Skip to content

Commit

Permalink
Add explicit require util/defines as ASSUME_ES6 is referenced.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 706918380
  • Loading branch information
concavelenz authored and lauraharker committed Dec 20, 2024
1 parent eb7ec26 commit c9b9312
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@

/**
* @fileoverview Utilities for iterator-returning methods.
* @suppress {uselessCode} for the require lines below.
*/
'require es6/symbol';
'require util/defines';


/**
Expand Down

0 comments on commit c9b9312

Please sign in to comment.