feat: add length and time limit to tokenizer #105
ci.yml
on: pull_request
lint
37s
typecheck
38s
Matrix: test
Annotations
22 errors and 7 warnings
test (lts/*, ubuntu-latest)
Type '(line: string, state: TokenizerState) => { endState: TokenizerState; tokens: Uint32Array; } | { endState: TokenizerState; tokens: any[]; }' is not assignable to type '(line: string, state: IState) => ILineTokens'.
|
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
|
test (16.x, ubuntu-latest)
Type '(line: string, state: TokenizerState) => { endState: TokenizerState; tokens: Uint32Array; } | { endState: TokenizerState; tokens: any[]; }' is not assignable to type '(line: string, state: IState) => ILineTokens'.
|
test (16.x, ubuntu-latest)
Process completed with exit code 1.
|
lint:
packages/monaco/src/index.ts#L79
Trailing spaces not allowed
|
lint:
packages/monaco/src/index.ts#L81
Mixed spaces and tabs
|
lint:
packages/monaco/src/index.ts#L81
Unexpected tab character
|
lint:
packages/monaco/src/index.ts#L82
Mixed spaces and tabs
|
lint:
packages/monaco/src/index.ts#L82
Unexpected tab character
|
lint:
packages/monaco/src/index.ts#L83
Mixed spaces and tabs
|
lint:
packages/monaco/src/index.ts#L83
Unexpected tab character
|
lint:
packages/monaco/src/index.ts#L87
Mixed spaces and tabs
|
lint:
packages/monaco/src/index.ts#L87
Unexpected tab character
|
lint
Process completed with exit code 1.
|
typecheck
Type '(line: string, state: TokenizerState) => { endState: TokenizerState; tokens: Uint32Array; } | { endState: TokenizerState; tokens: any[]; }' is not assignable to type '(line: string, state: IState) => ILineTokens'.
|
typecheck
Process completed with exit code 1.
|
test (18.x, ubuntu-latest)
Type '(line: string, state: TokenizerState) => { endState: TokenizerState; tokens: Uint32Array; } | { endState: TokenizerState; tokens: any[]; }' is not assignable to type '(line: string, state: IState) => ILineTokens'.
|
test (18.x, ubuntu-latest)
Process completed with exit code 1.
|
test (lts/*, macos-latest)
Type '(line: string, state: TokenizerState) => { endState: TokenizerState; tokens: Uint32Array; } | { endState: TokenizerState; tokens: any[]; }' is not assignable to type '(line: string, state: IState) => ILineTokens'.
|
test (lts/*, macos-latest)
Process completed with exit code 1.
|
test (lts/*, windows-latest)
Type '(line: string, state: TokenizerState) => { endState: TokenizerState; tokens: Uint32Array; } | { endState: TokenizerState; tokens: any[]; }' is not assignable to type '(line: string, state: IState) => ILineTokens'.
|
test (lts/*, windows-latest)
Process completed with exit code 1.
|
test (lts/*, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (16.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (18.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (lts/*, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (lts/*, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|