Skip to content

Commit

Permalink
refactor: Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vain0x committed Jan 7, 2019
1 parent b0eb346 commit 84784c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lsp/src/curage-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import {
Position,
Range,
DidCloseTextDocumentParams,
DocumentSymbolParams,
DocumentSymbol,
DocumentHighlight,
DocumentHighlightKind,
TextDocumentPositionParams,
Expand All @@ -22,9 +20,7 @@ import {
listenToLSPClient,
sendNotify,
sendResponse,
sendRequest,
} from "./communication"
import { SymbolKind } from "vscode";

interface Message {
jsonrpc: string,
Expand Down Expand Up @@ -208,7 +204,7 @@ export const tokenize = (source: string): Token[] => {

// All of elements are undefined except for the matched alternative.
const [
_match,
,
space,
int,
name,
Expand Down

0 comments on commit 84784c6

Please sign in to comment.