Skip to content
#

JavaScript

javascript logo

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 216,823 public repositories matching this topic...

bvaughn
bvaughn commented Jul 15, 2020

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

electron
darkred
darkred commented May 12, 2021

(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
![](https://user-images.githubusercontent.com/723651/117

orta
orta commented May 13, 2021

Suggestion

We'd like to give the TypeScript CLI's help a fresh lick of paint! The tsc --help is often the second command someone would run after tsc to understand what is going on, and we're like the output to focus on improving your knowledge of how to use the CLI.

There are two modes for --help, the default and --help --all.

I'd like to use a mix of color, weighting, spac

storybook
darkowic
darkowic commented Apr 26, 2021

Describe the bug
When story id starts with settings, the addon panel is frozen/broken/not responding. 🤯

https://user-images.githubusercontent.com/11510581/116053981-83f51f80-a67b-11eb-8a70-28e8b989b50e.mp4

To Reproduce
I reproduced it on newly created CRA with SB. See video above.

To reproduce: just add story id starting with settings

export default {
  title: "

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • Updated May 14, 2021
  • JavaScript