-
👋 friend. Welcome to styled-jsx and thanks for contributing!
⚠️ IMPORTANT ⚠️
If you need help or have a question about styled-jsx please ask it on Spectrum https://spectrum.chat/styled-jsx or jo…
-
As of right now, template literals are modeled after ECMAScript, e.g.:
```
export component Foo {
bar: string
return `
Hello ${bar}
`
}
```
Imho this causes two problems:
1. …
-
**Describe the bug**
Keyframes cannot be declared in template literals (ie `css''` or `keyframes''`), although they can referenced in template literals.
**To Reproduce**
Steps to reproduce the be…
-
Code implementing Bullet 3 - 5 of https://tc39.es/ecma262/#sec-utf16encodecodepoint isn't hit when when a `\u{...}` unicode escape sequence in the range of 0x10000 through 0x10FFFF is used in a Templa…
-
Currently, Tau-Prolog requires Prolog queries to be passed as strings to the interpreter:
`session.query("nonvar(1)");`
But instead of passing a string, I'd prefer to call Prolog functions direc…
-
Related to many template, template instantiation, and DOM parts discussions (but especially https://github.com/WICG/webcomponents/issues/777, https://github.com/WICG/webcomponents/issues/682, and http…
-
I didn't find any bug report on that, so sorry if that already been answered ;)
I read that gopherjs is mostly trying to follow es5 for compatibility (https://github.com/gopherjs/gopherjs/issues/32…
-
Pre-requisites:
- [Template literals & tagged letrals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals): write your own template parser:
- simple interpolation
…
-
I started a list of potential ECMAScript proposals and this was on my list 😄.
I think the README does a pretty good job of explaining why this feature is necessary. However, I had a different synta…
-
Tracking ReScript v11 syntax changes:
- [x] Extensible records (e.g. type `t = {...t1, x:int, ...t2}` https://github.com/rescript-lang/rescript-compiler/issues/5659
- [x] Partial application of un…