Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Integrated lexer fails to properly handle 'abstract' + 'async ' typescript keyword. #128

Open
jerome-benoit opened this issue Aug 27, 2020 · 0 comments

Comments

@jerome-benoit
Copy link

Unexpected token, expected "(" (/Users/fraggle/Sources/ev-server-git/src/client/ocpi/OCPIClient.ts:291:17)

289 |   }
290 | 
> 291 |   async abstract triggerJobs(): Promise<{ tokens: OCPIJobResult; locations: OCPIJobResult; sessions: OCPIJobResult; cdrs: OCPIJobResult }>;
    |                 ^
292 | }
293 | 
@jerome-benoit jerome-benoit changed the title [Bug] Integrated lexer fails to properly handle 'abstract' typescript keyword. [Bug] Integrated lexer fails to properly handle 'abstract' + 'async ' typescript keyword. Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant