Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Add newline to separate @fileoverview comment from a node. (#912)
Browse files Browse the repository at this point in the history
The recent change in tsickle to handle @fileoverview comments in a transformer slightly changed our semantics, so the @fileoverview comment was getting lost.  A proper fix in tsickle is forthcoming.
  • Loading branch information
LucasSloan authored and mhevery committed Sep 20, 2017
1 parent 6f74efb commit 7ef13a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/common/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @fileoverview
* @suppress {missingRequire}
*/

import {attachOriginToPatched, zoneSymbol} from './utils';

export const TRUE_STR = 'true';
Expand Down

0 comments on commit 7ef13a7

Please sign in to comment.