Skip to content

Commit 6f44e02

Browse files
committed
Merge branch 'develop'
2 parents aeab9c1 + d9e163f commit 6f44e02

15 files changed

+385
-275
lines changed

lib/react-hot.dev.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import * as ts from 'typescript';
2-
export default function transformer(context: ts.TransformationContext): (sourceFile: ts.SourceFile) => ts.SourceFile;
2+
export default function transformer(): (context: ts.TransformationContext) => (sourceFile: ts.SourceFile) => ts.SourceFile;

lib/react-hot.dev.js

Lines changed: 114 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)