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

Copy new TypeScript files to lib #280

Merged
merged 2 commits into from
Dec 13, 2024
Merged

Copy new TypeScript files to lib #280

merged 2 commits into from
Dec 13, 2024

Conversation

benjervis
Copy link
Contributor

@benjervis benjervis commented Dec 12, 2024

When adding domain sharding, I migrated the bundle-url files to TypeScript so I would know what was going on in them.

Unfortunately this causes them to be skipped by the babel step in the gulpfile, which is only looking for *.js.

Adding TS into the babel compile step turned out to be a massive headache, so I've just added them to the copyOthers step.

When getting renamed later in the file, they depend on vinyl.base being packages/, so I've had to add some kind of glob syntax in that second path segment.

@benjervis benjervis requested a review from a team December 13, 2024 00:03
@benjervis benjervis enabled auto-merge (squash) December 13, 2024 00:42
@benjervis benjervis merged commit 39c7677 into main Dec 13, 2024
17 checks passed
@benjervis benjervis deleted the fix-missing-ts-files branch December 13, 2024 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants