plop #322
Annotations
10 errors and 2 warnings
Lint & Tests
'test' is declared but its value is never read.
|
Lint & Tests
'toto' is declared but its value is never read.
|
Lint & Tests
Type '(name: string, variant: Variant) => Promise<Font>' is not assignable to type '(fontName: string, variantName?: Variant | undefined) => Promise<FaceAndFont>'.
|
Lint & Tests
Property 'names' does not exist on type 'FaceAndFont'.
|
Lint & Tests
Type '(file: Blob) => Promise<Font>' is not assignable to type '(fontTTFFile: Blob) => Promise<FaceAndFont>'.
|
Lint & Tests
Property 'names' does not exist on type 'FaceAndFont'.
|
Lint & Tests
Type '() => Promise<Font>' is not assignable to type '(fontName: string, variantName?: Variant | undefined) => Promise<FaceAndFont>'.
|
Lint & Tests
Type '(settings: TextMakerParameters, font: Font) => Mesh<BufferGeometry, Material | Material[]>' is not assignable to type '(params: TextMakerParameters, font: FaceAndFont) => Mesh<BufferGeometry, Material | Material[]>'.
|
Lint & Tests
Property 'opentype' does not exist on type 'FontManagerService'.
|
Lint & Tests
Property 'opentype' does not exist on type 'FontManagerService'.
|
Lint & Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2-beta. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint & Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2-beta. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|