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
Describe the bug
All output files use the year 2021
To Reproduce
run yarn build and look at the output
yarn build
Expected behavior
For each file to use the correct year on their license header based on when that file was last mofieid
Additional context
This is defined in stub-generator/kotlin.py, stub-generator/swift.py and I haven't found where the TS bit gets generated
stub-generator/kotlin.py
stub-generator/swift.py
The text was updated successfully, but these errors were encountered:
There is also base_types/swift that may need to be considered.
base_types/swift
Sorry, something went wrong.
No branches or pull requests
Describe the bug
All output files use the year 2021
To Reproduce
run
yarn build
and look at the outputExpected behavior
For each file to use the correct year on their license header based on when that file was last mofieid
Additional context
This is defined in
stub-generator/kotlin.py
,stub-generator/swift.py
and I haven't found where the TS bit gets generatedThe text was updated successfully, but these errors were encountered: