Skip to content

Commit

Permalink
Update for js.lib on Haxe dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Apr 17, 2019
1 parent df5874a commit e710237
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/features/FormatterTestDiffFeature.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package features;
import Vscode.*;
import vscode.*;
import haxe.io.Path;
import js.Promise;
import js.lib.Promise;
import sys.FileSystem;
import sys.io.File;

Expand Down
2 changes: 1 addition & 1 deletion src/features/vis/ContentProviderBase.hx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package features.vis;

import js.Promise;
import js.lib.Promise;
import vscode.*;

class ContentProviderBase<T> {
Expand Down
2 changes: 1 addition & 1 deletion src/features/vis/hxParserVis/HxParserContentProvider.hx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import hxParser.HxParser;
import hxParser.HxParserCli;
import hxParser.JResult;
import hxParser.Converter;
import js.Promise;
import js.lib.Promise;
import util.Result;
import features.vis.ContentProviderBase;

Expand Down
2 changes: 1 addition & 1 deletion src/features/vis/tokenTreeVis/TokenTreeContentProvider.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package features.vis.tokenTreeVis;

import byte.ByteData;
import features.vis.ContentProviderBase;
import js.Promise;
import js.lib.Promise;
import haxeparser.HaxeLexer;
import haxeparser.Data.Token;
import tokentree.TokenStream;
Expand Down

0 comments on commit e710237

Please sign in to comment.