mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 22:41:28 +08:00
Auto-fix lint errors
Reviewed By: bestander Differential Revision: D3683952 fbshipit-source-id: 9484d0b0e86859e8edaca0da1aa13a667f200905
This commit is contained in:
committed by
Facebook Github Bot 4
parent
8e2906ae89
commit
94666f16c7
@@ -17,8 +17,8 @@ let _cachedDevServerURL: ?string;
|
||||
const FALLBACK = 'http://localhost:8081/';
|
||||
|
||||
type DevServerInfo = {
|
||||
url: string;
|
||||
bundleLoadedFromServer: boolean;
|
||||
url: string,
|
||||
bundleLoadedFromServer: boolean,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
'use strict';
|
||||
|
||||
export type StackFrame = {
|
||||
file: string;
|
||||
lineNumber: number;
|
||||
column: number;
|
||||
file: string,
|
||||
lineNumber: number,
|
||||
column: number,
|
||||
};
|
||||
|
||||
var stacktraceParser = require('stacktrace-parser');
|
||||
|
||||
Reference in New Issue
Block a user