From 52b1bc0faa8b68d934ce1fbfd42f152d86ade0d2 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Thu, 23 Apr 2020 17:21:37 +0900 Subject: [PATCH] fix lint warnings --- src/message/parser.ts | 6 +++--- src/plugin.ts | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/message/parser.ts b/src/message/parser.ts index 429032d09..4475f027f 100644 --- a/src/message/parser.ts +++ b/src/message/parser.ts @@ -1,7 +1,7 @@ import { - CompilerErrorCodes, - CompilerError, - createCompilerError + // CompilerErrorCodes, + // createCompilerError + CompilerError } from './errors' import { SourceLocation, Position } from './location' import { createTokenizer, Tokenizer, TokenTypes } from './tokenizer' diff --git a/src/plugin.ts b/src/plugin.ts index f9d9fd0c3..9b8a2165c 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -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) }