-
Updated
May 21, 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 217,612 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
May 21, 2021 - JavaScript
-
Updated
May 10, 2021
-
Updated
May 18, 2021 - JavaScript
-
Updated
May 18, 2021 - JavaScript
-
Updated
May 21, 2021 - JavaScript
-
Updated
May 17, 2021
The current WHATWG URL parser implementation is written in C/C++ and incurs a fairly significant cost crossing the JS/C++ boundary. It should be possible to realize a significant performance improvement by porting the implementation to WASM (similar to how the https://github.com/nodejs/undici project has seen a massive performance boost out of moving llhttp parser to wasm).
If someone wanted to
-
Updated
May 20, 2021 - JavaScript
(follow-up to #10291)
First of all thanks a lot for implementing the download percentage with #10343
I just upgraded the new version, 1.10.1,
and I see that both the 'downloaded size' and 'download percentage' are padded with leading zeros:
screen capture
deno upgrade --dry-run --force


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