| Nov | DEC | Jan |
| 16 | ||
| 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
copySync() from std, which (without a good reason) calls path.resolve() which requires CWD access. It shouldn't call path.resolve().
_Originally posted by @nayeemrmninhttps://github.com/denoland/deno
Read more
bug
good first issue
std
Open
/** @type {Gioconda} */ ~~~~~~~~~~~~~~~~ // before #41877 ~~~~~~~~~~~~~~~~~ // after #41877 (both are wrong) !!! error TS8030: The typeRead more Bug PursuitFellowship good first issue help wanted Open
ironman@DT:~/projects/preact$ yarn start
yarn run v1.22.5
$ react-app-rewired start
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module 'react'
at Function.Module._resolveFilename (internal/modul
Read more
docs
good first issue
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