-
Updated
Sep 19, 2020 - 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 174,675 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
Sep 18, 2020 - JavaScript
-
Updated
Sep 18, 2020
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
Sep 17, 2020 - JavaScript
Missing a validateInteger
check
-
Updated
Sep 4, 2020
there are many exported functions in standard library but some functions' JSDocs are missing
here is the list of ts files that need to be updated
-
encoding/hex.ts
-
encoding/toml.ts
-
fmt/colors.ts
-
fmt/printf.ts
-
fs/walk.ts
-
http/file_server.ts
-
io/streams.ts
-
io/util.ts
-
log/mod.ts
-
node/querystring
- `node/u
This is kind of the progression of #25309, and this issue's fix should be inspired by microsoft/TypeScript#27034.
Lots of users seem to be confused by misconfiguration when using popular new methods added to built-in types. A recent example is microsoft/TypeScript#40319.
The idea here come up with a static list of methods added to
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
Sep 18, 2020 - JavaScript
- 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 😯
start adornment's position is not correct when autocomplete has a filled variant. it has an extra margin on top:
![image](https://user-images.githubusercontent.com/5295554/92636
-
Updated
Sep 18, 2020 - JavaScript
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior:
- ng new ng-ui --create-application=false
- cd ng-ui
- ng g lib button -p ui
- npx -p @storybook/cli sb
-
Updated
Sep 17, 2020 - JavaScript
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
Sep 17, 2020 - JavaScript
-
Updated
Sep 18, 2020 - Vue
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Sep 16, 2020
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Sep 6, 2020 - JavaScript
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Version
2.6.11
Reproduction link
https://jsfiddle.net/hgaL8t5n/
Steps to reproduce
Use translate=no in a template
What is expected?
template=no to be rendered in the HTML
What is actually happening?
translate=translate is being rendered instead
You can use devtools to inspect the rendered HTML in the reproducible