-
Updated
Apr 24, 2021 - JavaScript
JavaScript
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.
Here are 212,826 public repositories matching this topic...
PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.
We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple
-
Updated
Apr 25, 2021 - JavaScript
-
Updated
Mar 22, 2021
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
Mar 25, 2021
FileHandle.stream
It might be possible to have a more efficient way to pipe a file to a stream by adding a .stream method to FileHandle.
e.g.
FileHandle.prototype.stream = async function (dst, { start = 0, end, signal } = {}) {
// TODO: this[kRef](), this[kUnref](), if (signal.aborted) throw AbortError()
let pos = start
while (true) {
if (end && pos >= end) {
break
}
In version typescript 4.1 the option "noUncheckedIndexedAccess" has been added.
I would strongly advise deno to support the ability to set this option.
https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess
-
Updated
Apr 24, 2021 - JavaScript
🐞 bug report
Affected Package
The issue is caused by package @angular/common.
Is this a regression?
No.
Description
This is a request for clearer error messaging. When an NgSwitchDefault directive erroneously exists
If we do #43710, the first thing you'll see every time you request completions on a string is a bunch of crossed-out properties. Ideally, we never would've shown these properties anyway, but we traditionally had to have them there because ES6.
Originally posted by @DanielRosenwasser in microsoft/TypeScript#43710 (comment)
__
@deprecated has its o
-
Updated
Apr 25, 2021 - JavaScript
I am trying to apply custom styles for components via theme.components so that all related material ui components styles gets applied. But due to specificity issues, some are not getting overriden.
-
Updated
Apr 25, 2021 - JavaScript
What's the problem?
I have successfully customized my storybook with addon-themes and created the dark style for div with a .docs-story class.
I tried to style the "show code" button on the docs tab without luck via CSS in preview-head.html.
The problem is that there is no unique CSS class to scope (only dynamically generated classes):
<div class="css-11xgcgt">
<button c
-
Updated
Apr 24, 2021 - JavaScript
-
Updated
Apr 24, 2021 - JavaScript
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
Apr 15, 2021
-
Updated
Apr 24, 2021 - JavaScript
-
Updated
Apr 23, 2021 - Vue
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Mar 30, 2021
-
Updated
Apr 23, 2021 - TypeScript
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia


Version
2.6.10
Reproduction link
https://github.com/vuejs/vue
Steps to reproduce
What is expected?
attribute 'componen