-
## Problem
Most of the css is written within template literals, which is not minified in the build step at the moment.
This adds a lot of unnecessary whitespace and bytes, which can be reduced by …
-
### Feature Use Case
https://rollupjs.org/repl/?version=2.44.0&shareable=JTdCJTIybW9kdWxlcyUyMiUzQSU1QiU3QiUyMm5hbWUlMjIlM0ElMjJtYWluLmpzJTIyJTJDJTIyY29kZSUyMiUzQSUyMmltcG9ydCUyMCU3QiUyMGElMjAlN0Ql…
-
```
// display all our groceries in a p tag, the last one will include all the one from the array **others**
->
It appears that the "**others**" part in the comment of the JavaScript source was jus…
-
```
What steps will reproduce the problem?
1. Use template string literals (ES6)
2. Use single quote in the template string literals
var test = `won't fix`;
// =>(0130) Multi-line strings are not all…
-
Hi,
Thank you for this very helpful library. I identified a strange bug which affects template literals.
### Description
When I minify the following:
```
function renderReviewElement(result) {
…
-
PARSE produces incorrect results when literals are present in the template.
![parse1](https://user-images.githubusercontent.com/73945349/147481458-5c72a45f-3290-4dce-96df-7be550b5fdda.gif)
![parse2]…
-
```
@jit(nopython=True)
def delta_mat(m,d):
size = m.size
if size == 1:
return np.full(fill_value=np.nan,shape=(1,1),dtype=np.float32)
if m.dtype != np.float32:
return np.full(fill…
-
We want to be able to change messages format without app redeployment.
- Template pattern should be fetched from Firebase.
- Template should allow to manipulation of message structure using stati…
-
From [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates):
> For any particular tagged template literal expression, the tag function will alwa…
-
I just installed the extension (thanks! :)
When I create an `html` inline string, the first tag I add does not get emmet-expanded - I see the emmet popup, but when I hit Enter, it disappears withou…