[pull] develop from marktext:develop #45
Annotations
6 warnings
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4.4.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint:
packages/muya/src/block/base/format.ts#L1086
The quantified expression ' +' at the end of the expression tree should only be matched a constant number of times. The expression can be replaced with ' ' (no quantifier) without affecting the lookaround
|
|
lint:
packages/muya/src/block/base/format.ts#L1007
The quantified expression '\s+' at the end of the expression tree should only be matched a constant number of times. The expression can be replaced with '\s' (no quantifier) without affecting the lookaround
|
|
lint:
packages/muya/src/block/base/format.ts#L59
The quantified expression ' +' at the end of the expression tree should only be matched a constant number of times. The expression can be replaced with ' ' (no quantifier) without affecting the lookaround
|
|
lint:
packages/muya/src/block/base/format.ts#L59
The quantified expression '\s+' at the end of the expression tree should only be matched a constant number of times. The expression can be replaced with '\s' (no quantifier) without affecting the lookaround
|
|
lint:
packages/muya/src/block/base/content.ts#L423
Method 'arrowHandler' has a complexity of 22. Maximum allowed is 20
|