fix: docs generation

This commit is contained in:
2024-07-02 17:56:03 +02:00
committed by Jovan Krunić
parent 343d03e647
commit 802a7a3fa7
15 changed files with 12 additions and 27 deletions

View File

@@ -17,10 +17,8 @@ import {EasyAstSpecType} from '../easy-ast-spec-type.js';
import {LightweightDefinitionKind} from '../../src/index.js';
import {TypeFlags} from 'typescript';
// @ts-expect-error unused type
type TestTypeAlias = number | string;
// @ts-expect-error unused type
enum TestEnum {
Foo,
Bar,