Skip to content

Commit

Permalink
Ensure makeasynciterator has the correct dependencies.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=230638244
  • Loading branch information
johnplaisted authored and tjgq committed Jan 25, 2019
1 parent 4ac9af9 commit c8f5a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -18,6 +18,7 @@
* @fileoverview Polyfill for for-of loops.
*/
'require es6/symbol';
'require es6/util/makeiterator';

/**
* Creates an iterator for the given iterable.
Expand Down
2 changes: 1 addition & 1 deletion src/com/google/javascript/jscomp/resources.json

Large diffs are not rendered by default.

0 comments on commit c8f5a9d

Please sign in to comment.