Skip to content

Commit

Permalink
Merge branch 'noprint' into lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry committed Aug 7, 2024
2 parents 361944f + 14c8e64 commit 66f310c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/arg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import Parser from '../index';
import {Token} from './index';
import {AtomToken} from './atom';
import {HiddenToken} from './hidden';
import type {
LintError,
} from '../base';
import type {LintError} from '../base';

/**
* `{{{}}}`包裹的参数
Expand Down

0 comments on commit 66f310c

Please sign in to comment.