-
**Issue by [RaymondLim](https://github.com/RaymondLim)**
_Thursday Jan 12, 2017 at 04:14 GMT_
_Originally opened as https://github.com/adobe/brackets/pull/13038_
----
This fixes #13036.
----
_**[…
-
JSXText and Literal are already supported but TemplateElement is not yet supported. Can that be added?
[Template literals (Template strings) - JavaScript | MDN](https://developer.mozilla.org/en-US/…
-
When using template literals in className is encompasses surrounding divs also.
I saw some previous issues but wasn't able to find any solution in them.
**Before:** When cursor is on Class
![imag…
-
**Is your feature request related to a problem? Please describe.**
Strings inside template literals are currently not obfuscated.
For example:
```js
console.log(`Hello World`)
```
Will prese…
-
| Sequence | Name | {N} |
| -------- | ----------------- | --------------------- |
| `\x{N}` | hexadecimal value | 32 digits >= 1 digits |
| | | |
The hex escape …
-
Error: Transform failed with 6 errors:
:654:46342: ERROR: Legacy octal escape sequences cannot be used in template literals
:655:747: ERROR: Legacy octal escape sequences cannot be used in an ECMASc…
-
### 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…
-
Currently, if you create a variable of an interpolated string type using either `number`, `string` or `bigint` inside you'll get no suggestion for it:
![image](https://github.com/microsoft/…
-
### Description
Implement [no-useless-escape](https://eslint.org/docs/latest/rules/no-useless-escape/).
Want to contribute? Lets you know you are interested! We will assign you to the issue to pre…
-
### Describe the Issue
**Curriculum Name**
- Learn Recursion by Building a Decimal to Binary Converter
**Step**
- 103
**Problem**
Throughout the process, we have consistently passed strings to the …