Skip to content

feat(lexer): emit stats at build time #8

feat(lexer): emit stats at build time

feat(lexer): emit stats at build time #8

Triggered via push August 6, 2023 10:21
Status Failure
Total duration 49s
Artifacts
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
Fit to window
Zoom out
Zoom in

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.