Skip to content

build error with typescript 2.0.2 RC #43

@realityfilter

Description

@realityfilter

With the changes described in microsoft/TypeScript#9646 now there are build errors in projects using reflect-metadata.

We are using angular, webpack and awesome-typescript-loader and experiencing now:
"File '.../node_modules/reflect-metadata/Reflect.d.ts' not found" error during the build.

Changing import "./reflect-metadata"; to import "./reflect-metadata.d.ts"; in typings.d.ts fixes the problem.

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