This repository was archived by the owner on Dec 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 178
Module augmentation shows errors that bare typescript doesn't #205
Comments
@Tragetaschen Thanks for the repro example, I'll take a look |
I'm having a somewhat similar issue with react and react-dom.
I'm guessing this is the culprit (from
No compilation issues when using version prior to 2.0.3 (2.0.2 works like a charm) or when using My
Thanks! |
s-panferov
added a commit
that referenced
this issue
Aug 15, 2016
@Tragetaschen should be fixed in v2.2.0 |
Hmm, my reproduction still fails on my machine. The errors are reversed, though:
|
It seems that I need to test this on windows. |
I'm running into the exact same issue as @thrandre on 2.1.1. |
I'm having the same error as @thrandre on atl 2.2.4 with ts 2.0.3 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Repro: https://github.com/Tragetaschen/awesome-typescript-loader-module-augmentation
I am trying to temporarily fix an bug in the d3-v4
@types/d3-shape
by augmenting thed3-shape
module with another member in a local.d.ts
file.Typescript is fine with this (
tsc -p .
).Invoking TypeScript through webpack and awesome-typescript-loader on the other hand shows
As you can see, I'm running on Windows. Node is
v6.1.0
and npm3.8.6
.The text was updated successfully, but these errors were encountered: