Skip to content

Commit

Permalink
Merge branch 'mini' into lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry committed Nov 23, 2023
2 parents 34b1c4c + 9491385 commit 032126f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import type {LintError} from '../index';
*/
export class ArgToken extends Token {
override readonly type = 'arg';

declare childNodes: [AtomToken] | [AtomToken, Token, ...HiddenToken[]];
// @ts-expect-error abstract method
abstract override get firstChild(): AtomToken;
Expand Down

0 comments on commit 032126f

Please sign in to comment.