| Dec | JAN | Feb |
| 17 | ||
| 2020 | 2021 | 2022 |
COLLECTED BY
Collection: Save Page Now
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
update-notifier message:
╭────────────────────────────────────────╮
│ │
│ Update available 4.4.0 → 4.9.0 │
│ Run npm i react-devtools to update │
│ │
╰────────────────────────────────────────╯
I appreciate the goal of this message. Ho
Read more
Component: Developer Tools
good first issue
Open
JumpList does not cause other entries to disappear.
JumpList entry makes all other entries disappear.
pipeline should immediately fail with ERR_STREAM_DESTROYED when any of the streams have already been destroyed.
Readable might need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check _readableState.errored and/or _readableState.ended.
Refs: nodejs/node#29227 (comment)
Read more
good first issue
stream
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
@default tag to describe the default value @deprecated tag.
Describe the solution you'd like
Some ideas:
●It would be nice i
Read more
PN
addon: docs
block: argstable
feature request
Open