-
Notifications
You must be signed in to change notification settings - Fork 60
Extending lib.d.ts classes like Error is broken when name is aliased #81
Comments
Not sure what to do here yet.
but then we need to declare all of those, and in practice the externs/esX.js files should model the same stdlib as the |
We could just have a map of names that are defined in the global scope, like |
Yep, easiest solution would be to add the following
and then just emit |
+1 for modifying whatever "standard lib" typescript receives rather than On Tue, Sep 22, 2015 at 5:21 PM Rado Kirov [email protected] wrote:
|
Introduces an auxillary .d.ts `closure.lib.d.ts` that needs to be passed into all consumers of cl2dts. Closes #81
outputs
which makes TS sad.
The text was updated successfully, but these errors were encountered: