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
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
2.9.2 have broken my build process. After an investigation I found strange thing. There is a code which worked in previous version:
Now it produces incorrect type definition:
When I specify type of constant directly all works well:
results into correct type definition:
The function CreateToken declared as:
export declare function createToken(config: ITokenConfig): TokenType
So, in the example above TS must know about type of constant and use type TokenType from library chevrotain instead of disk file.
The text was updated successfully, but these errors were encountered: