You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's helpful to be able to trigger compilation in watch mode from my code when I'm already using a watch mode to watch for changes in my code and not using a bundler.
For example, I'm using TSX in watch mode to run TypeScript and watch for changes. It's not possible to trigger the Paraglide compile watch command and TSX watch mode at the same time without some conccurrent scripts package or 2 terminal windows.
Context
It's useful to have the compiler exported as library to enable various use cases.
.gitignore
and.prettierignore
files (or offer option to disable generation) #189 (comment)Proposal
Expose the compiler to give three options of using Paraglide JS:
The text was updated successfully, but these errors were encountered: