Replies: 2 comments 1 reply
-
(I've moved this to a discussion since this isn't an issue directly with esbuild-svelte) A noble quest! Please keep me updated with your progress! There are many features added to esbuild-svelte compared to the example plugin provided by evanw. For example:
And several other things I'm sure I'm forgetting. The original version of this plugin was published over 5 years ago at this point so it has gone through a great deal of iteration and development to be reliable and effective for it's purpose. |
Beta Was this translation helpful? Give feedback.
-
How important is the caching? How much does it improve performance? |
Beta Was this translation helpful? Give feedback.
-
I was wondering what the difference was between your plugin and the code on evanw's esbuild documentation.
I've studied your code and don't 100% understand that differences.
From what I've gathered:
svelte.compileModule()
for files with*.svelte.js
and*.svelte.ts
extensions.My aim is to build a Go port of your plugin.
Beta Was this translation helpful? Give feedback.
All reactions