Skip to content
This repository was archived by the owner on Jul 29, 2020. It is now read-only.
This repository was archived by the owner on Jul 29, 2020. It is now read-only.

Build Issues -jQuery/index.d.ts and sap.d.ts #2

Description

@kiruja

I am getting below issues with jQuery/index.d.ts and sap.d.ts

I am the steps given in the Readme were performed but when I build the app using Mac in Visual Studio Code (Command+ Shift +B ) it is throwing these errors.

Thanks for your help.

[10:40:48 AM] Starting compilation in watch mode...

node_modules/@types/jquery/index.d.ts:117:5 - error TS2717: Subsequent property declarations must have the same type. Property 'support' must be of type 'JQuerySupport', but here hastype 'PlainObject'.

117 support: JQuery.PlainObject;
~~~~~~~

node_modules/ui5ts/ui5-types/1.48/sap.d.ts:94179:48 - error TS2304: Cannot find name 'IterableIterator'.

94179 protected cellGenerator(): IterableIterator;
~~~~~~~~~~~~~~~~

node_modules/ui5ts/ui5-types/1.48/sap.d.ts:94185:50 - error TS2304: Cannot find name 'IterableIterator'.

94185 protected columnGenerator(): IterableIterator;
~~~~~~~~~~~~~~~~

node_modules/ui5ts/ui5-types/1.48/sap.d.ts:94262:47 - error TS2304: Cannot find name 'IterableIterator'.

94262 protected rowGenerator(): IterableIterator;
~~~~~~~~~~~~~~~~

[10:40:51 AM] Found 4 errors. Watching for file changes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions