Skip to content

Commit 1f6cabd

Browse files
committed
publish and wrap options
1 parent d05e60c commit 1f6cabd

12 files changed

+290
-277
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: 109 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)