chaokunyang commented on code in PR #3394:
URL: https://github.com/apache/fory/pull/3394#discussion_r2868973646
##########
compiler/fory_compiler/cli.py:
##########
@@ -343,6 +343,14 @@ def parse_args(args: Optional[List[str]] = None) ->
argparse.Namespace:
help="Generate C# code in DST_DIR",
)
+ parser.add_argument(
+ "--typescript_out",
Review Comment:
Please check your pr carefully, do not use typescript, use javascrip across
all cases even for filename
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]