Skip to content

Commit

Permalink
fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Apr 23, 2020
1 parent 7ce294d commit 52b1bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/message/parser.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
CompilerErrorCodes,
CompilerError,
createCompilerError
// CompilerErrorCodes,
// createCompilerError
CompilerError
} from './errors'
import { SourceLocation, Position } from './location'
import { createTokenizer, Tokenizer, TokenTypes } from './tokenizer'
Expand Down
1 change: 0 additions & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function apply(
app.directive('t', vT as FunctionDirective) // TODO:

// setup global provider
console.log('provide', GlobalI18nSymbol, composer)
app.provide(GlobalI18nSymbol, composer)
}

Expand Down

0 comments on commit 52b1bc0

Please sign in to comment.