commit | 75a7ab810abf90b1c1f6efa3a5f79f5525e2854f | [log] [tgz] |
---|---|---|
author | Tiago Quelhas <tjgq@google.com> | Tue May 04 12:29:32 2021 -0700 |
committer | Tiago Quelhas <tjgq@google.com> | Tue May 04 12:30:01 2021 -0700 |
tree | 836a13d63f5292e3302b28527e10d97461d8d046 | |
parent | 27b26fdc57bf7702891c30dc5e3041e6c6b75216 [diff] |
Add a dummy export statement to files imported as ES modules. Inside Google, we are making it a requirement for files that are imported using ES syntax to be "marked" with an import or export statement. Change-Id: I0fd3b2b58cc08c35c156c67edf9323decca3b8d5
diff --git a/src/main/resources/static/styles.js b/src/main/resources/static/styles.js index e93e711..75421fa 100644 --- a/src/main/resources/static/styles.js +++ b/src/main/resources/static/styles.js
@@ -19,3 +19,5 @@ </style> </template>`; styleElement.register('coverage-column-styles'); + +export {};