From 8aaaa1ee3ca92f65bc2f30651a8f749b3543c91d Mon Sep 17 00:00:00 2001 From: Nicole Anderson Date: Sun, 8 Oct 2017 08:15:02 -0700 Subject: [PATCH] Add temp workaround for Microsoft/TypeScript#14558 --- static/srcView.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/srcView.js b/static/srcView.js index 8fcc63e..34fe75f 100644 --- a/static/srcView.js +++ b/static/srcView.js @@ -85,6 +85,8 @@ function view_in_vcs(target) { window.open(CONFIG.vcs_link.replace("$file", file_name).replace("$line", line_number), '_blank'); } +// See https://github.com/Microsoft/TypeScript/issues/18134 +/** @augments {React.Component} */ export class SourceView extends React.Component { constructor(props) { super(props);