-
It's very easy to create security issues when using template literals....
For example
````
const email = 'test@acme.org';
const res = sql.query`select * from where email = ${email}`;
-
Styled-components uses css inside a tagged template. Is it possible to support them?
-
I saw other posts here about pressable but I am struggling to style pressable with styled-components.
Why this doesn't work?
```
export default function App() {
const [count, setCount] = React.u…
-
This looks quite useful thanks for providing the idea!
In my opinion tagged template literals aren't that easy to read. Plain old property access is much cleaner. I actually build something similar…
-
In the git history of `trailing-newline.ts` you can find a mistake where I wrote `'\UFEFF'` instead of `\uFEFF`.
The rule should check every string and template literal for escaped characters that ar…
-
ES6 tagged string are a powerfull feature that can be leveraged to easly build wonderfull things like [template engines](https://github.com/PolymerLabs/lit-html).
-
Historically, the Fauna team has ignored my questions pertaining to contributions which I'll begin by prefacing:
- https://github.com/fauna/vscode/issues/95
- https://github.com/fauna/faunadb-js/i…
-
I want to use css preprocessor, therefore I have to use custom minifier function, where the last call would be to `minify.minifyHTMLLiterals`.
How about making a special function, that accepts `nex…
-
Could a plugin like this work without lit-html and/or with any JS file that has a template literal in it?
-
I'm in the progress of implementing performance improvements both to the backend and frontend. Here's what's being done:
- [x] minify html at buildtime
- [x] use gulp@next vs github:gulp#4
- [x] …