Skip to content

Commit 87d6b48

Browse files
committed
updated to include recent protocol and type changes
externs for [email protected], [email protected] and [email protected] ([email protected]:microsoft/vscode-languageserver-node.git d18a0cd829ad0ae1f8160483c240a1b6367da74c) cleanup and full resync removed duplicate types from Types.hx since they are now available from TextDocument.hx (node implementation still has both)
1 parent 57f67a6 commit 87d6b48

29 files changed

+4255
-715
lines changed

.haxerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "4.0.5",
2+
"version": "737af26",
33
"resolveLibs": "scoped"
44
}

doc.hxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
-xml out/js.xml
88

99
--next
10-
-cmd haxelib run dox -i out -o out --toplevel-package languageServerProtocol --title "Haxe externs for the Language Server Protocol - API documentation" -D version 3.15.3 -D themeColor 0x141419 -D textColor 0xFFFFFF -D logo "https://avatars3.githubusercontent.com/u/19169749?v=3&s=100" -D source-path https://github.com/vshaxe/language-server-protocol-haxe/blob/master/src/ -D website "https://github.com/vshaxe/"
10+
-cmd haxelib run dox -i out -o out --toplevel-package languageServerProtocol --title "Haxe externs for the Language Server Protocol - API documentation" -D version 3.17.0-next20 -D themeColor 0x141419 -D textColor 0xFFFFFF -D logo "https://avatars3.githubusercontent.com/u/19169749?v=3&s=100" -D source-path https://github.com/vshaxe/language-server-protocol-haxe/blob/master/src/ -D website "https://github.com/vshaxe/"

hxformat.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

src/import.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ import haxe.extern.EitherType;
22
import jsonrpc.Protocol;
33
import jsonrpc.Types;
44
import languageServerProtocol.protocol.Messages;
5+
import languageServerProtocol.textdocument.TextDocument;

0 commit comments

Comments
 (0)