Skip to content
New issue

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

Move source files to src #19750

Closed
wants to merge 36 commits into from
Closed

Conversation

emilpaw
Copy link
Contributor

@emilpaw emilpaw commented Sep 15, 2022

Based on #19559

Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

Ignore some of the @typescript-eslint rules on existing
JavaScript files.
This script copies all files which are not source files from `generators/` to the build
output folder `dist`. This is needed since TypeScript only places the generated
JavaScript files in the `dist` folder but other files from
`generators/` are also needed in the output.
Don't copy files ending with .snap and folders starting with __ (currently __snapshots__ & __workflow)  to build output. These are files needed for tests or CI which have no use in the build output.
This was referenced Sep 15, 2022
@emilpaw emilpaw closed this Oct 15, 2022
@DanielFran DanielFran added this to the 8.0.0-beta.1 milestone Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants