es5
Here are 389 public repositories matching this topic...
-
Updated
Oct 27, 2018 - JavaScript
Description
Heylow, I'd like to have a simple example on where I can find the types returned by the different functions. e.g.
import * as gitlab from 'gitlab'
const aaa = new gitlab.Gitlab({ host:'foo', token:'bar' });
const bbb : WHAT_AM_I??? = aaa;The thing is that I would like to pass them to e.g. a function, and for now I am using any where the WHAT_AM_I??? is
-
Updated
Jun 11, 2020 - JavaScript
Setting a custom tagged template grammar like csscustom:source.css and using it on a file
let csscustom = () => {};
csscustom`
a{
color:#fff;
}
`;produces a warning Callback must be a function and does not highlight the text differently
 //20 10 200 60
//Lets modify the object:width to 30 and perimeter to 80
const rectangle = {
width: 30,
height:10,
area: 200,
perimeter:80
}
let {width, heigh, area, perimeter = 60} = rectangle;
console.log(width
Update focus styles
When focusing an active accordion trigger a unique focus style should be available
This should just require a new css focus selector for the button when in the aria-expanded state
add ignore list
it's probably infeasible to limit to pass in the webpack config and have the tool ignore things that are already ignored in the webpack config considering how many tools may build on the webpack config like The Vue-CLI which uses The vue.config.js which dynamically builds one. Thus, would it be feasible to add an ignore list or regexp that allows for the ignoring of node modules that might alread
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Jul 16, 2019 - JavaScript
-
Updated
Nov 18, 2017 - JavaScript
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Jan 25, 2018 - JavaScript
Examples preset
Add preset for examples in JsDoc and .md files.
This preset should consist of the same pedant rules without:
no-newno-unused-expressionsno-undef- ???
Improve this page
Add a description, image, and links to the es5 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the es5 topic, visit your repo's landing page and select "manage topics."

The navigation in the documentation is currently showing a horizontal scrollbar and isn't full-height.
I'm not sure if it's supposed to be full-height, but I think the horizontal scrollbar should be an easy fix by just making it slightly wider ;)
Here's a screenshot to show what I mean:
![capture](https://cloud.githubusercontent.com/assets/152227/14913804/d8c2c74c-0e05-11e6-92f5-3e2d97904e92.PNG