Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-generate the schema files #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 55 additions & 11 deletions main.ncl

Large diffs are not rendered by default.

41 changes: 39 additions & 2 deletions out/.aiproj.json.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -1474,6 +1474,12 @@ let rec _js2n__-refsenv
_js2n__-prdslib.isType 'Null,
_js2n__-prdslib.isType '"String"
],
DependenciesPath =
_js2n__-prdslib.anyOf
[
_js2n__-prdslib.isType 'Null,
_js2n__-prdslib.isType '"String"
],
DownloadDependencies =
_js2n__-prdslib.anyOf
[
Expand Down Expand Up @@ -1661,12 +1667,37 @@ let rec _js2n__-refsenv
"Go",
"Kotlin",
"Sql",
"Ruby"
"Ruby",
"Solidity"
]
]),
_js2n__-prdslib.arrays.uniqueItems
],
ProjectName = _js2n__-prdslib.isType '"String",
PygrepSettings =
_js2n__-prdslib.allOf
[
_js2n__-prdslib.anyOf
[
_js2n__-prdslib.isType 'Record,
_js2n__-prdslib.isType 'Null
],
_js2n__-prdslib.records.record
{
CustomParameters =
_js2n__-prdslib.anyOf
[
_js2n__-prdslib.isType 'Null,
_js2n__-prdslib.isType '"String"
],
RulesDirPath =
_js2n__-prdslib.anyOf
[
_js2n__-prdslib.isType 'Null,
_js2n__-prdslib.isType '"String"
],
} {} false _js2n__-prdslib.never
],
PythonSettings =
_js2n__-prdslib.allOf
[
Expand All @@ -1683,6 +1714,12 @@ let rec _js2n__-refsenv
_js2n__-prdslib.isType 'Null,
_js2n__-prdslib.isType '"String"
],
DependenciesPath =
_js2n__-prdslib.anyOf
[
_js2n__-prdslib.isType 'Null,
_js2n__-prdslib.isType '"String"
],
DownloadDependencies =
_js2n__-prdslib.anyOf
[
Expand Down Expand Up @@ -1748,7 +1785,7 @@ let rec _js2n__-refsenv
_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType '"String",
_js2n__-prdslib.enum [ "1.0", "1.1", "1.2", "1.3" ]
_js2n__-prdslib.enum [ "1.0", "1.1", "1.2", "1.3", "1.4" ]
],
WindowsDotNetSettings =
_js2n__-prdslib.allOf
Expand Down
7 changes: 1 addition & 6 deletions out/.asmdef.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -999,12 +999,7 @@ let rec _js2n__-refsenv
]),
_js2n__-prdslib.arrays.uniqueItems
],
rootNamespace =
_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType '"String",
_js2n__-prdslib.strings.minLength 1
],
rootNamespace = _js2n__-prdslib.isType '"String",
versionDefines =
_js2n__-prdslib.allOf
[
Expand Down
Loading