You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ysc version 1 correctly inferred the name of the output files from the input .yarn file when running ysc compile. For example, ysc compile file.yarn would output file.yarnc and file.csv.
ysc version 2 adds the ability to provide the name of the output files as command line flags (--output-name and --output-string-table-name) which is great, but defaults to a less descriptive name (Output.yarnc and Output.csv respectively.) The default output name should be determined from the name of the .yarn file.
The text was updated successfully, but these errors were encountered:
ysc
version 1 correctly inferred the name of the output files from the input.yarn
file when runningysc compile
. For example,ysc compile file.yarn
would outputfile.yarnc
andfile.csv
.ysc
version 2 adds the ability to provide the name of the output files as command line flags (--output-name
and--output-string-table-name
) which is great, but defaults to a less descriptive name (Output.yarnc
andOutput.csv
respectively.) The default output name should be determined from the name of the.yarn
file.The text was updated successfully, but these errors were encountered: