|
|
|
|
|
by aziis98
666 days ago
|
|
It looks like the first argument passed to tagged templates is always the same across all invocations for the same callsite. > This allows the tag to cache the result based on the identity of its first argument. To further ensure the array value's stability, the first argument and its raw property are both frozen, so you can't mutate them in any way. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... |
|