Skip to content

Commit

Permalink
Merge branch 'main' into fix/upgrade-non-semver
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Dec 5, 2023
2 parents b01624c + aa2e76d commit babba69
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1360,16 +1360,6 @@ export interface AstroUserConfig {
/**
* @docs
* @kind heading
* @name Legacy Flags
* @description
* To help some users migrate between versions of Astro, we occasionally introduce `legacy` flags.
* These flags allow you to opt in to some deprecated or otherwise outdated behavior of Astro
* in the latest version, so that you can continue to upgrade and take advantage of new Astro releases.
*/
legacy?: object;

/**
* @docs
* @name i18n
* @type {object}
* @version 3.5.0
Expand Down Expand Up @@ -1480,6 +1470,17 @@ export interface AstroUserConfig {
};
};

/**
* @docs
* @kind heading
* @name Legacy Flags
* @description
* To help some users migrate between versions of Astro, we occasionally introduce `legacy` flags.
* These flags allow you to opt in to some deprecated or otherwise outdated behavior of Astro
* in the latest version, so that you can continue to upgrade and take advantage of new Astro releases.
*/
legacy?: object;

/**
* @docs
* @kind heading
Expand Down

0 comments on commit babba69

Please sign in to comment.