You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// chevrotain.d.tsdeclare module 'chevrotain'{interfaceCstParser{// things that augment this type}}// cssParser.tsimport{CstParser,EOF}from'chevrotain'classCssParserextendsCstParser{// class implementation}// outputsimport{EOF}from'chevrotain'
Someone on the TypeScript team investigated and said that disabling ts-patch (which disables ts-macros) solves this bug.
The text was updated successfully, but these errors were encountered:
I'm not certain this is a ts-macros bug or a ts-patch bug, but my perception would be that:
The bug and all its details are here.
To re-summarize:
Someone on the TypeScript team investigated and said that disabling ts-patch (which disables ts-macros) solves this bug.
The text was updated successfully, but these errors were encountered: