Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
millergarym committed Apr 14, 2023
1 parent 9285ba4 commit 512ec6b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adl/adl.work.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"adlc": "0.0.0",
"use": []
}
4 changes: 4 additions & 0 deletions adl/adlc_dev/adl.pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"pkg": { "path" : "" },
"adlc": "0.0.0"
}
4 changes: 4 additions & 0 deletions adl/stdlib/adl.pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"pkg": { "path" : "" },
"adlc": "0.0.0"
}
7 changes: 7 additions & 0 deletions adl/stdlib/adlc/packaging.adl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ struct TypescriptGenOptions {
Bool include_resolver;
TsStyle ts_style = "tsc";
ModuleSrc modules;

// --merge-adlext=EXT
// --verbose
// --no-overwrite
// --exclude-ast
// --excluded-ast-annotations=SCOPEDNAMES

Bool capitalize_branch_names_in_types;
Bool capitalize_type_names;
};
Expand Down

0 comments on commit 512ec6b

Please sign in to comment.