| Dec | JAN | Feb |
| 24 | ||
| 2021 | 2022 | 2023 |
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.
stream.finished()
const { finished } = require('stream'); finished(new ReadableStream(), (err) => { /* ... */ }); finished(new WritableStream(), (err) => { /* ... */ }); finished(new TrRead more stream good first issue web streams Open
We should do the same
Read more
good first issue
feat
Open
someNewAsyncAPI
export class AppComponent implements OnInit {
constructor(private ngZone: NgZone) {}
ngOnInit() {
// New async API is not handled by Zone, so you need to
// use ngZone.run() to make the asynchronous operation in the Angular zone
// and trigger change
Read more
comp: docs
help wanted
good first issue
Open
function container() { import 'fs' export { container } namespace N { } }The current errors for these three statements are vague and, for JS, contain irrelevant terms: Actual: (1) "An import declaration can only be used in a namespace or module." (2) "An export declaration can Read more Bug Help Wanted Good First Issue Open
transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.
Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.
Read more
bug
good first issue
help wanted
compatibility with other tools
Open
Event
Event
Event
Event