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.
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
Astro 5 + collection loaders + legacy collections support #2612
Astro 5 + collection loaders + legacy collections support #2612
Changes from all commits
12fa163
2dffec2
9bb4f5c
f84465a
6714593
db6affc
d7e5dd0
f1ab9e1
b6907d3
aa6c6be
e2b5173
806ee64
a6fe0ae
48191a2
f066341
574ead1
7fcc338
19cf56d
d8b0bba
a78d975
5c758c0
a51ff9a
234c01d
5aa97a5
c6d4a9c
b47c07f
798bf84
6041985
b178bf9
4d09de5
c225761
bc6819a
b77bd88
10574aa
d7a6b47
30a2e3f
96a088b
4b45a9f
a689a34
8acd505
2c57f2f
6583163
214d8b4
d2e5e3d
3bae9e3
073cfcb
9c5dcc3
1e8edf1
a74c1d1
1c5bdb6
b56de15
344878b
bf69ba5
97a78a6
f22913c
6c4df31
b14aca5
73d6e69
4d119e6
8aa6621
57c925e
71109b8
5380aba
ecd3116
0e23e3a
28ca09c
eb8022c
3b88a9b
9f75b18
f446092
2af3ed4
ba7d275
e07dd93
fc99611
0521ba2
000efa1
3f41484
803f8a6
d73e820
40469ed
f9b9731
dcb6095
43e5447
755a6d3
13c8796
39d6f3b
08a74c5
a2c7bb3
444d9cf
0b9a91c
fd04220
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tentatively assuming that this PR will be shipped in the next minor version (
0.30.0
), may need to be updated if for some reason it's not.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the changes to the TypeScript configuration, I removed all
env.d.ts
files so this example is no longer working (and relevant?). I switched to showing instead the default (and new)tsconfig.json
file for Astro projects (we have a verbatim copy in the basics example).