Skip to content
This repository was archived by the owner on Apr 30, 2019. It is now read-only.
This repository was archived by the owner on Apr 30, 2019. It is now read-only.

'undefined' being written to tsd.d.ts #120

@rcollette

Description

@rcollette

I believe this may be happening when a run gulp and I have forgotten to use resolve when adding a definition. For example. I add gulp-util using:
tsd install gulp-util -s
I then run a task in gulp and get the error message
ProjectPath/typings/gulp-util/gulp-util.d.ts(7,1): 6053 File 'ProjectPath/typings/vinyl/vinyl.d.ts' not found.
After that the word undefined appears in tsd.d.ts which results in the error
ProjectPath/typings/tsd.d.ts(6,1): 1036 Statements are not allowed in ambient contexts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions