Skip to content

Commit

Permalink
Update dependencies (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
l0go authored Dec 7, 2023
1 parent cb4a8b4 commit 8eec86c
Show file tree
Hide file tree
Showing 43 changed files with 71 additions and 2,480 deletions.
6 changes: 0 additions & 6 deletions vendor/hxjsonast/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions vendor/hxjsonast/.travis.yml

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/hxjsonast/.vscode/launch.json

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/hxjsonast/.vscode/tasks.json

This file was deleted.

60 changes: 0 additions & 60 deletions vendor/hxjsonast/Release.hx

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/hxjsonast/bin/js/index.html

This file was deleted.

34 changes: 0 additions & 34 deletions vendor/hxjsonast/doc-deploy.sh

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/hxjsonast/doc.hxml

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/hxjsonast/haxelib.json

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/hxjsonast/src/hxjsonast/Parser.hx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class Parser {
}
start = pos;
}
#if (neko || php || cpp)
#if (neko || (!haxe4 && (php || cpp)))
// ensure utf8 chars are not cut
else if (c >= 0x80) {
pos++;
Expand Down
3 changes: 0 additions & 3 deletions vendor/hxjsonast/test.hxml

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/hxjsonast/test/TestBase.hx

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/hxjsonast/test/TestMain.hx

This file was deleted.

120 changes: 0 additions & 120 deletions vendor/hxjsonast/test/TestParser.hx

This file was deleted.

Loading

0 comments on commit 8eec86c

Please sign in to comment.