ast-monkey-traverse-with-lookahead 4.2.2 → 4.2.3
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.
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @name ast-monkey-traverse-with-lookahead
|
|
3
3
|
* @fileoverview Utility library to traverse AST, reports upcoming values
|
|
4
|
-
* @version 4.2.
|
|
4
|
+
* @version 4.2.3
|
|
5
5
|
* @author Roy Revelt
|
|
6
6
|
* @license MIT
|
|
7
7
|
* {@link https://codsen.com/os/ast-monkey-traverse-with-lookahead/}
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
import{deepClone as u,isPlainObject as f}from"codsen-utils";var h="4.2.
|
|
10
|
+
import{deepClone as u,isPlainObject as f}from"codsen-utils";var h="4.2.3";var V=h;function D(y,a,$=0){if(typeof a!="function")throw new TypeError(`ast-monkey-traverse-with-lookahead/traverse(): [THROW_ID_01] The second argument must be a callback function. It was ${typeof a}.`);function l(e){return typeof e=="string"&&e[0]==="."?e.slice(1):e}let g={now:!1},s=[];function m(e,o,t,r){if(t={...t},t.depth+=1,Array.isArray(e))for(let n=0,i=e.length;n<i&&!r.now;n++){let c=`${t.path}.${n}`;t.parent=u(e),t.parentType="array",o(e[n],void 0,{...t,path:l(c)},r),m(e[n],o,{...t,path:l(c)},r)}else if(f(e))for(let n in e){if(r.now&&n!=null)break;let i=`${t.path}.${n}`;t.depth===0&&n!=null&&(t.topmostKey=n),t.parent=u(e),t.parentType="object",o(n,e[n],{...t,path:l(i)},r),m(e[n],o,{...t,path:l(i)},r)}}function p(){let e=s.shift();e[2].next=[];for(let o=0;o<$&&s[o];o++)e[2].next.push(u([s[o][0],s[o][1],s[o][2]]));a(...e)}function d(...e){s.push([...e]),s.length>$&&p()}if(m(y,d,{depth:-1,path:""},g),s.length)for(let e=0,o=s.length;e<o;e++)p()}export{D as traverse,V as version};
|
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @name ast-monkey-traverse-with-lookahead
|
|
3
3
|
* @fileoverview Utility library to traverse AST, reports upcoming values
|
|
4
|
-
* @version 4.2.
|
|
4
|
+
* @version 4.2.3
|
|
5
5
|
* @author Roy Revelt
|
|
6
6
|
* @license MIT
|
|
7
7
|
* {@link https://codsen.com/os/ast-monkey-traverse-with-lookahead/}
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
"use strict";var astMonkeyTraverseWithLookahead=(()=>{var $=Object.defineProperty,j=Object.defineProperties,V=Object.getOwnPropertyDescriptor,I=Object.getOwnPropertyDescriptors,N=Object.getOwnPropertyNames,S=Object.getOwnPropertySymbols;var D=Object.prototype.hasOwnProperty,R=Object.prototype.propertyIsEnumerable;var A=(e,t,n)=>t in e?$(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,h=(e,t)=>{for(var n in t||(t={}))D.call(t,n)&&A(e,n,t[n]);if(S)for(var n of S(t))R.call(t,n)&&A(e,n,t[n]);return e},m=(e,t)=>j(e,I(t));var T=(e,t)=>{for(var n in t)$(e,n,{get:t[n],enumerable:!0})},M=(e,t,n,l)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of N(t))!D.call(e,s)&&s!==n&&$(e,s,{get:()=>t[s],enumerable:!(l=V(t,s))||l.enumerable});return e};var W=e=>M($({},"__esModule",{value:!0}),e);var y=(e,t,n)=>A(e,typeof t!="symbol"?t+"":t,n);var J={};T(J,{traverse:()=>U,version:()=>P});var G=new Set([..."\u060B$\u20BC\u17DB\xA5\u20A1\u20B1\xA3\u20AC\xA2\u20B9\uFDFC\u20AA\u20A9\u20AD\u20A8\u20AE\u20A6\u20BD\u20AB\u0E3F\u20A9\u20BA\u20B4","$U","$b","B/.","BZ$","Br","Bs","C$","CHF","Ft","Gs","J$","KM","K\u010D","L","MT","NT$","P","Q","R","R$","RD$","RM","Rp","S","S/.","TT$","Z$","kn","kr","lei","z\u0142","\u0192","\u0414\u0438\u043D.","\u0434\u0435\u043D","\u043B\u0432","\u062F.\u0625","Lek"]);var F=class{constructor(){y(this,"hasRepeatedReferences",!1);y(this,"clones",[]);y(this,"index");y(this,"sources",[])}get(e){if(this.index){let n=this.index.get(e);return n!==void 0&&(this.hasRepeatedReferences=!0),n}let t=this.sources.indexOf(e);if(t!==-1)return this.hasRepeatedReferences=!0,this.clones[t]}set(e,t){if(this.index){this.index.set(e,t);return}if(this.sources.push(e),this.clones.push(t),this.sources.length===32){this.index=new WeakMap;for(let n=0;n<this.sources.length;n++)this.index.set(this.sources[n],this.clones[n]);this.sources=[],this.clones=[]}}};function C(e,t){let n=t.get(e);if(n!==void 0)return n;let l=e.slice(0);return t.set(e,l),l}function B(e,t){if(typeof Buffer<"u"&&Buffer.isBuffer(e)){let r=Buffer.from(e);return t.set(e,r),r}let n=C(e.buffer,t);if(e instanceof DataView){let r=new DataView(n,e.byteOffset,e.byteLength);return t.set(e,r),r}let l=e.constructor,s=new l(n,e.byteOffset,e.length);return t.set(e,s),s}function k(e,t,n,l){for(let s of n){let r=t[s];e[s]=typeof r!="object"||r===null?r:d(r,l)}}function d(e,t){if(typeof e!="object"||e===null)return e;let n=t.get(e);if(n!==void 0)return n;if(Array.isArray(e)){let r=e.length,f=new Array(r);t.set(e,f);let c=e,g=Object.keys(e);if(g.length===r&&(r===0||g[r-1]==="".concat(r-1)))for(let o=0;o<r;o++){let i=c[o];f[o]=typeof i!="object"||i===null?i:d(i,t)}else k(f,c,g,t);return f}let l=Object.getPrototypeOf(e);if(l===Object.prototype||l===null){let r={};return t.set(e,r),k(r,e,Object.keys(e),t),r}if(e instanceof Date){let r=new Date(e.getTime());return t.set(e,r),r}if(ArrayBuffer.isView(e))return B(e,t);if(e instanceof ArrayBuffer||typeof SharedArrayBuffer<"u"&&e instanceof SharedArrayBuffer)return C(e,t);if(e instanceof Map){let r=new Map;t.set(e,r);for(let[f,c]of e)r.set(d(f,t),d(c,t));return r}if(e instanceof Set){let r=new Set;t.set(e,r);for(let f of e)r.add(d(f,t));return r}let s={};return t.set(e,s),k(s,e,Object.keys(e),t),s}function v(e){return d(e,new F)}function E(e){if(e==null||typeof e!="object")return!1;let t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null?!1:!(Symbol.iterator in e)&&!(Symbol.toStringTag in e)}var x,K=(x=Object.getOwnPropertyDescriptor(RegExp.prototype,"source"))==null?void 0:x.get;var _=Date.prototype.getTime;var O="4.2.2";var P=O;function U(e,t,n=0){if(typeof t!="function")throw new TypeError("ast-monkey-traverse-with-lookahead/traverse(): [THROW_ID_01] The second argument must be a callback function. It was ".concat(typeof t,"."));function l(o){return typeof o=="string"&&o[0]==="."?o.slice(1):o}let s={now:!1},r=[];function f(o,i,u,p){if(u=h({},u),u.depth+=1,Array.isArray(o))for(let a=0,b=o.length;a<b&&!p.now;a++){let w="".concat(u.path,".").concat(a);u.parent=v(o),u.parentType="array",i(o[a],void 0,m(h({},u),{path:l(w)}),p),f(o[a],i,m(h({},u),{path:l(w)}),p)}else if(E(o))for(let a in o){if(p.now&&a!=null)break;let b="".concat(u.path,".").concat(a);u.depth===0&&a!=null&&(u.topmostKey=a),u.parent=v(o),u.parentType="object",i(a,o[a],m(h({},u),{path:l(b)}),p),f(o[a],i,m(h({},u),{path:l(b)}),p)}}function c(){let o=r.shift();o[2].next=[];for(let i=0;i<n&&r[i];i++)o[2].next.push(v([r[i][0],r[i][1],r[i][2]]));t(...o)}function g(...o){r.push([...o]),r.length>n&&c()}if(f(e,g,{depth:-1,path:""},s),r.length)for(let o=0,i=r.length;o<i;o++)c()}return W(J);})();
|
|
10
|
+
"use strict";var astMonkeyTraverseWithLookahead=(()=>{var $=Object.defineProperty,B=Object.defineProperties,L=Object.getOwnPropertyDescriptor,U=Object.getOwnPropertyDescriptors,z=Object.getOwnPropertyNames,S=Object.getOwnPropertySymbols;var D=Object.prototype.hasOwnProperty,J=Object.prototype.propertyIsEnumerable;var w=(e,t,_)=>t in e?$(e,t,{enumerable:!0,configurable:!0,writable:!0,value:_}):e[t]=_,g=(e,t)=>{for(var _ in t||(t={}))D.call(t,_)&&w(e,_,t[_]);if(S)for(var _ of S(t))J.call(t,_)&&w(e,_,t[_]);return e},m=(e,t)=>B(e,U(t));var H=(e,t)=>{for(var _ in t)$(e,_,{get:t[_],enumerable:!0})},q=(e,t,_,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of z(t))!D.call(e,i)&&i!==_&&$(e,i,{get:()=>t[i],enumerable:!(o=L(t,i))||o.enumerable});return e};var G=e=>q($({},"__esModule",{value:!0}),e);var y=(e,t,_)=>w(e,typeof t!="symbol"?t+"":t,_);var he={};H(he,{traverse:()=>pe,version:()=>fe});var K=["_16_0_a_0_4_0_5_m_1_u_1_cp_4_b_e_4_7_0_1_0_3l_4_1_1_2_3_1_0_6_0_1_2_1_0_1_j_1_2a_1_3u_8_4l_1_11_2_0_","6_14_1z_q_4_3_19_16_z_1_1_2q_1_0_f_1_7_1_a_2_2_0_g_0_1_t_t_2g_b_0_o_w_9_1_4_0_5_l_4_0_9_0_3_0_n_o_7_","a_5_n_1_6_g_15_1m_1h_3_0_i_0_7_9_f_f_4_7_2_1_2_l_1_6_1_0_3_3_3_0_g_0_d_1_1_2_e_1_a_0_8_5_4_1_2_l_1_6","_1_1_1_1_1_1_v_3_1_0_j_2_g_8_1_2_1_l_1_6_1_1_1_4_3_0_i_0_f_1_n_0_b_7_2_1_2_l_1_6_1_1_1_4_3_0_u_1_1_2","_f_0_h_0_1_5_3_2_1_3_3_1_1_0_1_1_3_1_3_2_3_b_m_0_1g_7_1_2_1_m_1_f_3_0_q_2_1_1_2_1_u_0_4_7_1_2_1_m_1_","9_1_4_3_0_u_2_1_1_f_1_h_8_1_2_1_14_2_0_g_0_5_2_8_2_o_5_5_h_3_n_1_8_1_0_2_6_1m_1b_1_1_c_6_1m_1_1_0_1_","4_1_n_1_0_1_9_1_1_9_0_2_4_1_0_l_3_w_0_1r_7_1_z_r_4_37_16_k_0_g_5_4_3_3_0_3_1_7_2_4_c_c_0_h_11_1_0_5_","0_2_16_1_98_1_3_2_6_1_0_1_3_2_14_1_3_2_w_1_3_2_6_1_0_1_3_2_e_1_1k_1_3_2_1u_11_f_g_2d_2_5_3_h7_2_g_1_","p_5_22_6_7_7_h_d_i_e_h_e_c_1_2_f_1f_z_0_4_0_1v_2g_7_4_2_x_1_0_5_1x_a_u_1d_t_2_4_b_17_4_p_1i_m_9_1g_2","a_0_2l_1a_h_7_1i_t_d_1_a_17_q_z_15_2_a_z_2_a_5_16_2_2_15_3_1_5_1_1_3_0_5_5b_1s_7p_2_5_2_11_2_5_2_7_1","_0_1_0_1_0_1_u_2_1g_1_6_1_0_3_2_1_6_3_3_2_5_4_c_5_2_1_6_38_0_d_0_g_c_2t_0_4_0_2_9_1_0_3_4_6_0_1_0_1_","0_1_3_1_a_2_3_5_4_4_0_1g_1_22j_6c_6_3_3_1_c_11_1_0_5_0_2_1j_7_0_g_m_9_6_1_6_1_6_1_6_1_6_1_6_1_6_1_6_","28_0_d1_1_16_4_5_1_4_2d_6_2_1_2h_1_3_5_16_1_2l_h_v_1c_f_e8_533_1s_h3g_1v_19_2_7g_3_f_a_1_k_1a_g_u_2_","1x_1d_8_2_2u_2_29_k_g_1_2_1_3_1_m_t_1f_e_1d_1q_5_3_0_1_1_b_r_a_m_p_s_7_1a_s_0_g_4_1_9_a_4_1_14_n_2_1","_7_k_m_3_0_3_1d_1_0_3_1_2_4_2_0_1_0_o_2_2_a_7_2_c_5_2_5_2_5_9_6_1_6_1_16_1_d_6_36_t_8mb_c_m_4_1c_6is","_a5_2_2x_12_6_c_4_5_0_1_9_1_c_1_4_1_0_1_1_1_1_1_2z_x_a2_i_1r_2_1h_14_b_38_4_1_3q_10_p_6_p_b_2g_3_5_2","_5_2_5_2_2_z_b_1_p_1_i_1_1_1_e_2_d_y_3e_at_s_3_1c_1b_v_d_j_1_7_6_11_a_t_2_z_4_7_1c_4d_i_z_4_z_4_13_8","_1f_c_a_1_e_1_6_1_1_1_a_1_e_1_6_1_1_3_1f_c_8m_9_l_a_7_o_5_1_15_1_8_1x_5_2_0_1_17_1_1_3_0_2_m_a_m_9_u","_1t_i_1_1_a_l_a_p_6_p_12_1j_6_1_1s_0_f_3_1_2_1_s_16_s_3_s_z_7_1_r_r_1h_a_l_a_i_d_h_32_20_1j_1e_d_1e_","d_z_12_r_9_m_6y_15_6_1_g_5_1k_s_a_0_8_l_16_h_1a_k_r_m_c_1g_1l_1_2_0_d_18_w_o_q_z_t_0_2_0_8_y_3_0_c_1","b_e_3_l_0_1_0_z_h_1_o_j_1_1r_6_1_0_1_3_1_e_1_9_7_1a_12_7_2_1_2_l_1_6_1_1_1_4_3_0_i_0_c_4_u_9_1_0_2_0","_1_11_1_0_p_0_1_0_18_1g_i_3_k_2_u_1b_k_1_1_0_54_1a_15_3_10_1b_k_0_1n_16_d_0_1z_q_11_6_55_17_38_1r_v_","7_2_0_2_7_1_1_1_n_f_0_1_0_2m_7_2_12_g_0_1_0_s_0_a_13_7_0_l_0_b_19_j_0_i_20_5j_w_v_8_1_10_h_0_1d_t_34","_6_1_1_1_11_l_0_p_5_1_1_1_v_e_0_n_17_78_i_f_0_1_c_1_x_3g_0_27_pl_6e_5f_218_2o_f_tr_h_5_p_32y_5_g6_5a","1_t_1cy_fs_7_u_h_26_h_t_i_1b_g_3_v_k_5_i_c0_18_5v_1r_w_o_2_o_18_22_5_0_1u_c_1s_1_1_0_e_1_c_5p1_15_v_","2p_36_6pp_3_1_6_1_1_1_82_f_0_t_2_2_0_e_3_8_az_1s4_2y_5_c_3_8_7_9_4me_2c_1_1y_1_1_2_0_2_1_2_3_1_b_1_0","_1_6_1_1s_1_3_2_7_1_6_1_r_1_3_1_4_1_0_3_6_1_9f_2_o_1_o_1_u_1_o_1_u_1_o_1_u_1_o_1_u_1_o_1_7_1f8_u_6_5","_79_1p_42_18_a_6_g_0_8x_t_i_17_dg_r_6c_t_2_0_5r_u_1_2_1_1_1_6_2_4_9_1_68_6_1_3_1_1_1_e_1_5g_1n_1v_7_","0_xg_3_1_q_1_1_1_0_2_0_1_9_1_3_1_0_1_0_6_0_4_0_1_0_1_0_1_2_1_1_1_0_2_0_1_0_1_0_1_0_1_0_1_1_1_0_2_3_1","_6_1_3_1_3_1_0_1_9_1_g_5_2_1_4_1_g_3es_wyn_w_3dp_2_4gd_2_5rk_f_h9_1wi_f1_15u_3t6_5_6jt"].join(""),A=K.slice(1).split("_"),Q=[],E=127;for(let e=0;e<A.length;e+=2){let t=E+1+Number.parseInt(A[e],36),_=t+Number.parseInt(A[e+1],36);Q.push([t,_]),E=_}var be=new Set([..."\u060B$\u20BC\u17DB\xA5\u20A1\u20B1\xA3\u20AC\xA2\u20B9\uFDFC\u20AA\u20A9\u20AD\u20A8\u20AE\u20A6\u20BD\u20AB\u0E3F\u20A9\u20BA\u20B4","$U","$b","B/.","BZ$","Br","Bs","C$","CHF","Ft","Gs","J$","KM","K\u010D","L","MT","NT$","P","Q","R","R$","RD$","RM","Rp","S","S/.","TT$","Z$","kn","kr","lei","z\u0142","\u0192","\u0414\u0438\u043D.","\u0434\u0435\u043D","\u043B\u0432","\u062F.\u0625","Lek"]);var R=Function.prototype.toString,Z=R.call(Object),Y=class{constructor(){y(this,"hasRepeatedReferences",!1);y(this,"clones",[]);y(this,"index");y(this,"sources",[])}get(e){if(this.index){let _=this.index.get(e);return _!==void 0&&(this.hasRepeatedReferences=!0),_}let t=this.sources.indexOf(e);if(t!==-1)return this.hasRepeatedReferences=!0,this.clones[t]}set(e,t){if(this.index){this.index.set(e,t);return}if(this.sources.push(e),this.clones.push(t),this.sources.length===32){this.index=new WeakMap;for(let _=0;_<this.sources.length;_++)this.index.set(this.sources[_],this.clones[_]);this.sources=[],this.clones=[]}}};function P(e,t){let _=t.get(e);if(_!==void 0)return _;let o=e.slice(0);return t.set(e,o),o}function X(e,t){if(typeof Buffer<"u"&&Buffer.isBuffer(e)){let l=Buffer.from(e);return t.set(e,l),l}let _=P(e.buffer,t);if(e instanceof DataView||Object.prototype.toString.call(e)==="[object DataView]"){let l=new DataView(_,e.byteOffset,e.byteLength);return t.set(e,l),l}let o=e.constructor,i=new o(_,e.byteOffset,e.length);return t.set(e,i),i}function ee(e,t,_){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,value:_,writable:!0})}function v(e,t,_,o){for(let i of _){let l=t[i],c=typeof l!="object"||l===null?l:p(l,o);i==="__proto__"?ee(e,i,c):e[i]=c}}function d(e,t,_,o){for(let i of _){let l=Object.getOwnPropertyDescriptor(t,i);if(l){if("value"in l){let c=l.value;l.value=typeof c!="object"||c===null?c:p(c,o)}Object.defineProperty(e,i,l)}}}var te=Map.prototype.entries,_e=Set.prototype.values,j=Object.prototype.toString,C,re=(C=Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength"))==null?void 0:C.get,N,ne=(N=Object.getOwnPropertyDescriptor(RegExp.prototype,"flags"))==null?void 0:N.get,I,$e=(I=Object.getOwnPropertyDescriptor(RegExp.prototype,"global"))==null?void 0:I.get,V,M=(V=Object.getOwnPropertyDescriptor(RegExp.prototype,"source"))==null?void 0:V.get,ve=RegExp.prototype.test,O;function le(e){if(e instanceof ArrayBuffer)return!0;try{return re.call(e),!0}catch(t){return!1}}function oe(e){try{return te.call(e)}catch(t){return null}}function ie(e){try{return _e.call(e)}catch(t){return null}}function se(e){var t;try{return O||(O=(t=Object.getOwnPropertyDescriptor(URL.prototype,"href"))==null?void 0:t.get),O.call(e)}catch(_){return null}}function p(e,t){if(typeof e!="object"||e===null)return e;let _=t.get(e);if(_!==void 0)return _;if(Array.isArray(e)){let r=e.length,n=new Array(r);t.set(e,n);let a=e,s=Object.keys(e);if(s.length===r&&(r===0||s[r-1]==="".concat(r-1)))for(let f=0;f<r;f++){let u=a[f];n[f]=typeof u!="object"||u===null?u:p(u,t)}else v(n,a,s,t);return n}let o=Object.getPrototypeOf(e);if(o===Object.prototype){let r={};return t.set(e,r),v(r,e,Object.keys(e),t),r}if(o===null){let r=Object.create(null);return t.set(e,r),v(r,e,Object.keys(e),t),r}if(ue(e)){let r=new Date(W.call(e));return t.set(e,r),d(r,e,Object.keys(e),t),r}if(ArrayBuffer.isView(e))return X(e,t);if(le(e)||typeof SharedArrayBuffer<"u"&&e instanceof SharedArrayBuffer)return P(e,t);let i=oe(e);if(i){let r=new Map;t.set(e,r);for(let[n,a]of i)r.set(p(n,t),p(a,t));return d(r,e,Object.keys(e),t),r}let l=ie(e);if(l){let r=new Set;t.set(e,r);for(let n of l)r.add(p(n,t));return d(r,e,Object.keys(e),t),r}if(ae(e)&&e!==RegExp.prototype){let r=new RegExp(M.call(e),ne.call(e));return r.lastIndex=e.lastIndex,t.set(e,r),d(r,e,Object.keys(e),t),r}let c=se(e);if(c!==null){let r=new URL(c);return t.set(e,r),d(r,e,Object.keys(e),t),r}if(e instanceof Error||j.call(e)==="[object Error]"){let r=Object.create(Object.getPrototypeOf(e));return t.set(e,r),d(r,e,Reflect.ownKeys(e),t),r}let h=Object.create(o);return t.set(e,h),v(h,e,Object.keys(e),t),h}function k(e){return p(e,new Y)}function T(e){var o;if(e==null||typeof e!="object")return!1;let t=Object.getPrototypeOf(e);if(t===null||t===Object.prototype)return!0;let _=Object.getOwnPropertyDescriptor(t,"constructor");return!_||!("value"in _)||typeof _.value!="function"?!1:((o=Object.getOwnPropertyDescriptor(_.value,"prototype"))==null?void 0:o.value)===t&&R.call(_.value)===Z}function ae(e){if(e===null||typeof e!="object")return!1;try{return e instanceof RegExp?(e.source,!0):j.call(e)!=="[object RegExp]"?!1:(M.call(e),!0)}catch(t){return!1}}var W=Date.prototype.getTime;function ue(e){if(e instanceof Date)return!0;if(e===null||typeof e!="object"||j.call(e)!=="[object Date]")return!1;try{return W.call(e),!0}catch(t){return!1}}var F="4.2.3";var fe=F;function pe(e,t,_=0){if(typeof t!="function")throw new TypeError("ast-monkey-traverse-with-lookahead/traverse(): [THROW_ID_01] The second argument must be a callback function. It was ".concat(typeof t,"."));function o(n){return typeof n=="string"&&n[0]==="."?n.slice(1):n}let i={now:!1},l=[];function c(n,a,s,f){if(s=g({},s),s.depth+=1,Array.isArray(n))for(let u=0,b=n.length;u<b&&!f.now;u++){let x="".concat(s.path,".").concat(u);s.parent=k(n),s.parentType="array",a(n[u],void 0,m(g({},s),{path:o(x)}),f),c(n[u],a,m(g({},s),{path:o(x)}),f)}else if(T(n))for(let u in n){if(f.now&&u!=null)break;let b="".concat(s.path,".").concat(u);s.depth===0&&u!=null&&(s.topmostKey=u),s.parent=k(n),s.parentType="object",a(u,n[u],m(g({},s),{path:o(b)}),f),c(n[u],a,m(g({},s),{path:o(b)}),f)}}function h(){let n=l.shift();n[2].next=[];for(let a=0;a<_&&l[a];a++)n[2].next.push(k([l[a][0],l[a][1],l[a][2]]));t(...n)}function r(...n){l.push([...n]),l.length>_&&h()}if(c(e,r,{depth:-1,path:""},i),l.length)for(let n=0,a=l.length;n<a;n++)h()}return G(he);})();
|
|
11
|
+
/**
|
|
12
|
+
* @name codsen-format-diagnostic-value
|
|
13
|
+
* @fileoverview Safely format untrusted JavaScript values for diagnostics
|
|
14
|
+
* @version 1.1.0
|
|
15
|
+
* @author Roy Revelt
|
|
16
|
+
* @license MIT
|
|
17
|
+
* {@link https://codsen.com/os/codsen-format-diagnostic-value/}
|
|
18
|
+
*/
|
|
11
19
|
/**
|
|
12
20
|
* @name codsen-utils
|
|
13
21
|
* @fileoverview Various utility functions
|
|
14
|
-
* @version 1.
|
|
22
|
+
* @version 1.10.0
|
|
15
23
|
* @author Roy Revelt
|
|
16
24
|
* @license MIT
|
|
17
25
|
* {@link https://codsen.com/os/codsen-utils/}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ast-monkey-traverse-with-lookahead",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.3",
|
|
4
4
|
"description": "Utility library to traverse AST, reports upcoming values",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ast",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"various": {}
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"codsen-utils": "^1.
|
|
82
|
+
"codsen-utils": "^1.10.0"
|
|
83
83
|
},
|
|
84
84
|
"engines": {
|
|
85
85
|
"node": ">=18.20.8"
|