| Nov | DEC | Jan |
| 23 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
{{BigInt("100")}}, {{100n}}, {{2n * 50n}}or{{50n + 50n}} should show "100" (it can be just simply string by using .toString()) at frontend.
At the moment using BigInt in "Mustache" syntax just throw error.
Sure, backu
Read more
feature request
good first issue
has PR
Open
npm install --save react-devtools
Read more
Component: Developer Tools
good first issue
Open
JumpList does not cause other entries to disappear.
JumpList entry makes all other entries disappear.
const readline = require('readline'); const input = readline.createInterface({ input: process.stdin });The code above just hangs. Describe the solution you'd like
const readline = require('readline');
const input = readline.createInterface({
input: process.stdin
});
+input.unref(
Read more
doc
good first issue
readline
Open
Deno.createHttpClient now can be configured to use a CA using the caData field. They caFile field is this not needed anymore.
Read more
cli
good first issue
l-rust
l-typescript
Open
undefined; Infinity; NaN;Result: Semantic highlighting recolors
Infinity and NaN from constant.languagetovariable.
Expected:
All three identifiers should be colored identically.
Read more
good first issue
help wanted
Open
start-storybook -h 192.168.89.89 -p 9009
Local: http://192.168.89.89:9009
On your network: http://10.0.2.15:9009
The expected result should be like the one bellow
Local: http://localhost::9009/
On your network: http://192.168.89.89:9009
Read more
PN
bug
cli
good first issue
Open