mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Observable should be imported first.
This commit is contained in:
@ -1,10 +1,11 @@
|
|||||||
require("globals");
|
require("globals");
|
||||||
|
|
||||||
|
import { Observable, EventData } from "data/observable";
|
||||||
|
|
||||||
const events = new Observable();
|
const events = new Observable();
|
||||||
global.moduleMerge(events, exports);
|
global.moduleMerge(events, exports);
|
||||||
|
|
||||||
import { NativeScriptError, UnhandledErrorEventData, iOSApplication, AndroidApplication, CssChangedEventData } from "application";
|
import { NativeScriptError, UnhandledErrorEventData, iOSApplication, AndroidApplication, CssChangedEventData } from "application";
|
||||||
import { Observable, EventData } from "data/observable";
|
|
||||||
import { NavigationEntry } from "ui/frame";
|
import { NavigationEntry } from "ui/frame";
|
||||||
import "../bundle-entry-points";
|
import "../bundle-entry-points";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user