Definitelytyped: @type/parse: Namespace '_' has no exported member '_Chain'

Created on 28 Sep 2018  路  4Comments  路  Source: DefinitelyTyped/DefinitelyTyped

I tried using the @types/parse package and had problems.

node_modules/@types/parse/index.d.ts:472:16 - error TS2694: Namespace '_' has no exported member '_Chain'.

Looking at the https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/underscore I see that _._Chain<T> is indeed not exported.

I wonder if Collection functionality event exist in Parse JS SDK
(https://github.com/parse-community/Parse-SDK-JS/tree/master/src) or is it a legacy definition...

May be the whole Collection and Event definitions are not needed anymore.

https://github.com/DefinitelyTyped/DefinitelyTyped/blame/5344bfc80508c53a23dae37b860fb0c905ff7b24/types/parse/index.d.ts#L470

Authors: @dpoetzsch @flavionegrao @wesleygrimes @RyanCavanaugh

All 4 comments

@agoldis did you find a workaround ?

@guillaume-soulie 馃槵
https://github.com/agoldis/types-parse
Let's see if they'll accept my PR, will issue one tomorrow

@guillaume-soulie 馃憜馃徎 please upvote :)

thanks you for the PR.

Was this page helpful?
0 / 5 - 0 ratings