-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Description
The new Typescript bindings introduced in #613 and released with 0.16.0 seem to contain some errors.
../../node_modules/java/java.d.ts:4:13 - error TS2502: 'NodeJavaCore' is referenced directly or indirectly in its own type annotation.
4 declare var NodeJavaCore: NodeJavaCore.NodeAPI;
~~~~~~~~~~~~
../../node_modules/java/java.d.ts:4:40 - error TS2694: Namespace 'NodeJavaCore' has no exported member 'NodeAPI'.
4 declare var NodeJavaCore: NodeJavaCore.NodeAPI;
~~~~~~~
../../node_modules/java/java.d.ts:4:13 - error TS2502: 'NodeJavaCore' is referenced directly or indirectly in its own type annotation.
4 declare var NodeJavaCore: NodeJavaCore.NodeAPI;
~~~~~~~~~~~~
../../node_modules/java/java.d.ts:4:40 - error TS2694: Namespace 'NodeJavaCore' has no exported member 'NodeAPI'.
4 declare var NodeJavaCore: NodeJavaCore.NodeAPI;
~~~~~~~
This is the error log when trying to compile my TS sources in a package that has java@0.16.0 as a dependency.
Metadata
Metadata
Assignees
Labels
No labels