Skip to content

Commit

Permalink
fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Oct 8, 2020
1 parent b5452d1 commit 7a7daee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefixer/File.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as xmlParser from '@xml-tools/parser';
import { buildAst, XMLDocument, XMLElement } from '@xml-tools/ast';
import { RopmOptions, util } from '../util';
import * as path from 'path';
import { BrsFile, createVisitor, isCallExpression, isDottedGetExpression, isDottedSetStatement, isIndexedGetExpression, isIndexedSetStatement, isXmlFile, Program, Range, WalkMode, XmlFile } from 'brighterscript';
import { BrsFile, createVisitor, isCallExpression, isDottedGetExpression, isDottedSetStatement, isIndexedGetExpression, isIndexedSetStatement, Program, Range, WalkMode, XmlFile } from 'brighterscript';

export class File {
constructor(
Expand Down

0 comments on commit 7a7daee

Please sign in to comment.