-
Is there a reason that template literals are generated here instead of regular strings? Unless I am missing something there are never any expressions in the strings.
-
I'm looking to add support for parts based on the mustache syntax proposed [in this document](https://github.com/w3c/webcomponents/blob/gh-pages/proposals/Template-Instantiation.md) to some of my proj…
-
|#|Test Case|Screenshot|Fixed|
|:-:|:-|:-:|:-:|
|1|`~await/a`|[link](https://user-images.githubusercontent.com/39399001/40296430-d85430a2-5cdc-11e8-9ea9-a16b6f393bea.png)|No|
|2|`a``instanceof/a/`|…
-
Issue Type: Bug
Javascript reporting error constantly during coding
VS Code version: Code 1.54.1 (f30a9b73e8ffc278e71575118b6bf568f04587c8, 2021-03-04T22:38:31.419Z)
OS version: Windows_NT x64 10.0…
-
# Bug Report
Cannot infer Template Literal Type containing `${number}` / `${string}`
### 🔎 Search Terms
- Template Literal Types number infer
- Template Literal Types string infer
### 🕗 V…
-
## The devDependency [rollup](https://github.com/rollup/rollup) was updated from `1.15.4` to `1.15.5`.
🚨 [View failing branch](https://github.com/videojs/video.js/compare/master...videojs:greenkeepe…
-
Running into an issue with tagged template literals when compiling to ES2015/ES6. I saw the unit test for tagged template literals is commented out in ES2015 tests: https://github.com/trullock/NUglify…
-
hello!
seems like all the cool kids are starting to use the hip new jsx alternatives like [lit-html](https://github.com/Polymer/lit-html), [lighterhtml](https://github.com/WebReflection/lighterhtml…
-
but it has `toString` method
```
$ cat test.js
// @flow
console.log(`${ {toString() { return 'string' }} }`);
$ flow check
test.js:2
2: console.log(`${ {toString() { return 'string' }} …
-
## Bug Report
**Current Behavior**
when set env target to ios8, @babel/preset-env won‘t transform `Computed property names` syntax, which in ios8 is not fully support in strict mode.
**Input Co…