Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
triwav committed Nov 10, 2020
1 parent f5a3f13 commit 50f0db2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/LanguageServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import { standardizePath as s, util } from './util';
import { Logger } from './Logger';
import { Throttler } from './Throttler';
import { KeyedThrottler } from './KeyedThrottler';
import { BrsFile } from './files/BrsFile';
import type { Token } from './lexer';
import { Lexer } from './lexer';
import { DiagnosticCollection } from './DiagnosticCollection';
Expand Down
1 change: 0 additions & 1 deletion src/files/BrsFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { LogLevel } from '../Logger';
import { serializeError } from 'serialize-error';
import { isCallExpression, isClassMethodStatement, isClassStatement, isCommentStatement, isDottedGetExpression, isFunctionExpression, isFunctionStatement, isFunctionType, isImportStatement, isLibraryStatement, isLiteralExpression, isNamespaceStatement, isStringType, isVariableExpression, isXmlFile } from '../astUtils/reflection';
import { createVisitor, WalkMode } from '../astUtils/visitors';
import { XmlFile } from './XmlFile';
import type { DependencyGraph } from '../DependencyGraph';
import * as extname from 'path-complete-extname';

Expand Down

0 comments on commit 50f0db2

Please sign in to comment.