string-extract-sass-vars 4.0.8 → 4.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2010-2022 Roy Revelt and other contributors
3
+ Copyright (c) 2010-2023 Roy Revelt and other contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -76,6 +76,6 @@ To report bugs or request features or assistance, [raise an issue](https://githu
76
76
 
77
77
  MIT License.
78
78
 
79
- Copyright © 2010-2022 Roy Revelt and other contributors.
79
+ Copyright © 2010-2023 Roy Revelt and other contributors.
80
80
 
81
81
  <p align="center"><img src="https://codsen.com/images/png-codsen-ok.png" width="98" alt="ok" align="center"> <img src="https://codsen.com/images/png-codsen-1.png" width="148" alt="codsen" align="center"> <img src="https://codsen.com/images/png-codsen-star-small.png" width="32" alt="star" align="center"></p>
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * @name string-extract-sass-vars
3
3
  * @fileoverview Parse SASS variables file into a plain object of CSS key-value pairs
4
- * @version 4.0.8
4
+ * @version 4.0.9
5
5
  * @author Roy Revelt, Codsen Ltd
6
6
  * @license MIT
7
7
  * {@link https://codsen.com/os/string-extract-sass-vars/}
8
8
  */
9
9
 
10
- var h="4.0.8";var w=h,p="\\",f={throwIfEmpty:!1,cb:null};function y(t,n){if(typeof t!="string")return{};if(n&&typeof n!="object")throw new Error(`string-extract-sass-vars: [THROW_ID_01] the second input argument should be a plain object but it was given as ${JSON.stringify(n,null,4)} (type ${typeof n})`);let r={...f,...n};if(r.cb&&typeof r.cb!="function")throw new Error(`string-extract-sass-vars: [THROW_ID_02] resolvedOpts.cb should be function! But it was given as ${JSON.stringify(n,null,4)} (type ${typeof n})`);let g=t.length,u=null,l=null,$=null,i=null,o=null,c=null,s=!1,a=!1,m=!1,b={};for(let e=0;e<g;e++)!s&&o&&t[e]===o&&t[e-1]!==p?o=null:!o&&!s&&t[e-1]!==p&&`'"`.includes(t[e])&&(o=t[e]),a&&`\r
10
+ var h="4.0.9";var w=h,p="\\",f={throwIfEmpty:!1,cb:null};function y(t,n){if(typeof t!="string")return{};if(n&&typeof n!="object")throw new Error(`string-extract-sass-vars: [THROW_ID_01] the second input argument should be a plain object but it was given as ${JSON.stringify(n,null,4)} (type ${typeof n})`);let r={...f,...n};if(r.cb&&typeof r.cb!="function")throw new Error(`string-extract-sass-vars: [THROW_ID_02] resolvedOpts.cb should be function! But it was given as ${JSON.stringify(n,null,4)} (type ${typeof n})`);let g=t.length,u=null,l=null,$=null,i=null,o=null,c=null,s=!1,a=!1,m=!1,b={};for(let e=0;e<g;e++)!s&&o&&t[e]===o&&t[e-1]!==p?o=null:!o&&!s&&t[e-1]!==p&&`'"`.includes(t[e])&&(o=t[e]),a&&`\r
11
11
  `.includes(t[e])&&(a=!1),!s&&t[e]==="/"&&t[e+1]==="/"&&(a=!0),m&&t[e-2]==="*"&&t[e-1]==="/"&&(m=!1),!s&&t[e]==="/"&&t[e+1]==="*"&&(m=!0),s=a||m,!s&&t[e]==="$"&&u===null&&(u=e+1),!s&&l!==null&&!o&&t[e]===";"&&(i=t.slice(`"'`.includes(t[l])?l+1:l,(c||0)+1),/^-?\d*\.?\d*$/.test(i)&&(i=+i),b[$]=r.cb?r.cb(i):i,u=null,l=null,$=null,i=null),!s&&$!==null&&t[e]&&t[e].trim().length&&l===null&&(l=e),!s&&!$&&u!==null&&t[e]===":"&&!o&&($=t.slice(u,e)),`'"`.includes(t[e])||(c=e);if(!Object.keys(b).length&&r.throwIfEmpty)throw new Error("string-extract-sass-vars: [THROW_ID_03] no keys extracted! (setting resolvedOpts.opts)");return b}export{f as defaults,y as extractVars,w as version};
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * @name string-extract-sass-vars
3
3
  * @fileoverview Parse SASS variables file into a plain object of CSS key-value pairs
4
- * @version 4.0.8
4
+ * @version 4.0.9
5
5
  * @author Roy Revelt, Codsen Ltd
6
6
  * @license MIT
7
7
  * {@link https://codsen.com/os/string-extract-sass-vars/}
8
8
  */
9
9
 
10
- "use strict";var stringExtractSassVars=(()=>{var c=Object.defineProperty;var E=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames,S=Object.getOwnPropertySymbols;var d=Object.prototype.hasOwnProperty,O=Object.prototype.propertyIsEnumerable;var f=(e,t,n)=>t in e?c(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,p=(e,t)=>{for(var n in t||(t={}))d.call(t,n)&&f(e,n,t[n]);if(S)for(var n of S(t))O.call(t,n)&&f(e,n,t[n]);return e};var x=(e,t)=>{for(var n in t)c(e,n,{get:t[n],enumerable:!0})},N=(e,t,n,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let l of V(t))!d.call(e,l)&&l!==n&&c(e,l,{get:()=>t[l],enumerable:!(a=E(t,l))||a.enumerable});return e};var D=e=>N(c({},"__esModule",{value:!0}),e);var j={};x(j,{defaults:()=>y,extractVars:()=>k,version:()=>A});var v="4.0.8";var A=v,w="\\",y={throwIfEmpty:!1,cb:null};function k(e,t){if(typeof e!="string")return{};if(t&&typeof t!="object")throw new Error(`string-extract-sass-vars: [THROW_ID_01] the second input argument should be a plain object but it was given as ${JSON.stringify(t,null,4)} (type ${typeof t})`);let n=p(p({},y),t);if(n.cb&&typeof n.cb!="function")throw new Error(`string-extract-sass-vars: [THROW_ID_02] resolvedOpts.cb should be function! But it was given as ${JSON.stringify(t,null,4)} (type ${typeof t})`);let a=e.length,l=null,o=null,$=null,r=null,u=null,g=null,i=!1,m=!1,b=!1,h={};for(let s=0;s<a;s++)!i&&u&&e[s]===u&&e[s-1]!==w?u=null:!u&&!i&&e[s-1]!==w&&`'"`.includes(e[s])&&(u=e[s]),m&&`\r
10
+ "use strict";var stringExtractSassVars=(()=>{var c=Object.defineProperty;var E=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames,S=Object.getOwnPropertySymbols;var d=Object.prototype.hasOwnProperty,O=Object.prototype.propertyIsEnumerable;var f=(e,t,n)=>t in e?c(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,p=(e,t)=>{for(var n in t||(t={}))d.call(t,n)&&f(e,n,t[n]);if(S)for(var n of S(t))O.call(t,n)&&f(e,n,t[n]);return e};var x=(e,t)=>{for(var n in t)c(e,n,{get:t[n],enumerable:!0})},N=(e,t,n,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let l of V(t))!d.call(e,l)&&l!==n&&c(e,l,{get:()=>t[l],enumerable:!(a=E(t,l))||a.enumerable});return e};var D=e=>N(c({},"__esModule",{value:!0}),e);var j={};x(j,{defaults:()=>y,extractVars:()=>k,version:()=>A});var v="4.0.9";var A=v,w="\\",y={throwIfEmpty:!1,cb:null};function k(e,t){if(typeof e!="string")return{};if(t&&typeof t!="object")throw new Error(`string-extract-sass-vars: [THROW_ID_01] the second input argument should be a plain object but it was given as ${JSON.stringify(t,null,4)} (type ${typeof t})`);let n=p(p({},y),t);if(n.cb&&typeof n.cb!="function")throw new Error(`string-extract-sass-vars: [THROW_ID_02] resolvedOpts.cb should be function! But it was given as ${JSON.stringify(t,null,4)} (type ${typeof t})`);let a=e.length,l=null,o=null,$=null,r=null,u=null,g=null,i=!1,m=!1,b=!1,h={};for(let s=0;s<a;s++)!i&&u&&e[s]===u&&e[s-1]!==w?u=null:!u&&!i&&e[s-1]!==w&&`'"`.includes(e[s])&&(u=e[s]),m&&`\r
11
11
  `.includes(e[s])&&(m=!1),!i&&e[s]==="/"&&e[s+1]==="/"&&(m=!0),b&&e[s-2]==="*"&&e[s-1]==="/"&&(b=!1),!i&&e[s]==="/"&&e[s+1]==="*"&&(b=!0),i=m||b,!i&&e[s]==="$"&&l===null&&(l=s+1),!i&&o!==null&&!u&&e[s]===";"&&(r=e.slice(`"'`.includes(e[o])?o+1:o,(g||0)+1),/^-?\d*\.?\d*$/.test(r)&&(r=+r),h[$]=n.cb?n.cb(r):r,l=null,o=null,$=null,r=null),!i&&$!==null&&e[s]&&e[s].trim().length&&o===null&&(o=s),!i&&!$&&l!==null&&e[s]===":"&&!u&&($=e.slice(l,s)),`'"`.includes(e[s])||(g=s);if(!Object.keys(h).length&&n.throwIfEmpty)throw new Error("string-extract-sass-vars: [THROW_ID_03] no keys extracted! (setting resolvedOpts.opts)");return h}return D(j);})();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "string-extract-sass-vars",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
4
4
  "description": "Parse SASS variables file into a plain object of CSS key-value pairs",
5
5
  "keywords": [
6
6
  "css",
@@ -73,6 +73,6 @@
73
73
  "various": {}
74
74
  },
75
75
  "devDependencies": {
76
- "color-shorthand-hex-to-six-digit": "^5.0.6"
76
+ "color-shorthand-hex-to-six-digit": "^5.0.7"
77
77
  }
78
78
  }