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 174,502 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

tokiedokie
tokiedokie commented Sep 15, 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
DanielRosenwasser
DanielRosenwasser commented Aug 30, 2020

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

material-ui
at-webdev
at-webdev commented Sep 16, 2020

I am using React Testing Library, Is it possible to test in specific Material UI icon as ArrowLeft / ArrowRight instead of .MuiSvgIcon-root?

App component:

return {open ? <ArrowLeft/> :<ArrowRight/>}

RTL Testing : Below tests are passing but it doesn't check in specific ArrowLeft or ArrowRight icon.

describes("MockTest",()=>{

it("renders Left arrow",()=>{
const {cont

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 Sep 18, 2020
  • JavaScript
storybook
AlokTakshak
AlokTakshak commented Aug 16, 2020

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:

  1. ng new ng-ui --create-application=false
  2. cd ng-ui
  3. ng g lib button -p ui
  4. npx -p @storybook/cli sb

Created by Brendan Eich

Released December 4, 1995

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

Related Topics

nodejs
You can’t perform that action at this time.