We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce294d commit 52b1bc0Copy full SHA for 52b1bc0
src/message/parser.ts
@@ -1,7 +1,7 @@
1
import {
2
- CompilerErrorCodes,
3
- CompilerError,
4
- createCompilerError
+ // CompilerErrorCodes,
+ // createCompilerError
+ CompilerError
5
} from './errors'
6
import { SourceLocation, Position } from './location'
7
import { createTokenizer, Tokenizer, TokenTypes } from './tokenizer'
src/plugin.ts
@@ -32,7 +32,6 @@ export function apply(
32
app.directive('t', vT as FunctionDirective) // TODO:
33
34
// setup global provider
35
- console.log('provide', GlobalI18nSymbol, composer)
36
app.provide(GlobalI18nSymbol, composer)
37
}
38
0 commit comments