浏览代码

[display] use FsPath for haxe.display.Location

Jens Fischer 6 年之前
父节点
当前提交
039f0770fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/haxe/display/Position.hx

+ 1 - 1
std/haxe/display/Position.hx

@@ -56,6 +56,6 @@ typedef Range = {
 	Represents a location inside a resource, such as a line inside a text file.
 **/
 typedef Location = {
-	var file:String;
+	var file:FsPath;
 	var range:Range;
 }