'can I change Svelte delimiter?
I am working on a big project that use Smarty template engine with AngularJs and we need to move out from AngularJs to Svelte. we face a bad problem that the delimiter of smarty is the same as Svelte and I had been searched for any solution to change delimiter of Svelte and I have been got nothing. So, please I need to know if this possible to change Svelte delimiter or not?
Solution 1:[1]
Changing the delimiter is NOT possible.
The {
and }
are hardcoded into the Svelte compiler.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 |