Skip to content

Commit 52b1bc0

Browse files
committed
fix lint warnings
1 parent 7ce294d commit 52b1bc0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/message/parser.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
2-
CompilerErrorCodes,
3-
CompilerError,
4-
createCompilerError
2+
// CompilerErrorCodes,
3+
// createCompilerError
4+
CompilerError
55
} from './errors'
66
import { SourceLocation, Position } from './location'
77
import { createTokenizer, Tokenizer, TokenTypes } from './tokenizer'

src/plugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export function apply(
3232
app.directive('t', vT as FunctionDirective) // TODO:
3333

3434
// setup global provider
35-
console.log('provide', GlobalI18nSymbol, composer)
3635
app.provide(GlobalI18nSymbol, composer)
3736
}
3837

0 commit comments

Comments
 (0)