-
-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-generate defines and metas from JSON files (#8195)
* defines in JSON * metadata in JSON * move JSON to src-json * prebuild script * remove defines/metas into auto-generated modules * makefile that works (somehow) * forgot a comment * use tabs instead of spaces * remove unnecessary Platform, UsedOn constructors * fix CI, attempt 1 * fix CI, attempt 2 * fix CI, attempt 3 * debug makefile * fix CI, attempt 4 * fix CI, attempt 5 * update define and meta JSON * [skip ci] gitignore prebuild
- Loading branch information
Showing
11 changed files
with
1,955 additions
and
614 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
/haxelib* | ||
/haxedoc* | ||
/lib | ||
/prebuild | ||
|
||
/src/syntax/lexer.ml | ||
/libs/xml-light/xml_lexer.ml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.