Skip to content

Commit

Permalink
some stylistic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 16, 2021
1 parent 4e18c01 commit 05fccd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/core-js/internals/ieee754.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// IEEE754 conversions based on https://github.com/feross/ieee754
// eslint-disable-next-line no-shadow-restricted-names -- for better compression
var Infinity = 1 / 0;
var abs = Math.abs;
var pow = Math.pow;
var floor = Math.floor;
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js/internals/string-punycode-to-ascii.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var adapt = function (delta, numPoints, firstTime) {
* Converts a string of Unicode symbols (e.g. a domain name label) to a
* Punycode string of ASCII-only symbols.
*/
// eslint-disable-next-line max-statements -- TODO
// eslint-disable-next-line max-statements -- TODO
var encode = function (input) {
var output = [];

Expand Down

0 comments on commit 05fccd8

Please sign in to comment.