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
I tried making a new supported source language:
npm run util:new-language -- --language-name PowerShell --language-extension .ps1 --base-name JavaScript --base-extension .js
Under each util/OutputGenerators/, there should be a new stub PowerShellOutputGenerator exporting a testPowerShellGenerator function.
util/OutputGenerators/
PowerShellOutputGenerator
testPowerShellGenerator
There is not...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's going on?
I tried making a new supported source language:
Expected
Under each
util/OutputGenerators/
, there should be a new stubPowerShellOutputGenerator
exporting atestPowerShellGenerator
function.Actual
There is not...
The text was updated successfully, but these errors were encountered: