preactjs / signals

Manage state with style in every framework
https://preactjs.com/blog/introducing-signals/
MIT License
3.64k stars 89 forks source link

Import runtime package to prevent src import #454

Closed paul-sachs closed 7 months ago

paul-sachs commented 7 months ago

Using less specific import let's typescript resolve to a d.ts file instead of the .ts file.

Fixes #450

changeset-bot[bot] commented 7 months ago

⚠️ No Changeset found

Latest commit: fbb23dfba29e4cb394687a97331882a1a9541cc2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

netlify[bot] commented 7 months ago

Deploy Preview for preact-signals-demo ready!

Name Link
Latest commit fbb23dfba29e4cb394687a97331882a1a9541cc2
Latest deploy log https://app.netlify.com/sites/preact-signals-demo/deploys/65664a58ce68d90008fa34bd
Deploy Preview https://deploy-preview-454--preact-signals-demo.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

paul-sachs commented 7 months ago

Closing with preference for #456