File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' astro ' : patch
3+ ---
4+
5+ Fixes a vite warning log during builds when using npm
Original file line number Diff line number Diff line change 55 * If some functions don't need to be exposed, just import the file that contains the functions.
66 */
77
8+ export {
9+ isRemoteAllowed ,
10+ matchHostname ,
11+ matchPathname ,
12+ matchPattern ,
13+ matchPort ,
14+ matchProtocol ,
15+ type RemotePattern ,
16+ } from '@astrojs/internal-helpers/remote' ;
817export { isESMImportedImage , isRemoteImage , resolveSrc } from './imageKind.js' ;
918export { imageMetadata } from './metadata.js' ;
1019export {
@@ -15,14 +24,5 @@ export {
1524 emitImageMetadata ,
1625} from './node/emitAsset.js' ;
1726export { getOrigQueryParams } from './queryParams.js' ;
18- export {
19- isRemoteAllowed ,
20- matchHostname ,
21- matchPathname ,
22- matchPattern ,
23- matchPort ,
24- matchProtocol ,
25- type RemotePattern ,
26- } from './remotePattern.js' ;
2727export { inferRemoteSize } from './remoteProbe.js' ;
2828export { hashTransform , propsToFilename } from './transformToPath.js' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 hasFileExtension ,
44 isInternalPath ,
55} from '@astrojs/internal-helpers/path' ;
6- import { matchPattern , type RemotePattern } from '../../assets/utils/remotePattern.js ' ;
6+ import { matchPattern , type RemotePattern } from '@astrojs/internal-helpers/remote ' ;
77import { normalizeTheLocale } from '../../i18n/index.js' ;
88import type { RoutesList } from '../../types/astro.js' ;
99import type { RouteData , SSRManifest } from '../../types/public/internal.js' ;
You can’t perform that action at this time.
0 commit comments