We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The command
node_modules/.bin/antlr4ts ../Thrift.g4 -o ./src
I want to generate code to ./src from the grammar file ../Thrift.g4
./src
../Thrift.g4
but it wrong generate code like this.
Generating file 'thrift-parser/typescript/./src/../ThriftLexer.interp' for grammar '../Thrift.g4' Generating file 'thrift-parser/typescript/./src/../ThriftLexer.ts' for grammar '../Thrift.g4' Generating file 'thrift-parser/typescript/./src/../ThriftLexer.tokens' for grammar '../Thrift.g4' Generating file 'thrift-parser/typescript/./src/../Thrift.interp' for grammar '../Thrift.g4' Generating file 'thrift-parser/typescript/./src/../ThriftParser.ts' for grammar '../Thrift.g4' Generating file 'typescript/./src/../ThriftListener.ts' for grammar '../Thrift.g4' Generating file 'typescript/./src/../Thrift.tokens' for grammar '../Thrift.g4'
thers is no need to add '../' to output option
I will open a PR to edit this 🤔
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The command
I want to generate code to
./src
from the grammar file../Thrift.g4
but it wrong generate code like this.
thers is no need to add '../' to output option
I will open a PR to edit this 🤔
The text was updated successfully, but these errors were encountered: