Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetsly committed Jan 21, 2019
2 parents aeab9c1 + d9e163f commit 6f44e02
Show file tree
Hide file tree
Showing 15 changed files with 385 additions and 275 deletions.
2 changes: 1 addition & 1 deletion lib/react-hot.dev.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import * as ts from 'typescript';
export default function transformer(context: ts.TransformationContext): (sourceFile: ts.SourceFile) => ts.SourceFile;
export default function transformer(): (context: ts.TransformationContext) => (sourceFile: ts.SourceFile) => ts.SourceFile;
217 changes: 114 additions & 103 deletions lib/react-hot.dev.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6f44e02

Please sign in to comment.