feat(lexer): emit stats at build time #8
Annotations
9 errors
packages/lexer/src/__tests__/build-test.ts#L532
Property 'startStates' comes from an index signature, so it must be accessed with ['startStates'].
|
packages/lexer/src/__tests__/build-test.ts#L533
Property 'acceptStates' comes from an index signature, so it must be accessed with ['acceptStates'].
|
packages/lexer/src/__tests__/build-test.ts#L534
Property 'totalStates' comes from an index signature, so it must be accessed with ['totalStates'].
|
packages/lexer/src/__tests__/build-test.ts#L535
Property 'ignoredTokens' comes from an index signature, so it must be accessed with ['ignoredTokens'].
|
packages/lexer/src/__tests__/build-test.ts#L536
Property 'totalTokens' comes from an index signature, so it must be accessed with ['totalTokens'].
|
packages/lexer/src/__tests__/build-test.ts#L537
Property 'inlineableAcceptStates' comes from an index signature, so it must be accessed with ['inlineableAcceptStates'].
|
packages/lexer/src/__tests__/build-test.ts#L538
Property 'inlinedAcceptStates' comes from an index signature, so it must be accessed with ['inlinedAcceptStates'].
|
packages/lexer/src/__tests__/build-test.ts#L539
Property 'inlinedSelfTransitions' comes from an index signature, so it must be accessed with ['inlinedSelfTransitions'].
|
|
The logs for this run have expired and are no longer available.
Loading