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