AztecProtocol / aztec-packages

Apache License 2.0
173 stars 177 forks source link

Tyepscript keywords shouldn't be allowed in TS interface #4350

Closed catmcgee closed 7 months ago

catmcgee commented 7 months ago

eg if a new function is created in Aztec.nr contract, when compiled to a TS interface Typescript will recognize it as a keyword.

Suggestion: any keywords should be replaced with _[keyword] in interface

rahul-kothari commented 7 months ago

duplicate of #2966