Skip to content

Commit c9b9312

Browse files
concavelenzlauraharker
authored andcommitted
Add explicit require util/defines as ASSUME_ES6 is referenced.
PiperOrigin-RevId: 706918380
1 parent eb7ec26 commit c9b9312

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/com/google/javascript/jscomp/js/es6/util/iteratorfromarray.js

+2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616

1717
/**
1818
* @fileoverview Utilities for iterator-returning methods.
19+
* @suppress {uselessCode} for the require lines below.
1920
*/
2021
'require es6/symbol';
22+
'require util/defines';
2123

2224

2325
/**

0 commit comments

Comments
 (0)