feat(compiler): compiler supports search tag #13517
ci.yml
on: pull_request
test
/
unit-test
53s
test
/
unit-test-windows
1m 5s
test
/
e2e-test
1m 5s
test
/
lint-and-test-dts
37s
continuous-release
47s
Annotations
11 errors
test / lint-and-test-dts:
packages/compiler-core/src/ast.ts#L869
Function must have an explicit return type annotation with --isolatedDeclarations.
|
test / lint-and-test-dts:
packages/compiler-core/src/runtimeHelpers.ts#L29
Variable must have an explicit type annotation with --isolatedDeclarations.
|
test / lint-and-test-dts:
packages/runtime-core/src/helpers/resolveAssets.ts#L153
Function must have an explicit return type annotation with --isolatedDeclarations.
|
test / lint-and-test-dts:
packages/shared/src/domTagConfig.ts#L68
Variable must have an explicit type annotation with --isolatedDeclarations.
|
test / lint-and-test-dts
Process completed with exit code 1.
|
continuous-release:
packages/compiler-core/src/ast.ts#L869
Function must have an explicit return type annotation with --isolatedDeclarations.
|
continuous-release:
packages/compiler-core/src/runtimeHelpers.ts#L29
Variable must have an explicit type annotation with --isolatedDeclarations.
|
continuous-release:
packages/runtime-core/src/helpers/resolveAssets.ts#L153
Function must have an explicit return type annotation with --isolatedDeclarations.
|
continuous-release:
packages/shared/src/domTagConfig.ts#L68
Variable must have an explicit type annotation with --isolatedDeclarations.
|
continuous-release
Process completed with exit code 1.
|
test / e2e-test
Process completed with exit code 1.
|