Skip to content

Commit

Permalink
Merge pull request #5326 from Polymer/boot-module
Browse files Browse the repository at this point in the history
Ensure boot.js can only be parsed as a module
  • Loading branch information
rictic authored Aug 16, 2018
2 parents d206b8d + a64dfb0 commit f576671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
*/

window.JSCompiler_renameProperty = function(prop) { return prop; };

export {};

0 comments on commit f576671

Please sign in to comment.