The Wayback Machine - https://web.archive.org/web/20220802232717/https://github.com/topics/javascript
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 334,423 public repositories matching this topic...

Bartel-C8
Bartel-C8 commented May 9, 2022

Website or app

https://developer.chrome.com/blog/mv2-transition/

Repro steps

Use latest React DevTools with Electron (Chromium) (18.2.0 / Chromium 100)

  (node:80082) ExtensionLoadWarning: Warnings loading extension at ./node_modules/electron-devtools-vendor/extensions/react-developer-tools:
    Manifest version 2 is deprecated, and support will be removed in 2023. See https://
zicklag
zicklag commented Jul 22, 2022

https://github.com/denoland/deno/blob/72199303d899b8ddf2ff46ed11bd513ed9cc47e2/core/lib.deno_core.d.ts#L71-L72

I might be missing something, but it appears that the heapStats() function documented here doesn't exist. I've attempted to run the function in a script with deno_core, but it wasn't found. Also, I can't seem to find an implementation of the operation in the Deno source.

bug good first issue core
angular
jmwolfe
jmwolfe commented Jul 18, 2022

Description

First this section says:

So normally a hybrid application begins life as an AngularJS application, and it is AngularJS that processes the root template, for example, the index.html. Angular then steps into the picture when an Angular component is used somewhere in an AngularJS template. The template of that component will then be managed by Angular, and it may contain any

comp: docs good first issue P5
material-ui
Stehsegler
Stehsegler commented Jul 29, 2022

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Current behavior 😯

Contrary to the docs, the TablePaginationUnstyled component cannot be imported from @mui/base, as it is not exported in the package's index.js.

bug 🐛 good first issue package: base component: TablePagination
storybook
ndelangen
ndelangen commented Jul 18, 2022

Hey friends!

If you're looking for a way to contribute to storybook's codebase, i might have a few small-ish tasks most people should be able to pick up!

We're in the process of migrating away from having custom scripts to prepare out packages for publishing to npm.
We've used babel and tsc to generate a modern, esm, and cjs output (in different directories.

We've picked a new

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 Aug 2, 2022
  • JavaScript

Created by Brendan Eich

Released December 4, 1995

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

Related Topics

nodejs