Fix TypeScript data files not being processed#4247
Open
cypressSap wants to merge 2 commits into11ty:mainfrom
Open
Fix TypeScript data files not being processed#4247cypressSap wants to merge 2 commits into11ty:mainfrom
cypressSap wants to merge 2 commits into11ty:mainfrom
Conversation
Ryuno-Ki
reviewed
Mar 29, 2026
Ryuno-Ki
reviewed
Mar 29, 2026
Ryuno-Ki
reviewed
Mar 29, 2026
Contributor
Ryuno-Ki
left a comment
There was a problem hiding this comment.
I don't see new files being added. But then I'm not deep enough into the codebase to tell whether that's expected.
Author
Sorry, I'm not sure what new files this is referring to? |
Ryuno-Ki
reviewed
Apr 1, 2026
| t.deepEqual(paths, [ | ||
| "./test/stubs/stubs.json", | ||
| "./test/stubs/stubs.11tydata.json", | ||
| "./test/stubs/stubs.11tydata.mts", |
Contributor
There was a problem hiding this comment.
This sounds like a new file ought to be added.
Author
There was a problem hiding this comment.
Oh, gotcha. Most of the files already listed don't exist either, though.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As noted in #4194 (comment), TypeScript data files don't yet work in v4.0.0-alpha.7. This is a bit quick and dirty but seems to get them going, both global
*.ts(etc.) and directory*.11tydata.ts(etc.) files :)