Nicholas C. Zakas
Nicholas C. Zakas
Several array methods now check for an upper bound of 2^53 and throw a type error if that limit is reached. For instance, `push`: http://www.ecma-international.org/ecma-262/6.0/#sec-array.prototype.push There are several other methods,...
It would be useful to include a file size limit, such that a data URI is not generated if a referenced file in the CSS is larger than a given...
It would be nice to calculate statistics on the created file. For example, it would be nice to add up the size of the original images plus the original style...
Some browsers allow you to specify downloadable fonts in CSS. It would be good to have the option to embed these, too.
Some browsers support custom cursors in CSS. It would be good to allow embedding of these files as well.
At the moment, the process for adding new syntax is a bit haphazard. There are some implicit agreements, like experimental syntax goes in `experimental` and we don't debate much until...
To aid in communicating with participants, it would be helpful to come up with a statement of scope so everyone knows what is and is not a part of ESTree....
I'm noticing that there are some slight location differences between Esprima and Acorn. Consider the following: ``` js function bar(a) { switch (a) { case 2: break; case 1: break;...
Refs #13481 #### Prerequisites checklist - [x] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md). #### What is the purpose of this pull request? (put an "X" next to an item) [...
This issue describes the implementation plan for eslint/rfcs#9, which will take place in several phases: ## Phase 1: Extract current config system - [x] Create new GitHub repository (`eslint/eslintrc`) -...