-
Updated
Jul 25, 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 234,316 public repositories matching this topic...
I didn't find a suitable place to open feature request of react devtools.
We're developing a babel plugin to inject a useDebugValue
into every component so that developers can immediately see the source file path of inspecting component like:
We are expecting this file://
url
-
Updated
Jul 25, 2021 - JavaScript
-
Updated
Jul 25, 2021
-
Updated
Jul 25, 2021 - JavaScript
-
Updated
Jul 15, 2021 - JavaScript

-
Updated
Jul 23, 2021 - C++
-
Updated
Jul 25, 2021 - JavaScript
-
Updated
Jul 15, 2021
-
Updated
Jul 24, 2021 - JavaScript
Version
v15.8.0
Platform
Darwin Alekseys-iMac.local 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64
Subsystem
stream
What steps will reproduce the bug?
Run the following code:
'use strict'
const { Transform, pipeline } = require('stream')
function createTransformStream (tf, context)
Currently the error message of the exception, thrown from the Deno.stat/statSync
, when the file is missing, does not include the file name:
nickolay@frontier:~/workspace/Bryntum/siesta-monorepo/siesta$ deno
Deno 1.9.2
exit using ctrl+d or close()
> Deno.statSync('/home/nickolay/not_existing_file')
Uncaught NotFound: No such file or directory (os error 2)
at unwrapOpResult (deno:co
-
Updated
Jul 25, 2021 - TypeScript
Bug Report
🔎 Search Terms
- inlay hints
- parameter hints
🕗 Version & Regression Information
4.4, not a regression
💻 Code
Turn on parameter name hints for the code:
function foo(bar: string) { }
const o = { bar: 'abc' }
foo(o.bar);
🙁 Actual behavior
Currently you do get
-
Updated
Jul 25, 2021 - JavaScript
Arrow in the Popper example does not display correctly in the v5.0-beta documentation.
- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
There is no arrow displayed and instead there is a black box in its place.
Expecte
-
Updated
Jul 21, 2021 - JavaScript
Describe the bug
When using @storybook/addons-backgrounds
in a react project with a custom Decorator
, the initial/default background value is not passed to the context.globals
.
I have a project performing text contrast logic where I need the initial value to pass to javascript.
To Reproduce
- Pull down and run this re
-
Updated
Jul 25, 2021 - JavaScript
-
Updated
Jul 17, 2021
-
Updated
Jul 23, 2021 - JavaScript
-
Updated
Jul 25, 2021 - JavaScript
-
Updated
Jul 11, 2021 - JavaScript
-
Updated
Jul 22, 2021
-
Updated
Jul 19, 2021 - JavaScript
-
Updated
Jul 23, 2021 - Vue
-
Updated
Jul 20, 2021 - JavaScript
-
Updated
Jul 24, 2021 - TypeScript
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Related Topics
nodejs
js13kGames competition
August - September 2021 • Online
Version
2.6.10
Reproduction link
https://github.com/vuejs/vue
Steps to reproduce
What is expected?
attribute 'componen