feat(lexer): emit stats at build time #8
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: push
Matrix: build
Matrix: check-lockfile
Matrix: format-check
Matrix: lint
Matrix: test
Annotations
9 errors
lint (18.x):
packages/lexer/src/__tests__/build-test.ts#L532
Property 'startStates' comes from an index signature, so it must be accessed with ['startStates'].
|
lint (18.x):
packages/lexer/src/__tests__/build-test.ts#L533
Property 'acceptStates' comes from an index signature, so it must be accessed with ['acceptStates'].
|
lint (18.x):
packages/lexer/src/__tests__/build-test.ts#L534
Property 'totalStates' comes from an index signature, so it must be accessed with ['totalStates'].
|
lint (18.x):
packages/lexer/src/__tests__/build-test.ts#L535
Property 'ignoredTokens' comes from an index signature, so it must be accessed with ['ignoredTokens'].
|
lint (18.x):
packages/lexer/src/__tests__/build-test.ts#L536
Property 'totalTokens' comes from an index signature, so it must be accessed with ['totalTokens'].
|
lint (18.x):
packages/lexer/src/__tests__/build-test.ts#L537
Property 'inlineableAcceptStates' comes from an index signature, so it must be accessed with ['inlineableAcceptStates'].
|
lint (18.x):
packages/lexer/src/__tests__/build-test.ts#L538
Property 'inlinedAcceptStates' comes from an index signature, so it must be accessed with ['inlinedAcceptStates'].
|
lint (18.x):
packages/lexer/src/__tests__/build-test.ts#L539
Property 'inlinedSelfTransitions' comes from an index signature, so it must be accessed with ['inlinedSelfTransitions'].
|
lint (18.x)
Process completed with exit code 2.
|