Add Astro.fetchContent API#91
Merged
Merged
Conversation
drwpow
commented
Apr 13, 2021
8488c9f to
ed2b74c
Compare
Member
Author
|
I’m going to merge this without a review, because this uses the syntax we decided on last week. I want to get this change in as soon as possible before people get used to the wrong one. Happy to tackle any post-merge feedback in a followup PR. |
Princesseuh
pushed a commit
that referenced
this pull request
Oct 20, 2025
* fix: ignore tsconfig setting files Astro should not be reading the tsconf settings file. This causes issues such as `strict: true` causing ts errors like: `JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.` RE: https://discord.com/channels/830184174198718474/845451724738265138/895704312544653353 Closes #91. Personal References: - Link #T-366 - Closes #T-366 * Adding a changeset * Update the yarn lock Co-authored-by: Justin Noel <81643826+justinnoel@users.noreply.github.com>
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.
Changes
Only renames
import.meta.fetchContent()toAstro.fetchContent(). No other changes.Testing
Docs