Skip to content

Commit

Permalink
Add temp workaround for microsoft/TypeScript#14558
Browse files Browse the repository at this point in the history
  • Loading branch information
nkanderson committed Oct 8, 2017
1 parent c3ff859 commit 8aaaa1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/srcView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<object, object>} */
export class SourceView extends React.Component {
constructor(props) {
super(props);
Expand Down

0 comments on commit 8aaaa1e

Please sign in to comment.