octicon-rss(16/)
You've already forked NativeScript
mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor(core): zero circulars + esm ready (#10770)
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
GitHub
gitea-unlock(16/)
parent
1e54baf198
commit
c2ff8c1ae7
octicon-diff(16/tw-mr-1) 306 changed files with 9136 additions and 9889 deletions
@@ -1,5 +1,3 @@
|
||||
import * as definition from './fps-native';
|
||||
|
||||
@NativeClass
|
||||
class FrameHandlerImpl extends NSObject {
|
||||
private _owner: WeakRef<FPSCallback>;
|
||||
@@ -23,7 +21,7 @@ class FrameHandlerImpl extends NSObject {
|
||||
};
|
||||
}
|
||||
|
||||
export class FPSCallback implements definition.FPSCallback {
|
||||
export class FPSCallback {
|
||||
public running: boolean;
|
||||
private onFrame: Function;
|
||||
private displayLink: CADisplayLink;
|
||||
|
||||
Reference in New Issue
Block a user