Migrate Idler
Summary: _typescript_ Reviewed By: danielbuechele Differential Revision: D16763946 fbshipit-source-id: 96eb0cdaca8a6cd731a6d16f3bea02471c691c01
This commit is contained in:
committed by
Facebook Github Bot
parent
7d767e22fd
commit
1b99e8b830
@@ -5,7 +5,7 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import {CancelledPromiseError} from './errors.tsx';
|
||||
import {CancelledPromiseError} from './errors';
|
||||
|
||||
export class Idler {
|
||||
lastIdle: number;
|
||||
@@ -5,7 +5,7 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import {Idler} from '../Idler';
|
||||
import {Idler} from '../Idler.tsx';
|
||||
|
||||
test('Idler should interrupt', async () => {
|
||||
const idler = new Idler();
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import {Idler} from './Idler';
|
||||
import {Idler} from './Idler.tsx';
|
||||
export async function serialize(
|
||||
obj: Object,
|
||||
idler?: Idler,
|
||||
|
||||
Reference in New Issue
Block a user