-
As mentioned in #3452, a Webpack-specific version of the template literals transformers would allow compressing `css` and `html` tagged template literals in bundles. This would be a good addition for …
-
We already have template literals and an extensible `Number.prototype`. The value prop here seems a bit low for a syntactic change.
This works today:
```js
const unit = name => {
const f = (…
-
### Describe the bug
When using solid-js with tagged template literals (using the html tag from solid-js/html), components that contains SVG fragments do not render when added in the context of an SV…
-
Should this be working with non-tagged template literals?
For example, running insiders 1.20 and a ts file including the following I don't get any syntax highlighting:
```javascript
return `
…
-
### What version of Bun is running?
_No response_
### What platform is your computer?
_No response_
### What steps can reproduce the bug?
```
function what({ raw }) {
console.log(raw)
}
w…
-
With the introduction of having [multiple paths](https://github.com/solidjs/solid-app-router#multiple-paths) for one route, it might be useful to have a way to have an option in an arbitrary place in …
-
https://github.com/tc39/proposal-template-literal-revision is stage 4. **tagged** template literals should be allowed to have invalid escape sequences like
```
latex`\unicode{blah}`
```
see ht…
mroch updated
6 years ago
-
https://github.com/PolymerLabs/lit-html
-
Hi, is there a way to generate literals with language tags by using DOSDP ?
This is what I need in the resulting OWL file :
- language-tagged literals such as `"[LABEL]"@en`
- or datatyped langua…
-
**Motivation**
Prism doesn't highlight supported languages when they are in a tagged template literal with common tags.
**Description**
Support for common tagged template literals such as…