Skip to content

Commit

Permalink
Ensure unresolved.js is an es module (#5324)
Browse files Browse the repository at this point in the history
Closure compiler wants all imported files to use ES module syntax to be unambiguous.
  • Loading branch information
rictic authored and TimvdLippe committed Aug 15, 2018
1 parent 589ee49 commit 20d4e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils/unresolved.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ if (document.readyState === 'interactive' || document.readyState === 'complete')
} else {
window.addEventListener('DOMContentLoaded', resolve);
}

export {};

0 comments on commit 20d4e35

Please sign in to comment.