Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Conversation

hdeshev
Copy link
Contributor

@hdeshev hdeshev commented Jan 25, 2016

  • include nativescript-geolocation.d.ts in the npm module
  • change ios/android types to any to speed up user compiles.

Avoiding the need for the huge platform d.ts files which significantly
speeds up compilation.
- Move typings to "location" and "location-monitor" modules.
- Implement Location in nativescript-geolocation-common
- Implement LocationManager in both android and ios modules
- Shared code in common (getCurrentLocation) uses a lazy import to get the
correct implementation.
- Added an index.d.ts that reexports everything at the top level.
@nsndeck
Copy link
Contributor

nsndeck commented Jan 25, 2016

👍

hdeshev added a commit that referenced this pull request Jan 25, 2016
@hdeshev hdeshev merged commit 76c7dfd into master Jan 25, 2016
@lini lini deleted the package-dts branch January 5, 2018 09:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants