mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00

Less than 30 erros left, let's hope it still works Added lib.*.d.ts from typescript, removed lib and dom stuff, added by hand XHR, alert etc. .d.ts-es for polyfills Roll back some changes involved in separating UIEvent for dom and ios Test combined dts-es will now use lib, while internally we will not to avoid UIEvent conflict with dom stuff
8 lines
844 B
TypeScript
8 lines
844 B
TypeScript
/// <reference path="../tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.
|
|
/// <reference path="../tns-core-modules/android17.d.ts" /> Needed for autocompletion and compilation.
|
|
/// <reference path="../tns-core-modules/ios/ios.d.ts" /> Needed for autocompletion and compilation.
|
|
/// <reference path="../tns-core-modules/lib.core.d.ts" /> Needed for autocompletion and compilation.
|
|
/// <reference path="../tns-core-modules/lib.dom.d.ts" /> Needed for autocompletion and compilation.
|
|
/// <reference path="../tns-core-modules/org.nativescript.widgets.d.ts" /> Needed for autocompletion and compilation.
|
|
/// <reference path="../tns-core-modules/declarations.android.d.ts" /> Needed for autocompletion and compilation.
|
|
/// <reference path="../tns-core-modules/ui/styling/css-selector-parser.d.ts" /> private module
|