- Linting: As per latest ash-nazg

- Docs: Update license badge
- Docs(CHANGES): Update
- npm: Update devDeps. and package-lock.json
This commit is contained in:
Brett Zamir
2020-07-01 13:34:47 +08:00
parent ad80f18088
commit 4c638d4820
16 changed files with 1138 additions and 1546 deletions

5
dist/index-es.js vendored
View File

@@ -3616,6 +3616,9 @@ var typeMap_ = {};
* @function module:units.ElementContainer#getRoundDigits
* @returns {Integer} The number of digits number should be rounded to
*/
// Todo[eslint-plugin-jsdoc@>=29.0.0]: See if parsing fixed to allow '%'
/* eslint-disable jsdoc/valid-types */
/**
* @typedef {PlainObject} module:units.TypeMap
@@ -3630,6 +3633,8 @@ var typeMap_ = {};
* @property {0} %
*/
/* eslint-enable jsdoc/valid-types */
/**
* Initializes this module.
*

File diff suppressed because one or more lines are too long

5
dist/index-umd.js vendored
View File

@@ -3622,6 +3622,9 @@
* @function module:units.ElementContainer#getRoundDigits
* @returns {Integer} The number of digits number should be rounded to
*/
// Todo[eslint-plugin-jsdoc@>=29.0.0]: See if parsing fixed to allow '%'
/* eslint-disable jsdoc/valid-types */
/**
* @typedef {PlainObject} module:units.TypeMap
@@ -3636,6 +3639,8 @@
* @property {0} %
*/
/* eslint-enable jsdoc/valid-types */
/**
* Initializes this module.
*

File diff suppressed because one or more lines are too long

View File

@@ -3730,6 +3730,9 @@ var SvgCanvas = (function () {
* @function module:units.ElementContainer#getRoundDigits
* @returns {Integer} The number of digits number should be rounded to
*/
// Todo[eslint-plugin-jsdoc@>=29.0.0]: See if parsing fixed to allow '%'
/* eslint-disable jsdoc/valid-types */
/**
* @typedef {PlainObject} module:units.TypeMap
@@ -3744,6 +3747,8 @@ var SvgCanvas = (function () {
* @property {0} %
*/
/* eslint-enable jsdoc/valid-types */
/**
* Initializes this module.
*

File diff suppressed because one or more lines are too long