Skip to content

Commit a64dfb0

Browse files
authored
Ensure boot.js can only be parsed as a module
Closure compiler likes this
1 parent 6dc0184 commit a64dfb0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/utils/boot.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
99
*/
1010

1111
window.JSCompiler_renameProperty = function(prop) { return prop; };
12+
13+
export {};

0 commit comments

Comments
 (0)