-
Thanks for your amazing working first
thie regexp of requireRegex cannot match Template literals
I hope you can change requireRegex to `/require\s*\(\s*(["'`].*?["'`])\s*\)/g;`
I am badly need this
-
The following code is illegal:
```js
let o = {`key`: value};
```
Report a nice diagnostic for this issue.
-
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 = (…
-
The C++20 code below fails to compile under Ubuntu 24.04 with Clang trunk using `clang++ -c -std=c++20 lit.cpp`. In brief, using a string literal such as `"mystring"s` in a constexpr context fails whe…
pkeir updated
2 weeks ago
-
I'm not sure how to deal with the various names this could be under (`outdent` is more recently updated but `dedent` has more weekly npm downloads, etc. while a better name might be `txt` similar to `…
-
I am working on integrating this package into Chrome DevTools. The following test appears to be failing, since `
-
Currently, if you use a template literal in the live editor Oh Noes will display an error like so:
**Unexpected \`.**
Here's an example: https://www.khanacademy.org/computer-programming/template-l…
-
It would be nice if template literals html get highlight!
-
We want to be able to change messages format without app redeployment.
- Template pattern should be fetched from Firebase.
- Template should allow to manipulation of message structure using stati…
-
```
import numpy as np
import pandas as pd
from numba import jit
@jit(nopython=True)
def COUNT(x,n,d):
'''
the number of sample when condition satistied in past d trade dates
x: logic vec…