Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Reference still being stripped for installed dependencies #608

Closed
vhquang opened this issue Jun 18, 2016 · 1 comment
Closed

Reference still being stripped for installed dependencies #608

vhquang opened this issue Jun 18, 2016 · 1 comment

Comments

@vhquang
Copy link

vhquang commented Jun 18, 2016

Description

As explained in #227, dependencies will need to be manually installed. However, even after those dependencies are installed, the reference still being striped off.
Ex:

typings install --global --save dt~cordova/plugins/batterystatus
typings install --global --save dt~cordova

typings INFO reference Stripped reference "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/37ae2de2a11eac6fc4584ea0b79b142f64f9874e/cordova/plugins/BatteryStatus.d.ts" during installation from "cordova" (main)

Copy from current cordova.d.ts:
/// <reference path="plugins/BatteryStatus.d.ts"/>

Versions

typings 1.3.0

@blakeembrey
Copy link
Member

blakeembrey commented Jun 19, 2016

That's working as designed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants