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 212,289 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
lucacasonato
lucacasonato commented Apr 10, 2021

Currently we implement our own data url parsing in the data_url_media_type function in the lsp: https://github.com/denoland/deno/blob/1ed95120225eb3d7c9adeadcc3b1f610dbe55b7e/cli/lsp/urls.rs#L52-L61

We also implement a slightly different parser in the module loader: https://github.com/denoland/deno/blob/8d55d8b6be8731d37ccf6a29127b3a91a8319d0b/cli/file_fetcher.rs#L156-L188

Both of these cu

material-ui
storybook
cmsbased
cmsbased commented Apr 21, 2021

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

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 Apr 21, 2021
  • JavaScript

Created by Brendan Eich

Released December 4, 1995

Website
developer.mozilla.org/en-US/docs/Web/JavaScript
Wikipedia
Wikipedia

Related Topics

nodejs