swup / astro

Astro integration for swup 🚀
90 stars 2 forks source link

Port to Swup 4 #1

Closed daun closed 1 year ago

daun commented 1 year ago

Description

Checks

hirasso commented 1 year ago

Should the types also be added to "exports" here, or are these all astro integration standards?

{
  "exports": {
    ".": "./dist/index.js",
    "./client": "./dist/client.js",
    "./client/*": "./dist/client/*.js",
    "./idle": "./dist/idle.js",
    "./package.json": "./package.json"
  },
}
daun commented 1 year ago

Should the types also be added to "exports" here, or are these all astro integration standards?

The general structure of the repo is that of official Astro integrations. But you're right, they probably should be exported as well. I'll make an issue to keep track of it.