@tslite/core 0.4.0 → 0.5.0

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/dist/builders.cjs CHANGED
@@ -1 +1 @@
1
- 'use strict';var o=class extends Error{constructor(t,n,i){super(n),this.name="TSLiteError",this.code=t,this.details=i;}};var a=["Identifier","MemberExpression","CallExpression","ArrowFunctionExpression","FunctionExpression","BinaryExpression","LogicalExpression","UnaryExpression","UpdateExpression","ConditionalExpression","AssignmentExpression","NewExpression","ArrayExpression","ObjectExpression","AwaitExpression","TemplateLiteral","TaggedTemplateExpression","SequenceExpression","ChainExpression","JSXElement","JSXFragment","Program"];function p(e){return a.includes(e)}function l(e){return new o("invalid-ast-entry",`Invalid #expr entry type: "${e}". The #expr marker is used to embed executable logic inside JSON. Only expression types that can be used as VALUES are allowed: ${a.join(", ")}. "${e}" is not a valid entry point because it cannot be used as a value in JSON.`,{type:e,validTypes:a})}var f=e=>{let{type:t,...n}=e;if(!t||typeof t!="string")throw new o("missing-node-type","ast() requires a node with a valid type property");if(!p(t))throw l(t);return {"#expr":t,...n}},b=e=>{if(!e||typeof e!="object"||!("#expr"in e))return e;let{"#expr":t,...n}=e;return {type:t,...n}},J=e=>({type:"Identifier",name:e}),X=e=>e instanceof RegExp?{type:"Literal",value:e,regex:{pattern:e.source,flags:e.flags}}:typeof e=="bigint"?{type:"Literal",value:e,bigint:String(e)}:{type:"Literal",value:e},A=e=>({type:"ArrayExpression",elements:e}),C=e=>({type:"ObjectExpression",properties:e}),D=(e,t,n=false,i=false)=>({type:"Property",shorthand:n,computed:i,key:e,value:t,kind:"init"}),h=e=>({type:"SpreadElement",argument:e}),I=(e,t,n=false)=>({type:"CallExpression",callee:e,arguments:t,optional:n}),w=(e,t)=>({type:"NewExpression",callee:e,arguments:t}),T=(e,t,n=false,i=false)=>({type:"MemberExpression",object:e,property:t,computed:n,optional:i}),P=e=>({type:"ChainExpression",expression:e}),F=(e,t,n)=>({type:"BinaryExpression",left:t,right:n,operator:e}),O=(e,t,n)=>({type:"LogicalExpression",operator:e,left:t,right:n}),N=(e,t)=>({type:"UnaryExpression",operator:e,argument:t,prefix:true}),L=(e,t,n=false)=>({type:"UpdateExpression",operator:e,argument:t,prefix:n}),k=(e,t,n)=>({type:"AssignmentExpression",operator:e,left:t,right:n}),B=(e,t,n)=>({type:"ConditionalExpression",test:e,consequent:t,alternate:n}),R=e=>({type:"AwaitExpression",argument:e}),j=(e,t=false)=>({type:"TemplateElement",value:e,tail:t}),M=(e,t)=>({type:"TemplateLiteral",quasis:e,expressions:t}),V=(e,t,n=false,i=false)=>({type:"ArrowFunctionExpression",expression:t.type!="BlockStatement",generator:i,async:n,params:e,body:t}),v=(e=null,t,n,i=false,s=false)=>({type:"FunctionExpression",id:e,params:t,body:n,async:i,generator:s}),q=(e,t,n,i=false,s=false)=>({type:"FunctionDeclaration",id:e,params:t,body:n,generator:i,async:s}),U=e=>({type:"BlockStatement",body:e}),W=e=>({type:"ExpressionStatement",expression:e}),_=e=>({type:"ReturnStatement",argument:e}),Y=(e,t,n=null)=>({type:"IfStatement",test:e,consequent:t,alternate:n}),H=(e,t)=>({type:"SwitchStatement",cases:t,discriminant:e}),$=(e,t)=>({type:"SwitchCase",consequent:t,test:e}),z=e=>({type:"ThrowStatement",argument:e}),K=(e,t,n=null)=>({type:"TryStatement",block:e,handler:t,finalizer:n}),Z=(e,t)=>({type:"CatchClause",param:e,body:t}),G=(e=null)=>({type:"BreakStatement",label:e}),Q=(e=null)=>({type:"ContinueStatement",label:e}),ee=()=>({type:"EmptyStatement"}),te=(e,t,n,i)=>({type:"ForStatement",init:e,test:t,update:n,body:i}),ne=(e,t,n)=>({type:"ForInStatement",body:n,left:e,right:t}),re=(e,t,n,i=false)=>({type:"ForOfStatement",body:n,left:e,right:t,await:i}),ie=(e,t)=>({type:"WhileStatement",test:e,body:t}),oe=(e,t)=>({type:"DoWhileStatement",body:e,test:t}),se=(e,t)=>({type:"VariableDeclaration",declarations:t,kind:e}),ae=(e,t=null)=>({type:"VariableDeclarator",id:e,init:t}),pe=e=>({type:"ObjectPattern",properties:e}),le=e=>({type:"ArrayPattern",elements:e}),me=(e,t=e,n=false,i=false)=>({type:"Property",key:e,kind:"init",value:t,shorthand:n,computed:i,method:false}),xe=e=>({type:"RestElement",argument:e}),ce=(e,t)=>({type:"AssignmentPattern",left:e,right:t}),Ee=(e,t="script")=>({type:"Program",body:e,sourceType:t}),m=e=>({type:"JsonExpression",body:e}),Se=(e,t)=>({type:"ImportDeclaration",specifiers:e,source:t}),ye=(e,t)=>({type:"ImportSpecifier",imported:e,local:t}),de=e=>({type:"ImportDefaultSpecifier",local:e}),ue=e=>({type:"ImportNamespaceSpecifier",local:e}),ge=(e=null,t=[],n=null)=>({type:"ExportNamedDeclaration",declaration:e,specifiers:t,source:n}),fe=e=>({type:"ExportDefaultDeclaration",declaration:e}),be=(e,t=e)=>({type:"ExportSpecifier",local:e,exported:t}),Je=e=>({type:"JSXIdentifier",name:e}),Xe=(e,t)=>({type:"JSXMemberExpression",object:e,property:t}),Ae=(e,t)=>({type:"JSXNamespacedName",namespace:e,name:t}),Ce=()=>({type:"JSXEmptyExpression"}),De=e=>({type:"JSXExpressionContainer",expression:e}),he=e=>({type:"JSXSpreadAttribute",argument:e}),Ie=(e,t=null)=>({type:"JSXAttribute",name:e,value:t}),we=(e,t=[],n=false)=>({type:"JSXOpeningElement",name:e,attributes:t,selfClosing:n}),Te=e=>({type:"JSXClosingElement",name:e}),x=()=>({type:"JSXOpeningFragment"}),c=()=>({type:"JSXClosingFragment"}),Pe=(e,t=e)=>({type:"JSXText",value:e,raw:t}),Fe=(e,t=[],n=null)=>({type:"JSXElement",openingElement:e,children:t,closingElement:n}),Oe=(e=[],t=x(),n=c())=>({type:"JSXFragment",openingFragment:t,children:e,closingFragment:n}),Ne=m;exports.arrayExpression=A;exports.arrayPattern=le;exports.arrowFunctionExpression=V;exports.assignmentExpression=k;exports.assignmentPattern=ce;exports.assignmentProperty=me;exports.ast=f;exports.awaitExpression=R;exports.binaryExpression=F;exports.blockStatement=U;exports.breakStatement=G;exports.callExpression=I;exports.catchClause=Z;exports.chainExpression=P;exports.conditionalExpression=B;exports.continueStatement=Q;exports.doWhileStatement=oe;exports.emptyStatement=ee;exports.exportDefaultDeclaration=fe;exports.exportNamedDeclaration=ge;exports.exportSpecifier=be;exports.expressionStatement=W;exports.forInStatement=ne;exports.forOfStatement=re;exports.forStatement=te;exports.fromAstMarker=b;exports.functionDeclaration=q;exports.functionExpression=v;exports.identifier=J;exports.ifStatement=Y;exports.importDeclaration=Se;exports.importDefaultSpecifier=de;exports.importNamespaceSpecifier=ue;exports.importSpecifier=ye;exports.json=Ne;exports.jsonExpression=m;exports.jsxAttribute=Ie;exports.jsxClosingElement=Te;exports.jsxClosingFragment=c;exports.jsxElement=Fe;exports.jsxEmptyExpression=Ce;exports.jsxExpressionContainer=De;exports.jsxFragment=Oe;exports.jsxIdentifier=Je;exports.jsxMemberExpression=Xe;exports.jsxNamespacedName=Ae;exports.jsxOpeningElement=we;exports.jsxOpeningFragment=x;exports.jsxSpreadAttribute=he;exports.jsxText=Pe;exports.literal=X;exports.logicalExpression=O;exports.memberExpression=T;exports.newExpression=w;exports.objectExpression=C;exports.objectPattern=pe;exports.program=Ee;exports.property=D;exports.restElement=xe;exports.returnStatement=_;exports.spreadElement=h;exports.switchCase=$;exports.switchStatement=H;exports.templateElement=j;exports.templateLiteral=M;exports.throwStatement=z;exports.tryStatement=K;exports.unaryExpression=N;exports.updateExpression=L;exports.variableDeclaration=se;exports.variableDeclarator=ae;exports.whileStatement=ie;
1
+ 'use strict';var o=class extends Error{constructor(t,n,i){super(n),this.name="TSLiteError",this.code=t,this.details=i;}};var a=["Identifier","MemberExpression","CallExpression","ArrowFunctionExpression","FunctionExpression","BinaryExpression","LogicalExpression","UnaryExpression","UpdateExpression","ConditionalExpression","AssignmentExpression","NewExpression","ArrayExpression","ObjectExpression","AwaitExpression","TemplateLiteral","TaggedTemplateExpression","SequenceExpression","ChainExpression","JSXElement","JSXFragment","Program"];function p(e){return a.includes(e)}function l(e){return new o("invalid-expression-entry",`Invalid #expr entry type: "${e}". The #expr marker is used to embed executable logic inside JSON. Only expression types that can be used as VALUES are allowed: ${a.join(", ")}. "${e}" is not a valid entry point because it cannot be used as a value in JSON.`,{type:e,validTypes:a})}var f=e=>{let{type:t,...n}=e;if(!t||typeof t!="string")throw new o("missing-node-type","expr() requires a node with a valid type property");if(!p(t))throw l(t);return {"#expr":t,...n}},b=e=>{if(!e||typeof e!="object"||!("#expr"in e))return e;let{"#expr":t,...n}=e;return {type:t,...n}},J=e=>({type:"Identifier",name:e}),X=e=>e instanceof RegExp?{type:"Literal",value:e,regex:{pattern:e.source,flags:e.flags}}:typeof e=="bigint"?{type:"Literal",value:e,bigint:String(e)}:{type:"Literal",value:e},A=e=>({type:"ArrayExpression",elements:e}),C=e=>({type:"ObjectExpression",properties:e}),D=(e,t,n=false,i=false)=>({type:"Property",shorthand:n,computed:i,key:e,value:t,kind:"init"}),h=e=>({type:"SpreadElement",argument:e}),I=(e,t,n=false)=>({type:"CallExpression",callee:e,arguments:t,optional:n}),w=(e,t)=>({type:"NewExpression",callee:e,arguments:t}),T=(e,t,n=false,i=false)=>({type:"MemberExpression",object:e,property:t,computed:n,optional:i}),P=e=>({type:"ChainExpression",expression:e}),F=(e,t,n)=>({type:"BinaryExpression",left:t,right:n,operator:e}),O=(e,t,n)=>({type:"LogicalExpression",operator:e,left:t,right:n}),N=(e,t)=>({type:"UnaryExpression",operator:e,argument:t,prefix:true}),L=(e,t,n=false)=>({type:"UpdateExpression",operator:e,argument:t,prefix:n}),k=(e,t,n)=>({type:"AssignmentExpression",operator:e,left:t,right:n}),B=(e,t,n)=>({type:"ConditionalExpression",test:e,consequent:t,alternate:n}),R=e=>({type:"AwaitExpression",argument:e}),j=(e,t=false)=>({type:"TemplateElement",value:e,tail:t}),M=(e,t)=>({type:"TemplateLiteral",quasis:e,expressions:t}),V=(e,t,n=false,i=false)=>({type:"ArrowFunctionExpression",expression:t.type!="BlockStatement",generator:i,async:n,params:e,body:t}),v=(e=null,t,n,i=false,s=false)=>({type:"FunctionExpression",id:e,params:t,body:n,async:i,generator:s}),q=(e,t,n,i=false,s=false)=>({type:"FunctionDeclaration",id:e,params:t,body:n,generator:i,async:s}),U=e=>({type:"BlockStatement",body:e}),W=e=>({type:"ExpressionStatement",expression:e}),_=e=>({type:"ReturnStatement",argument:e}),Y=(e,t,n=null)=>({type:"IfStatement",test:e,consequent:t,alternate:n}),H=(e,t)=>({type:"SwitchStatement",cases:t,discriminant:e}),$=(e,t)=>({type:"SwitchCase",consequent:t,test:e}),z=e=>({type:"ThrowStatement",argument:e}),K=(e,t,n=null)=>({type:"TryStatement",block:e,handler:t,finalizer:n}),Z=(e,t)=>({type:"CatchClause",param:e,body:t}),G=(e=null)=>({type:"BreakStatement",label:e}),Q=(e=null)=>({type:"ContinueStatement",label:e}),ee=()=>({type:"EmptyStatement"}),te=(e,t,n,i)=>({type:"ForStatement",init:e,test:t,update:n,body:i}),ne=(e,t,n)=>({type:"ForInStatement",body:n,left:e,right:t}),re=(e,t,n,i=false)=>({type:"ForOfStatement",body:n,left:e,right:t,await:i}),ie=(e,t)=>({type:"WhileStatement",test:e,body:t}),oe=(e,t)=>({type:"DoWhileStatement",body:e,test:t}),se=(e,t)=>({type:"VariableDeclaration",declarations:t,kind:e}),ae=(e,t=null)=>({type:"VariableDeclarator",id:e,init:t}),pe=e=>({type:"ObjectPattern",properties:e}),le=e=>({type:"ArrayPattern",elements:e}),me=(e,t=e,n=false,i=false)=>({type:"Property",key:e,kind:"init",value:t,shorthand:n,computed:i,method:false}),xe=e=>({type:"RestElement",argument:e}),ce=(e,t)=>({type:"AssignmentPattern",left:e,right:t}),Ee=(e,t="script")=>({type:"Program",body:e,sourceType:t}),m=e=>({type:"JsonExpression",body:e}),Se=(e,t)=>({type:"ImportDeclaration",specifiers:e,source:t}),ye=(e,t)=>({type:"ImportSpecifier",imported:e,local:t}),de=e=>({type:"ImportDefaultSpecifier",local:e}),ue=e=>({type:"ImportNamespaceSpecifier",local:e}),ge=(e=null,t=[],n=null)=>({type:"ExportNamedDeclaration",declaration:e,specifiers:t,source:n}),fe=e=>({type:"ExportDefaultDeclaration",declaration:e}),be=(e,t=e)=>({type:"ExportSpecifier",local:e,exported:t}),Je=e=>({type:"JSXIdentifier",name:e}),Xe=(e,t)=>({type:"JSXMemberExpression",object:e,property:t}),Ae=(e,t)=>({type:"JSXNamespacedName",namespace:e,name:t}),Ce=()=>({type:"JSXEmptyExpression"}),De=e=>({type:"JSXExpressionContainer",expression:e}),he=e=>({type:"JSXSpreadAttribute",argument:e}),Ie=(e,t=null)=>({type:"JSXAttribute",name:e,value:t}),we=(e,t=[],n=false)=>({type:"JSXOpeningElement",name:e,attributes:t,selfClosing:n}),Te=e=>({type:"JSXClosingElement",name:e}),x=()=>({type:"JSXOpeningFragment"}),c=()=>({type:"JSXClosingFragment"}),Pe=(e,t=e)=>({type:"JSXText",value:e,raw:t}),Fe=(e,t=[],n=null)=>({type:"JSXElement",openingElement:e,children:t,closingElement:n}),Oe=(e=[],t=x(),n=c())=>({type:"JSXFragment",openingFragment:t,children:e,closingFragment:n}),Ne=m;exports.arrayExpression=A;exports.arrayPattern=le;exports.arrowFunctionExpression=V;exports.assignmentExpression=k;exports.assignmentPattern=ce;exports.assignmentProperty=me;exports.awaitExpression=R;exports.binaryExpression=F;exports.blockStatement=U;exports.breakStatement=G;exports.callExpression=I;exports.catchClause=Z;exports.chainExpression=P;exports.conditionalExpression=B;exports.continueStatement=Q;exports.doWhileStatement=oe;exports.emptyStatement=ee;exports.exportDefaultDeclaration=fe;exports.exportNamedDeclaration=ge;exports.exportSpecifier=be;exports.expr=f;exports.expressionStatement=W;exports.forInStatement=ne;exports.forOfStatement=re;exports.forStatement=te;exports.fromExprMarker=b;exports.functionDeclaration=q;exports.functionExpression=v;exports.identifier=J;exports.ifStatement=Y;exports.importDeclaration=Se;exports.importDefaultSpecifier=de;exports.importNamespaceSpecifier=ue;exports.importSpecifier=ye;exports.json=Ne;exports.jsonExpression=m;exports.jsxAttribute=Ie;exports.jsxClosingElement=Te;exports.jsxClosingFragment=c;exports.jsxElement=Fe;exports.jsxEmptyExpression=Ce;exports.jsxExpressionContainer=De;exports.jsxFragment=Oe;exports.jsxIdentifier=Je;exports.jsxMemberExpression=Xe;exports.jsxNamespacedName=Ae;exports.jsxOpeningElement=we;exports.jsxOpeningFragment=x;exports.jsxSpreadAttribute=he;exports.jsxText=Pe;exports.literal=X;exports.logicalExpression=O;exports.memberExpression=T;exports.newExpression=w;exports.objectExpression=C;exports.objectPattern=pe;exports.program=Ee;exports.property=D;exports.restElement=xe;exports.returnStatement=_;exports.spreadElement=h;exports.switchCase=$;exports.switchStatement=H;exports.templateElement=j;exports.templateLiteral=M;exports.throwStatement=z;exports.tryStatement=K;exports.unaryExpression=N;exports.updateExpression=L;exports.variableDeclaration=se;exports.variableDeclarator=ae;exports.whileStatement=ie;
@@ -1 +1 @@
1
- export { ct as arrayExpression, cu as arrayPattern, cv as arrowFunctionExpression, cw as assignmentExpression, cx as assignmentPattern, cy as assignmentProperty, co as ast, cz as awaitExpression, cA as binaryExpression, cB as blockStatement, cC as breakStatement, cD as callExpression, cE as catchClause, cF as chainExpression, cG as conditionalExpression, cH as continueStatement, cI as doWhileStatement, cJ as emptyStatement, cK as exportDefaultDeclaration, cL as exportNamedDeclaration, cM as exportSpecifier, cN as expressionStatement, cO as forInStatement, cP as forOfStatement, cQ as forStatement, cp as fromAstMarker, cR as functionDeclaration, cS as functionExpression, cT as identifier, cU as ifStatement, cV as importDeclaration, cW as importDefaultSpecifier, cX as importNamespaceSpecifier, cY as importSpecifier, cq as json, cr as jsonExpression, cZ as jsxAttribute, c_ as jsxClosingElement, c$ as jsxClosingFragment, d0 as jsxElement, d1 as jsxEmptyExpression, d2 as jsxExpressionContainer, d3 as jsxFragment, d4 as jsxIdentifier, d5 as jsxMemberExpression, d6 as jsxNamespacedName, d7 as jsxOpeningElement, d8 as jsxOpeningFragment, d9 as jsxSpreadAttribute, da as jsxText, db as literal, dc as logicalExpression, dd as memberExpression, de as newExpression, df as objectExpression, dg as objectPattern, dh as program, di as property, dj as restElement, dk as returnStatement, dl as spreadElement, dm as switchCase, dn as switchStatement, dp as templateElement, dq as templateLiteral, dr as throwStatement, ds as tryStatement, dt as unaryExpression, du as updateExpression, dv as variableDeclaration, dw as variableDeclarator, dx as whileStatement } from './index-DlNA_s_7.cjs';
1
+ export { ct as arrayExpression, cu as arrayPattern, cv as arrowFunctionExpression, cw as assignmentExpression, cx as assignmentPattern, cy as assignmentProperty, cz as awaitExpression, cA as binaryExpression, cB as blockStatement, cC as breakStatement, cD as callExpression, cE as catchClause, cF as chainExpression, cG as conditionalExpression, cH as continueStatement, cI as doWhileStatement, cJ as emptyStatement, cK as exportDefaultDeclaration, cL as exportNamedDeclaration, cM as exportSpecifier, co as expr, cN as expressionStatement, cO as forInStatement, cP as forOfStatement, cQ as forStatement, cp as fromExprMarker, cR as functionDeclaration, cS as functionExpression, cT as identifier, cU as ifStatement, cV as importDeclaration, cW as importDefaultSpecifier, cX as importNamespaceSpecifier, cY as importSpecifier, cq as json, cr as jsonExpression, cZ as jsxAttribute, c_ as jsxClosingElement, c$ as jsxClosingFragment, d0 as jsxElement, d1 as jsxEmptyExpression, d2 as jsxExpressionContainer, d3 as jsxFragment, d4 as jsxIdentifier, d5 as jsxMemberExpression, d6 as jsxNamespacedName, d7 as jsxOpeningElement, d8 as jsxOpeningFragment, d9 as jsxSpreadAttribute, da as jsxText, db as literal, dc as logicalExpression, dd as memberExpression, de as newExpression, df as objectExpression, dg as objectPattern, dh as program, di as property, dj as restElement, dk as returnStatement, dl as spreadElement, dm as switchCase, dn as switchStatement, dp as templateElement, dq as templateLiteral, dr as throwStatement, ds as tryStatement, dt as unaryExpression, du as updateExpression, dv as variableDeclaration, dw as variableDeclarator, dx as whileStatement } from './index-CFG9pxqO.cjs';
@@ -1 +1 @@
1
- export { ct as arrayExpression, cu as arrayPattern, cv as arrowFunctionExpression, cw as assignmentExpression, cx as assignmentPattern, cy as assignmentProperty, co as ast, cz as awaitExpression, cA as binaryExpression, cB as blockStatement, cC as breakStatement, cD as callExpression, cE as catchClause, cF as chainExpression, cG as conditionalExpression, cH as continueStatement, cI as doWhileStatement, cJ as emptyStatement, cK as exportDefaultDeclaration, cL as exportNamedDeclaration, cM as exportSpecifier, cN as expressionStatement, cO as forInStatement, cP as forOfStatement, cQ as forStatement, cp as fromAstMarker, cR as functionDeclaration, cS as functionExpression, cT as identifier, cU as ifStatement, cV as importDeclaration, cW as importDefaultSpecifier, cX as importNamespaceSpecifier, cY as importSpecifier, cq as json, cr as jsonExpression, cZ as jsxAttribute, c_ as jsxClosingElement, c$ as jsxClosingFragment, d0 as jsxElement, d1 as jsxEmptyExpression, d2 as jsxExpressionContainer, d3 as jsxFragment, d4 as jsxIdentifier, d5 as jsxMemberExpression, d6 as jsxNamespacedName, d7 as jsxOpeningElement, d8 as jsxOpeningFragment, d9 as jsxSpreadAttribute, da as jsxText, db as literal, dc as logicalExpression, dd as memberExpression, de as newExpression, df as objectExpression, dg as objectPattern, dh as program, di as property, dj as restElement, dk as returnStatement, dl as spreadElement, dm as switchCase, dn as switchStatement, dp as templateElement, dq as templateLiteral, dr as throwStatement, ds as tryStatement, dt as unaryExpression, du as updateExpression, dv as variableDeclaration, dw as variableDeclarator, dx as whileStatement } from './index-DlNA_s_7.js';
1
+ export { ct as arrayExpression, cu as arrayPattern, cv as arrowFunctionExpression, cw as assignmentExpression, cx as assignmentPattern, cy as assignmentProperty, cz as awaitExpression, cA as binaryExpression, cB as blockStatement, cC as breakStatement, cD as callExpression, cE as catchClause, cF as chainExpression, cG as conditionalExpression, cH as continueStatement, cI as doWhileStatement, cJ as emptyStatement, cK as exportDefaultDeclaration, cL as exportNamedDeclaration, cM as exportSpecifier, co as expr, cN as expressionStatement, cO as forInStatement, cP as forOfStatement, cQ as forStatement, cp as fromExprMarker, cR as functionDeclaration, cS as functionExpression, cT as identifier, cU as ifStatement, cV as importDeclaration, cW as importDefaultSpecifier, cX as importNamespaceSpecifier, cY as importSpecifier, cq as json, cr as jsonExpression, cZ as jsxAttribute, c_ as jsxClosingElement, c$ as jsxClosingFragment, d0 as jsxElement, d1 as jsxEmptyExpression, d2 as jsxExpressionContainer, d3 as jsxFragment, d4 as jsxIdentifier, d5 as jsxMemberExpression, d6 as jsxNamespacedName, d7 as jsxOpeningElement, d8 as jsxOpeningFragment, d9 as jsxSpreadAttribute, da as jsxText, db as literal, dc as logicalExpression, dd as memberExpression, de as newExpression, df as objectExpression, dg as objectPattern, dh as program, di as property, dj as restElement, dk as returnStatement, dl as spreadElement, dm as switchCase, dn as switchStatement, dp as templateElement, dq as templateLiteral, dr as throwStatement, ds as tryStatement, dt as unaryExpression, du as updateExpression, dv as variableDeclaration, dw as variableDeclarator, dx as whileStatement } from './index-CFG9pxqO.js';
package/dist/builders.js CHANGED
@@ -1 +1 @@
1
- export{n as arrayExpression,$ as arrayPattern,E as arrowFunctionExpression,z as assignmentExpression,ca as assignmentPattern,aa as assignmentProperty,j as ast,B as awaitExpression,v as binaryExpression,H as blockStatement,Q as breakStatement,r as callExpression,P as catchClause,u as chainExpression,A as conditionalExpression,R as continueStatement,X as doWhileStatement,S as emptyStatement,ka as exportDefaultDeclaration,ja as exportNamedDeclaration,la as exportSpecifier,I as expressionStatement,U as forInStatement,V as forOfStatement,T as forStatement,k as fromAstMarker,G as functionDeclaration,F as functionExpression,l as identifier,K as ifStatement,fa as importDeclaration,ha as importDefaultSpecifier,ia as importNamespaceSpecifier,ga as importSpecifier,Aa as json,ea as jsonExpression,sa as jsxAttribute,ua as jsxClosingElement,wa as jsxClosingFragment,ya as jsxElement,pa as jsxEmptyExpression,qa as jsxExpressionContainer,za as jsxFragment,ma as jsxIdentifier,na as jsxMemberExpression,oa as jsxNamespacedName,ta as jsxOpeningElement,va as jsxOpeningFragment,ra as jsxSpreadAttribute,xa as jsxText,m as literal,w as logicalExpression,t as memberExpression,s as newExpression,o as objectExpression,_ as objectPattern,da as program,p as property,ba as restElement,J as returnStatement,q as spreadElement,M as switchCase,L as switchStatement,C as templateElement,D as templateLiteral,N as throwStatement,O as tryStatement,x as unaryExpression,y as updateExpression,Y as variableDeclaration,Z as variableDeclarator,W as whileStatement}from'./chunk-PWCG32OU.js';
1
+ export{n as arrayExpression,$ as arrayPattern,E as arrowFunctionExpression,z as assignmentExpression,ca as assignmentPattern,aa as assignmentProperty,B as awaitExpression,v as binaryExpression,H as blockStatement,Q as breakStatement,r as callExpression,P as catchClause,u as chainExpression,A as conditionalExpression,R as continueStatement,X as doWhileStatement,S as emptyStatement,ka as exportDefaultDeclaration,ja as exportNamedDeclaration,la as exportSpecifier,j as expr,I as expressionStatement,U as forInStatement,V as forOfStatement,T as forStatement,k as fromExprMarker,G as functionDeclaration,F as functionExpression,l as identifier,K as ifStatement,fa as importDeclaration,ha as importDefaultSpecifier,ia as importNamespaceSpecifier,ga as importSpecifier,Aa as json,ea as jsonExpression,sa as jsxAttribute,ua as jsxClosingElement,wa as jsxClosingFragment,ya as jsxElement,pa as jsxEmptyExpression,qa as jsxExpressionContainer,za as jsxFragment,ma as jsxIdentifier,na as jsxMemberExpression,oa as jsxNamespacedName,ta as jsxOpeningElement,va as jsxOpeningFragment,ra as jsxSpreadAttribute,xa as jsxText,m as literal,w as logicalExpression,t as memberExpression,s as newExpression,o as objectExpression,_ as objectPattern,da as program,p as property,ba as restElement,J as returnStatement,q as spreadElement,M as switchCase,L as switchStatement,C as templateElement,D as templateLiteral,N as throwStatement,O as tryStatement,x as unaryExpression,y as updateExpression,Y as variableDeclaration,Z as variableDeclarator,W as whileStatement}from'./chunk-ZEL34C7U.js';
@@ -0,0 +1 @@
1
+ var E=Object.defineProperty;var S=(e,t)=>{for(var n in t)E(e,n,{get:t[n],enumerable:true});};var Pe={};S(Pe,{arrayExpression:()=>f,arrayPattern:()=>oe,arrowFunctionExpression:()=>B,assignmentExpression:()=>F,assignmentPattern:()=>pe,assignmentProperty:()=>se,awaitExpression:()=>N,binaryExpression:()=>I,blockStatement:()=>M,breakStatement:()=>$,callExpression:()=>A,catchClause:()=>H,chainExpression:()=>h,conditionalExpression:()=>O,continueStatement:()=>z,doWhileStatement:()=>te,emptyStatement:()=>K,exportDefaultDeclaration:()=>ye,exportNamedDeclaration:()=>Se,exportSpecifier:()=>de,expr:()=>y,expressionStatement:()=>V,forInStatement:()=>G,forOfStatement:()=>Q,forStatement:()=>Z,fromExprMarker:()=>d,functionDeclaration:()=>j,functionExpression:()=>R,identifier:()=>u,ifStatement:()=>q,importDeclaration:()=>me,importDefaultSpecifier:()=>ce,importNamespaceSpecifier:()=>Ee,importSpecifier:()=>xe,json:()=>Te,jsonExpression:()=>m,jsxAttribute:()=>Ae,jsxClosingElement:()=>De,jsxClosingFragment:()=>c,jsxElement:()=>Ie,jsxEmptyExpression:()=>be,jsxExpressionContainer:()=>Je,jsxFragment:()=>we,jsxIdentifier:()=>ue,jsxMemberExpression:()=>ge,jsxNamespacedName:()=>fe,jsxOpeningElement:()=>Ce,jsxOpeningFragment:()=>x,jsxSpreadAttribute:()=>Xe,jsxText:()=>he,literal:()=>g,logicalExpression:()=>w,memberExpression:()=>D,newExpression:()=>C,objectExpression:()=>b,objectPattern:()=>ie,program:()=>le,property:()=>J,restElement:()=>ae,returnStatement:()=>v,spreadElement:()=>X,switchCase:()=>W,switchStatement:()=>U,templateElement:()=>L,templateLiteral:()=>k,throwStatement:()=>_,tryStatement:()=>Y,unaryExpression:()=>T,updateExpression:()=>P,variableDeclaration:()=>ne,variableDeclarator:()=>re,whileStatement:()=>ee});var o=class extends Error{constructor(t,n,i){super(n),this.name="TSLiteError",this.code=t,this.details=i;}};var Le=/^[a-zA-Z_][a-zA-Z_0-9]*$/,a=["Identifier","MemberExpression","CallExpression","ArrowFunctionExpression","FunctionExpression","BinaryExpression","LogicalExpression","UnaryExpression","UpdateExpression","ConditionalExpression","AssignmentExpression","NewExpression","ArrayExpression","ObjectExpression","AwaitExpression","TemplateLiteral","TaggedTemplateExpression","SequenceExpression","ChainExpression","JSXElement","JSXFragment","Program"];function p(e){return a.includes(e)}function l(e){return new o("invalid-expression-entry",`Invalid #expr entry type: "${e}". The #expr marker is used to embed executable logic inside JSON. Only expression types that can be used as VALUES are allowed: ${a.join(", ")}. "${e}" is not a valid entry point because it cannot be used as a value in JSON.`,{type:e,validTypes:a})}var ke={AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AwaitExpression:["argument"],BlockStatement:["body"],BinaryExpression:["left","right"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DirectiveStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExpressionStatement:["expression"],ForStatement:["init","test","update","body"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportExpression:["source"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JsonExpression:[],Literal:[],LabeledStatement:["label","body"],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],ModuleSpecifier:[],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],SwitchStatement:["discriminant","cases"],SwitchCase:["test","consequent"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],JSXElement:["openingElement","children","closingElement"],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningElement:["name","attributes"],JSXClosingElement:["name"],JSXOpeningFragment:[],JSXClosingFragment:[],JSXAttribute:["name","value"],JSXSpreadAttribute:["argument"],JSXExpressionContainer:["expression"],JSXEmptyExpression:[],JSXText:[],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],TSAsExpression:["expression"],TSTypeAliasDeclaration:["id"]},r={Sequence:0,Yield:1,Assignment:1,Conditional:2,ArrowFunction:2,Coalesce:3,LogicalOR:4,LogicalAND:5,BitwiseOR:6,BitwiseXOR:7,BitwiseAND:8,Equality:9,Relational:10,BitwiseSHIFT:11,Additive:12,Multiplicative:13,Exponentiation:14,Await:15,Unary:15,Postfix:16,OptionalChaining:17,Call:18,New:19,TaggedTemplate:20,Member:21,Primary:22},Be={"??":r.Coalesce,"||":r.LogicalOR,"&&":r.LogicalAND,"|":r.BitwiseOR,"^":r.BitwiseXOR,"&":r.BitwiseAND,"==":r.Equality,"!=":r.Equality,"===":r.Equality,"!==":r.Equality,is:r.Equality,isnt:r.Equality,"<":r.Relational,">":r.Relational,"<=":r.Relational,">=":r.Relational,in:r.Relational,instanceof:r.Relational,"<<":r.BitwiseSHIFT,">>":r.BitwiseSHIFT,">>>":r.BitwiseSHIFT,"+":r.Additive,"-":r.Additive,"*":r.Multiplicative,"%":r.Multiplicative,"/":r.Multiplicative,"**":r.Exponentiation};var y=e=>{let{type:t,...n}=e;if(!t||typeof t!="string")throw new o("missing-node-type","expr() requires a node with a valid type property");if(!p(t))throw l(t);return {"#expr":t,...n}},d=e=>{if(!e||typeof e!="object"||!("#expr"in e))return e;let{"#expr":t,...n}=e;return {type:t,...n}},u=e=>({type:"Identifier",name:e}),g=e=>e instanceof RegExp?{type:"Literal",value:e,regex:{pattern:e.source,flags:e.flags}}:typeof e=="bigint"?{type:"Literal",value:e,bigint:String(e)}:{type:"Literal",value:e},f=e=>({type:"ArrayExpression",elements:e}),b=e=>({type:"ObjectExpression",properties:e}),J=(e,t,n=false,i=false)=>({type:"Property",shorthand:n,computed:i,key:e,value:t,kind:"init"}),X=e=>({type:"SpreadElement",argument:e}),A=(e,t,n=false)=>({type:"CallExpression",callee:e,arguments:t,optional:n}),C=(e,t)=>({type:"NewExpression",callee:e,arguments:t}),D=(e,t,n=false,i=false)=>({type:"MemberExpression",object:e,property:t,computed:n,optional:i}),h=e=>({type:"ChainExpression",expression:e}),I=(e,t,n)=>({type:"BinaryExpression",left:t,right:n,operator:e}),w=(e,t,n)=>({type:"LogicalExpression",operator:e,left:t,right:n}),T=(e,t)=>({type:"UnaryExpression",operator:e,argument:t,prefix:true}),P=(e,t,n=false)=>({type:"UpdateExpression",operator:e,argument:t,prefix:n}),F=(e,t,n)=>({type:"AssignmentExpression",operator:e,left:t,right:n}),O=(e,t,n)=>({type:"ConditionalExpression",test:e,consequent:t,alternate:n}),N=e=>({type:"AwaitExpression",argument:e}),L=(e,t=false)=>({type:"TemplateElement",value:e,tail:t}),k=(e,t)=>({type:"TemplateLiteral",quasis:e,expressions:t}),B=(e,t,n=false,i=false)=>({type:"ArrowFunctionExpression",expression:t.type!="BlockStatement",generator:i,async:n,params:e,body:t}),R=(e=null,t,n,i=false,s=false)=>({type:"FunctionExpression",id:e,params:t,body:n,async:i,generator:s}),j=(e,t,n,i=false,s=false)=>({type:"FunctionDeclaration",id:e,params:t,body:n,generator:i,async:s}),M=e=>({type:"BlockStatement",body:e}),V=e=>({type:"ExpressionStatement",expression:e}),v=e=>({type:"ReturnStatement",argument:e}),q=(e,t,n=null)=>({type:"IfStatement",test:e,consequent:t,alternate:n}),U=(e,t)=>({type:"SwitchStatement",cases:t,discriminant:e}),W=(e,t)=>({type:"SwitchCase",consequent:t,test:e}),_=e=>({type:"ThrowStatement",argument:e}),Y=(e,t,n=null)=>({type:"TryStatement",block:e,handler:t,finalizer:n}),H=(e,t)=>({type:"CatchClause",param:e,body:t}),$=(e=null)=>({type:"BreakStatement",label:e}),z=(e=null)=>({type:"ContinueStatement",label:e}),K=()=>({type:"EmptyStatement"}),Z=(e,t,n,i)=>({type:"ForStatement",init:e,test:t,update:n,body:i}),G=(e,t,n)=>({type:"ForInStatement",body:n,left:e,right:t}),Q=(e,t,n,i=false)=>({type:"ForOfStatement",body:n,left:e,right:t,await:i}),ee=(e,t)=>({type:"WhileStatement",test:e,body:t}),te=(e,t)=>({type:"DoWhileStatement",body:e,test:t}),ne=(e,t)=>({type:"VariableDeclaration",declarations:t,kind:e}),re=(e,t=null)=>({type:"VariableDeclarator",id:e,init:t}),ie=e=>({type:"ObjectPattern",properties:e}),oe=e=>({type:"ArrayPattern",elements:e}),se=(e,t=e,n=false,i=false)=>({type:"Property",key:e,kind:"init",value:t,shorthand:n,computed:i,method:false}),ae=e=>({type:"RestElement",argument:e}),pe=(e,t)=>({type:"AssignmentPattern",left:e,right:t}),le=(e,t="script")=>({type:"Program",body:e,sourceType:t}),m=e=>({type:"JsonExpression",body:e}),me=(e,t)=>({type:"ImportDeclaration",specifiers:e,source:t}),xe=(e,t)=>({type:"ImportSpecifier",imported:e,local:t}),ce=e=>({type:"ImportDefaultSpecifier",local:e}),Ee=e=>({type:"ImportNamespaceSpecifier",local:e}),Se=(e=null,t=[],n=null)=>({type:"ExportNamedDeclaration",declaration:e,specifiers:t,source:n}),ye=e=>({type:"ExportDefaultDeclaration",declaration:e}),de=(e,t=e)=>({type:"ExportSpecifier",local:e,exported:t}),ue=e=>({type:"JSXIdentifier",name:e}),ge=(e,t)=>({type:"JSXMemberExpression",object:e,property:t}),fe=(e,t)=>({type:"JSXNamespacedName",namespace:e,name:t}),be=()=>({type:"JSXEmptyExpression"}),Je=e=>({type:"JSXExpressionContainer",expression:e}),Xe=e=>({type:"JSXSpreadAttribute",argument:e}),Ae=(e,t=null)=>({type:"JSXAttribute",name:e,value:t}),Ce=(e,t=[],n=false)=>({type:"JSXOpeningElement",name:e,attributes:t,selfClosing:n}),De=e=>({type:"JSXClosingElement",name:e}),x=()=>({type:"JSXOpeningFragment"}),c=()=>({type:"JSXClosingFragment"}),he=(e,t=e)=>({type:"JSXText",value:e,raw:t}),Ie=(e,t=[],n=null)=>({type:"JSXElement",openingElement:e,children:t,closingElement:n}),we=(e=[],t=x(),n=c())=>({type:"JSXFragment",openingFragment:t,children:e,closingFragment:n}),Te=m;export{oe as $,O as A,Te as Aa,N as B,Pe as Ba,L as C,k as D,B as E,R as F,j as G,M as H,V as I,v as J,q as K,U as L,W as M,_ as N,Y as O,H as P,$ as Q,z as R,K as S,Z as T,G as U,Q as V,ee as W,te as X,ne as Y,re as Z,ie as _,S as a,se as aa,o as b,ae as ba,Le as c,pe as ca,a as d,le as da,p as e,m as ea,l as f,me as fa,ke as g,xe as ga,r as h,ce as ha,Be as i,Ee as ia,y as j,Se as ja,d as k,ye as ka,u as l,de as la,g as m,ue as ma,f as n,ge as na,b as o,fe as oa,J as p,be as pa,X as q,Je as qa,A as r,Xe as ra,C as s,Ae as sa,D as t,Ce as ta,h as u,De as ua,I as v,x as va,w,c as wa,T as x,he as xa,P as y,Ie as ya,F as z,we as za};
@@ -963,7 +963,7 @@ declare namespace types {
963
963
  * @returns Objeto com #expr marker pronto para JSON
964
964
  * @throws Se o tipo não for válido como entry point
965
965
  */
966
- declare const ast: (node: Node) => TSLiteMarker;
966
+ declare const expr: (node: Node) => TSLiteMarker;
967
967
  /**
968
968
  * Converte um objeto com #expr marker de volta para nó AST com type.
969
969
  *
@@ -975,12 +975,12 @@ declare const ast: (node: Node) => TSLiteMarker;
975
975
  *
976
976
  * @example
977
977
  * ```ts
978
- * const astMarked = { "#expr": "Identifier", name: "foo" };
979
- * const node = fromAstMarker(astMarked);
978
+ * const exprMarked = { "#expr": "Identifier", name: "foo" };
979
+ * const node = fromExprMarker(exprMarked);
980
980
  * // { type: "Identifier", name: "foo" }
981
981
  * ```
982
982
  */
983
- declare const fromAstMarker: (obj: unknown) => unknown;
983
+ declare const fromExprMarker: (obj: unknown) => unknown;
984
984
  declare const identifier: (name: string) => Identifier;
985
985
  declare const literal: (value: string | boolean | number | null | RegExp | bigint | undefined) => Literal;
986
986
  declare const arrayExpression: (elements: Array<Expression | SpreadElement | null>) => ArrayExpression;
@@ -1055,4 +1055,4 @@ declare const jsxElement: (openingElement: JSXOpeningElement, children?: JSXChil
1055
1055
  declare const jsxFragment: (children?: JSXChild[], openingFragment?: JSXOpeningFragment, closingFragment?: JSXClosingFragment) => JSXFragment;
1056
1056
  declare const json: (body: TSLite) => JsonExpression;
1057
1057
 
1058
- export { type Directive as $, type ArrayExpression as A, type BaseNode as B, type CatchClause as C, type DoWhileStatement as D, type EmptyStatement as E, type ForInStatement as F, type SwitchStatement as G, type TemplateLiteral as H, type Identifier as I, type JsonExpression as J, type ThrowStatement as K, type Literal as L, type MemberExpression as M, type Node as N, type ObjectExpression as O, type Program as P, type TryStatement as Q, type ReturnStatement as R, type SimpleCallExpression as S, type TemplateElement as T, type UnaryExpression as U, type UpdateExpression as V, type VariableDeclaration as W, type VariableDeclarator as X, type WhileStatement as Y, type SpreadElement as Z, type RestElement as _, type ArrayPattern as a, type SimpleBaseExpression as a$, type ModuleDeclaration as a0, type JSXElement as a1, type JSXFragment as a2, type CallExpression as a3, type AssignmentOperator as a4, type AssignmentPattern as a5, type BaseCallExpression as a6, type BaseDeclaration as a7, type BaseExpression as a8, type BaseForXStatement as a9, type JSXNamespacedName as aA, type JSXOpeningElement as aB, type JSXOpeningFragment as aC, type JSXSpreadAttribute as aD, type JSXTagName as aE, type JSXText as aF, type LabeledStatement as aG, type LogicalOperator as aH, type MaybeNamedFunctionDeclaration as aI, type MetaProperty as aJ, type MethodDefinition as aK, type ModuleSpecifier as aL, type NodeMap as aM, type Pattern as aN, type Position as aO, type PropertyDefinition as aP, type RegExpLiteral as aQ, type SequenceExpression as aR, type SimpleArrayExpression as aS, type SimpleArrayPattern as aT, type SimpleArrowFunctionExpression as aU, type SimpleAssignmentExpression as aV, type SimpleAssignmentPattern as aW, type SimpleAssignmentProperty as aX, type SimpleAwaitExpression as aY, type SimpleBaseCallExpression as aZ, type SimpleBaseDeclaration as a_, type BaseFunction as aa, type BaseModuleDeclaration as ab, type BaseModuleSpecifier as ac, type BaseNodeWithoutComments as ad, type BasePattern as ae, type BaseStatement as af, type BigIntLiteral as ag, type BinaryOperator as ah, type ChainElement as ai, type Comment as aj, type DebuggerStatement as ak, type Declaration as al, type ExportDefaultDeclaration as am, type ExportNamedDeclaration as an, type ExportSpecifier as ao, type Expression as ap, type Function as aq, type ImportExpression as ar, type JSXAttribute as as, type JSXChild as at, type JSXClosingElement as au, type JSXClosingFragment as av, type JSXEmptyExpression as aw, type JSXExpressionContainer as ax, type JSXIdentifier as ay, type JSXMemberExpression as az, type ArrowFunctionExpression as b, type TSConditionalType as b$, type SimpleBaseForXStatement as b0, type SimpleBaseFunction as b1, type SimpleBaseNode as b2, type SimpleBaseNodeWithoutComments as b3, type SimpleBasePattern as b4, type SimpleBaseStatement as b5, type SimpleBigIntLiteral as b6, type SimpleBinaryExpression as b7, type SimpleBlockStatement as b8, type SimpleBreakStatement as b9, type SimpleProgram as bA, type SimpleProperty as bB, type SimplePropertyDefinition as bC, type SimpleRegExpLiteral as bD, type SimpleRestElement as bE, type SimpleReturnStatement as bF, type SimpleSequenceExpression as bG, type SimpleSimpleCallExpression as bH, type SimpleSimpleLiteral as bI, type SimpleSourceLocation as bJ, type SimpleSpreadElement as bK, type SimpleSwitchCase as bL, type SimpleSwitchStatement as bM, type SimpleTemplateElement as bN, type SimpleTemplateLiteral as bO, type SimpleThisExpression as bP, type SimpleThrowStatement as bQ, type SimpleTryStatement as bR, type SimpleUnaryExpression as bS, type SimpleUpdateExpression as bT, type SimpleVariableDeclaration as bU, type SimpleVariableDeclarator as bV, type SimpleWhileStatement as bW, type SourceLocation as bX, type Statement as bY, type TSArrayType as bZ, type TSCallSignatureDeclaration as b_, type SimpleCatchClause as ba, type SimpleChainExpression as bb, type SimpleComment as bc, type SimpleConditionalExpression as bd, type SimpleContinueStatement as be, type SimpleDoWhileStatement as bf, type SimpleEmptyStatement as bg, type SimpleExpressionStatement as bh, type SimpleForInStatement as bi, type SimpleForOfStatement as bj, type SimpleForStatement as bk, type SimpleFunctionDeclaration as bl, type SimpleFunctionExpression as bm, type SimpleIdentifier as bn, type SimpleIfStatement as bo, type SimpleJsonExpression as bp, type SimpleLabeledStatement as bq, type SimpleLiteral as br, type SimpleLogicalExpression as bs, type SimpleMemberExpression as bt, type SimpleMethodDefinition as bu, type SimpleNewExpression as bv, type SimpleNode as bw, type SimpleObjectExpression as bx, type SimpleObjectPattern as by, type SimplePosition as bz, type AssignmentExpression as c, jsxClosingFragment as c$, type TSFunctionType as c0, type TSIndexSignature as c1, type TSIndexedAccessType as c2, type TSInferType as c3, type TSIntersectionType as c4, type TSKeywordType as c5, type TSLite as c6, type TSLiteMarker as c7, type TSLiteralType as c8, type TSMappedType as c9, binaryExpression as cA, blockStatement as cB, breakStatement as cC, callExpression as cD, catchClause as cE, chainExpression as cF, conditionalExpression as cG, continueStatement as cH, doWhileStatement as cI, emptyStatement as cJ, exportDefaultDeclaration as cK, exportNamedDeclaration as cL, exportSpecifier as cM, expressionStatement as cN, forInStatement as cO, forOfStatement as cP, forStatement as cQ, functionDeclaration as cR, functionExpression as cS, identifier as cT, ifStatement as cU, importDeclaration as cV, importDefaultSpecifier as cW, importNamespaceSpecifier as cX, importSpecifier as cY, jsxAttribute as cZ, jsxClosingElement as c_, type TSPropertySignature as ca, type TSTupleType as cb, type TSType as cc, type TSTypeLiteral as cd, type TSTypeMember as ce, type TSTypeOperator as cf, type TSTypeParameter as cg, type TSTypeQuery as ch, type TSTypeReference as ci, type TSUnionType as cj, type TaggedTemplateExpression as ck, type ThisExpression as cl, type UnaryOperator as cm, type UpdateOperator as cn, ast as co, fromAstMarker as cp, json as cq, jsonExpression as cr, types as cs, arrayExpression as ct, arrayPattern as cu, arrowFunctionExpression as cv, assignmentExpression as cw, assignmentPattern as cx, assignmentProperty as cy, awaitExpression as cz, type AssignmentProperty as d, jsxElement as d0, jsxEmptyExpression as d1, jsxExpressionContainer as d2, jsxFragment as d3, jsxIdentifier as d4, jsxMemberExpression as d5, jsxNamespacedName as d6, jsxOpeningElement as d7, jsxOpeningFragment as d8, jsxSpreadAttribute as d9, jsxText as da, literal as db, logicalExpression as dc, memberExpression as dd, newExpression as de, objectExpression as df, objectPattern as dg, program as dh, property as di, restElement as dj, returnStatement as dk, spreadElement as dl, switchCase as dm, switchStatement as dn, templateElement as dp, templateLiteral as dq, throwStatement as dr, tryStatement as ds, unaryExpression as dt, updateExpression as du, variableDeclaration as dv, variableDeclarator as dw, whileStatement as dx, type AwaitExpression as e, type BinaryExpression as f, type BlockStatement as g, type BreakStatement as h, type ChainExpression as i, type ConditionalExpression as j, type ContinueStatement as k, type ExpressionStatement as l, type ForOfStatement as m, type ForStatement as n, type FunctionDeclaration as o, type FunctionExpression as p, type IfStatement as q, type ImportDeclaration as r, type ImportDefaultSpecifier as s, type ImportNamespaceSpecifier as t, type ImportSpecifier as u, type LogicalExpression as v, type NewExpression as w, type ObjectPattern as x, type Property as y, type SwitchCase as z };
1058
+ export { type Directive as $, type ArrayExpression as A, type BaseNode as B, type CatchClause as C, type DoWhileStatement as D, type EmptyStatement as E, type ForInStatement as F, type SwitchStatement as G, type TemplateLiteral as H, type Identifier as I, type JsonExpression as J, type ThrowStatement as K, type Literal as L, type MemberExpression as M, type Node as N, type ObjectExpression as O, type Program as P, type TryStatement as Q, type ReturnStatement as R, type SimpleCallExpression as S, type TemplateElement as T, type UnaryExpression as U, type UpdateExpression as V, type VariableDeclaration as W, type VariableDeclarator as X, type WhileStatement as Y, type SpreadElement as Z, type RestElement as _, type ArrayPattern as a, type SimpleBaseExpression as a$, type ModuleDeclaration as a0, type JSXElement as a1, type JSXFragment as a2, type CallExpression as a3, type AssignmentOperator as a4, type AssignmentPattern as a5, type BaseCallExpression as a6, type BaseDeclaration as a7, type BaseExpression as a8, type BaseForXStatement as a9, type JSXNamespacedName as aA, type JSXOpeningElement as aB, type JSXOpeningFragment as aC, type JSXSpreadAttribute as aD, type JSXTagName as aE, type JSXText as aF, type LabeledStatement as aG, type LogicalOperator as aH, type MaybeNamedFunctionDeclaration as aI, type MetaProperty as aJ, type MethodDefinition as aK, type ModuleSpecifier as aL, type NodeMap as aM, type Pattern as aN, type Position as aO, type PropertyDefinition as aP, type RegExpLiteral as aQ, type SequenceExpression as aR, type SimpleArrayExpression as aS, type SimpleArrayPattern as aT, type SimpleArrowFunctionExpression as aU, type SimpleAssignmentExpression as aV, type SimpleAssignmentPattern as aW, type SimpleAssignmentProperty as aX, type SimpleAwaitExpression as aY, type SimpleBaseCallExpression as aZ, type SimpleBaseDeclaration as a_, type BaseFunction as aa, type BaseModuleDeclaration as ab, type BaseModuleSpecifier as ac, type BaseNodeWithoutComments as ad, type BasePattern as ae, type BaseStatement as af, type BigIntLiteral as ag, type BinaryOperator as ah, type ChainElement as ai, type Comment as aj, type DebuggerStatement as ak, type Declaration as al, type ExportDefaultDeclaration as am, type ExportNamedDeclaration as an, type ExportSpecifier as ao, type Expression as ap, type Function as aq, type ImportExpression as ar, type JSXAttribute as as, type JSXChild as at, type JSXClosingElement as au, type JSXClosingFragment as av, type JSXEmptyExpression as aw, type JSXExpressionContainer as ax, type JSXIdentifier as ay, type JSXMemberExpression as az, type ArrowFunctionExpression as b, type TSConditionalType as b$, type SimpleBaseForXStatement as b0, type SimpleBaseFunction as b1, type SimpleBaseNode as b2, type SimpleBaseNodeWithoutComments as b3, type SimpleBasePattern as b4, type SimpleBaseStatement as b5, type SimpleBigIntLiteral as b6, type SimpleBinaryExpression as b7, type SimpleBlockStatement as b8, type SimpleBreakStatement as b9, type SimpleProgram as bA, type SimpleProperty as bB, type SimplePropertyDefinition as bC, type SimpleRegExpLiteral as bD, type SimpleRestElement as bE, type SimpleReturnStatement as bF, type SimpleSequenceExpression as bG, type SimpleSimpleCallExpression as bH, type SimpleSimpleLiteral as bI, type SimpleSourceLocation as bJ, type SimpleSpreadElement as bK, type SimpleSwitchCase as bL, type SimpleSwitchStatement as bM, type SimpleTemplateElement as bN, type SimpleTemplateLiteral as bO, type SimpleThisExpression as bP, type SimpleThrowStatement as bQ, type SimpleTryStatement as bR, type SimpleUnaryExpression as bS, type SimpleUpdateExpression as bT, type SimpleVariableDeclaration as bU, type SimpleVariableDeclarator as bV, type SimpleWhileStatement as bW, type SourceLocation as bX, type Statement as bY, type TSArrayType as bZ, type TSCallSignatureDeclaration as b_, type SimpleCatchClause as ba, type SimpleChainExpression as bb, type SimpleComment as bc, type SimpleConditionalExpression as bd, type SimpleContinueStatement as be, type SimpleDoWhileStatement as bf, type SimpleEmptyStatement as bg, type SimpleExpressionStatement as bh, type SimpleForInStatement as bi, type SimpleForOfStatement as bj, type SimpleForStatement as bk, type SimpleFunctionDeclaration as bl, type SimpleFunctionExpression as bm, type SimpleIdentifier as bn, type SimpleIfStatement as bo, type SimpleJsonExpression as bp, type SimpleLabeledStatement as bq, type SimpleLiteral as br, type SimpleLogicalExpression as bs, type SimpleMemberExpression as bt, type SimpleMethodDefinition as bu, type SimpleNewExpression as bv, type SimpleNode as bw, type SimpleObjectExpression as bx, type SimpleObjectPattern as by, type SimplePosition as bz, type AssignmentExpression as c, jsxClosingFragment as c$, type TSFunctionType as c0, type TSIndexSignature as c1, type TSIndexedAccessType as c2, type TSInferType as c3, type TSIntersectionType as c4, type TSKeywordType as c5, type TSLite as c6, type TSLiteMarker as c7, type TSLiteralType as c8, type TSMappedType as c9, binaryExpression as cA, blockStatement as cB, breakStatement as cC, callExpression as cD, catchClause as cE, chainExpression as cF, conditionalExpression as cG, continueStatement as cH, doWhileStatement as cI, emptyStatement as cJ, exportDefaultDeclaration as cK, exportNamedDeclaration as cL, exportSpecifier as cM, expressionStatement as cN, forInStatement as cO, forOfStatement as cP, forStatement as cQ, functionDeclaration as cR, functionExpression as cS, identifier as cT, ifStatement as cU, importDeclaration as cV, importDefaultSpecifier as cW, importNamespaceSpecifier as cX, importSpecifier as cY, jsxAttribute as cZ, jsxClosingElement as c_, type TSPropertySignature as ca, type TSTupleType as cb, type TSType as cc, type TSTypeLiteral as cd, type TSTypeMember as ce, type TSTypeOperator as cf, type TSTypeParameter as cg, type TSTypeQuery as ch, type TSTypeReference as ci, type TSUnionType as cj, type TaggedTemplateExpression as ck, type ThisExpression as cl, type UnaryOperator as cm, type UpdateOperator as cn, expr as co, fromExprMarker as cp, json as cq, jsonExpression as cr, types as cs, arrayExpression as ct, arrayPattern as cu, arrowFunctionExpression as cv, assignmentExpression as cw, assignmentPattern as cx, assignmentProperty as cy, awaitExpression as cz, type AssignmentProperty as d, jsxElement as d0, jsxEmptyExpression as d1, jsxExpressionContainer as d2, jsxFragment as d3, jsxIdentifier as d4, jsxMemberExpression as d5, jsxNamespacedName as d6, jsxOpeningElement as d7, jsxOpeningFragment as d8, jsxSpreadAttribute as d9, jsxText as da, literal as db, logicalExpression as dc, memberExpression as dd, newExpression as de, objectExpression as df, objectPattern as dg, program as dh, property as di, restElement as dj, returnStatement as dk, spreadElement as dl, switchCase as dm, switchStatement as dn, templateElement as dp, templateLiteral as dq, throwStatement as dr, tryStatement as ds, unaryExpression as dt, updateExpression as du, variableDeclaration as dv, variableDeclarator as dw, whileStatement as dx, type AwaitExpression as e, type BinaryExpression as f, type BlockStatement as g, type BreakStatement as h, type ChainExpression as i, type ConditionalExpression as j, type ContinueStatement as k, type ExpressionStatement as l, type ForOfStatement as m, type ForStatement as n, type FunctionDeclaration as o, type FunctionExpression as p, type IfStatement as q, type ImportDeclaration as r, type ImportDefaultSpecifier as s, type ImportNamespaceSpecifier as t, type ImportSpecifier as u, type LogicalExpression as v, type NewExpression as w, type ObjectPattern as x, type Property as y, type SwitchCase as z };
@@ -963,7 +963,7 @@ declare namespace types {
963
963
  * @returns Objeto com #expr marker pronto para JSON
964
964
  * @throws Se o tipo não for válido como entry point
965
965
  */
966
- declare const ast: (node: Node) => TSLiteMarker;
966
+ declare const expr: (node: Node) => TSLiteMarker;
967
967
  /**
968
968
  * Converte um objeto com #expr marker de volta para nó AST com type.
969
969
  *
@@ -975,12 +975,12 @@ declare const ast: (node: Node) => TSLiteMarker;
975
975
  *
976
976
  * @example
977
977
  * ```ts
978
- * const astMarked = { "#expr": "Identifier", name: "foo" };
979
- * const node = fromAstMarker(astMarked);
978
+ * const exprMarked = { "#expr": "Identifier", name: "foo" };
979
+ * const node = fromExprMarker(exprMarked);
980
980
  * // { type: "Identifier", name: "foo" }
981
981
  * ```
982
982
  */
983
- declare const fromAstMarker: (obj: unknown) => unknown;
983
+ declare const fromExprMarker: (obj: unknown) => unknown;
984
984
  declare const identifier: (name: string) => Identifier;
985
985
  declare const literal: (value: string | boolean | number | null | RegExp | bigint | undefined) => Literal;
986
986
  declare const arrayExpression: (elements: Array<Expression | SpreadElement | null>) => ArrayExpression;
@@ -1055,4 +1055,4 @@ declare const jsxElement: (openingElement: JSXOpeningElement, children?: JSXChil
1055
1055
  declare const jsxFragment: (children?: JSXChild[], openingFragment?: JSXOpeningFragment, closingFragment?: JSXClosingFragment) => JSXFragment;
1056
1056
  declare const json: (body: TSLite) => JsonExpression;
1057
1057
 
1058
- export { type Directive as $, type ArrayExpression as A, type BaseNode as B, type CatchClause as C, type DoWhileStatement as D, type EmptyStatement as E, type ForInStatement as F, type SwitchStatement as G, type TemplateLiteral as H, type Identifier as I, type JsonExpression as J, type ThrowStatement as K, type Literal as L, type MemberExpression as M, type Node as N, type ObjectExpression as O, type Program as P, type TryStatement as Q, type ReturnStatement as R, type SimpleCallExpression as S, type TemplateElement as T, type UnaryExpression as U, type UpdateExpression as V, type VariableDeclaration as W, type VariableDeclarator as X, type WhileStatement as Y, type SpreadElement as Z, type RestElement as _, type ArrayPattern as a, type SimpleBaseExpression as a$, type ModuleDeclaration as a0, type JSXElement as a1, type JSXFragment as a2, type CallExpression as a3, type AssignmentOperator as a4, type AssignmentPattern as a5, type BaseCallExpression as a6, type BaseDeclaration as a7, type BaseExpression as a8, type BaseForXStatement as a9, type JSXNamespacedName as aA, type JSXOpeningElement as aB, type JSXOpeningFragment as aC, type JSXSpreadAttribute as aD, type JSXTagName as aE, type JSXText as aF, type LabeledStatement as aG, type LogicalOperator as aH, type MaybeNamedFunctionDeclaration as aI, type MetaProperty as aJ, type MethodDefinition as aK, type ModuleSpecifier as aL, type NodeMap as aM, type Pattern as aN, type Position as aO, type PropertyDefinition as aP, type RegExpLiteral as aQ, type SequenceExpression as aR, type SimpleArrayExpression as aS, type SimpleArrayPattern as aT, type SimpleArrowFunctionExpression as aU, type SimpleAssignmentExpression as aV, type SimpleAssignmentPattern as aW, type SimpleAssignmentProperty as aX, type SimpleAwaitExpression as aY, type SimpleBaseCallExpression as aZ, type SimpleBaseDeclaration as a_, type BaseFunction as aa, type BaseModuleDeclaration as ab, type BaseModuleSpecifier as ac, type BaseNodeWithoutComments as ad, type BasePattern as ae, type BaseStatement as af, type BigIntLiteral as ag, type BinaryOperator as ah, type ChainElement as ai, type Comment as aj, type DebuggerStatement as ak, type Declaration as al, type ExportDefaultDeclaration as am, type ExportNamedDeclaration as an, type ExportSpecifier as ao, type Expression as ap, type Function as aq, type ImportExpression as ar, type JSXAttribute as as, type JSXChild as at, type JSXClosingElement as au, type JSXClosingFragment as av, type JSXEmptyExpression as aw, type JSXExpressionContainer as ax, type JSXIdentifier as ay, type JSXMemberExpression as az, type ArrowFunctionExpression as b, type TSConditionalType as b$, type SimpleBaseForXStatement as b0, type SimpleBaseFunction as b1, type SimpleBaseNode as b2, type SimpleBaseNodeWithoutComments as b3, type SimpleBasePattern as b4, type SimpleBaseStatement as b5, type SimpleBigIntLiteral as b6, type SimpleBinaryExpression as b7, type SimpleBlockStatement as b8, type SimpleBreakStatement as b9, type SimpleProgram as bA, type SimpleProperty as bB, type SimplePropertyDefinition as bC, type SimpleRegExpLiteral as bD, type SimpleRestElement as bE, type SimpleReturnStatement as bF, type SimpleSequenceExpression as bG, type SimpleSimpleCallExpression as bH, type SimpleSimpleLiteral as bI, type SimpleSourceLocation as bJ, type SimpleSpreadElement as bK, type SimpleSwitchCase as bL, type SimpleSwitchStatement as bM, type SimpleTemplateElement as bN, type SimpleTemplateLiteral as bO, type SimpleThisExpression as bP, type SimpleThrowStatement as bQ, type SimpleTryStatement as bR, type SimpleUnaryExpression as bS, type SimpleUpdateExpression as bT, type SimpleVariableDeclaration as bU, type SimpleVariableDeclarator as bV, type SimpleWhileStatement as bW, type SourceLocation as bX, type Statement as bY, type TSArrayType as bZ, type TSCallSignatureDeclaration as b_, type SimpleCatchClause as ba, type SimpleChainExpression as bb, type SimpleComment as bc, type SimpleConditionalExpression as bd, type SimpleContinueStatement as be, type SimpleDoWhileStatement as bf, type SimpleEmptyStatement as bg, type SimpleExpressionStatement as bh, type SimpleForInStatement as bi, type SimpleForOfStatement as bj, type SimpleForStatement as bk, type SimpleFunctionDeclaration as bl, type SimpleFunctionExpression as bm, type SimpleIdentifier as bn, type SimpleIfStatement as bo, type SimpleJsonExpression as bp, type SimpleLabeledStatement as bq, type SimpleLiteral as br, type SimpleLogicalExpression as bs, type SimpleMemberExpression as bt, type SimpleMethodDefinition as bu, type SimpleNewExpression as bv, type SimpleNode as bw, type SimpleObjectExpression as bx, type SimpleObjectPattern as by, type SimplePosition as bz, type AssignmentExpression as c, jsxClosingFragment as c$, type TSFunctionType as c0, type TSIndexSignature as c1, type TSIndexedAccessType as c2, type TSInferType as c3, type TSIntersectionType as c4, type TSKeywordType as c5, type TSLite as c6, type TSLiteMarker as c7, type TSLiteralType as c8, type TSMappedType as c9, binaryExpression as cA, blockStatement as cB, breakStatement as cC, callExpression as cD, catchClause as cE, chainExpression as cF, conditionalExpression as cG, continueStatement as cH, doWhileStatement as cI, emptyStatement as cJ, exportDefaultDeclaration as cK, exportNamedDeclaration as cL, exportSpecifier as cM, expressionStatement as cN, forInStatement as cO, forOfStatement as cP, forStatement as cQ, functionDeclaration as cR, functionExpression as cS, identifier as cT, ifStatement as cU, importDeclaration as cV, importDefaultSpecifier as cW, importNamespaceSpecifier as cX, importSpecifier as cY, jsxAttribute as cZ, jsxClosingElement as c_, type TSPropertySignature as ca, type TSTupleType as cb, type TSType as cc, type TSTypeLiteral as cd, type TSTypeMember as ce, type TSTypeOperator as cf, type TSTypeParameter as cg, type TSTypeQuery as ch, type TSTypeReference as ci, type TSUnionType as cj, type TaggedTemplateExpression as ck, type ThisExpression as cl, type UnaryOperator as cm, type UpdateOperator as cn, ast as co, fromAstMarker as cp, json as cq, jsonExpression as cr, types as cs, arrayExpression as ct, arrayPattern as cu, arrowFunctionExpression as cv, assignmentExpression as cw, assignmentPattern as cx, assignmentProperty as cy, awaitExpression as cz, type AssignmentProperty as d, jsxElement as d0, jsxEmptyExpression as d1, jsxExpressionContainer as d2, jsxFragment as d3, jsxIdentifier as d4, jsxMemberExpression as d5, jsxNamespacedName as d6, jsxOpeningElement as d7, jsxOpeningFragment as d8, jsxSpreadAttribute as d9, jsxText as da, literal as db, logicalExpression as dc, memberExpression as dd, newExpression as de, objectExpression as df, objectPattern as dg, program as dh, property as di, restElement as dj, returnStatement as dk, spreadElement as dl, switchCase as dm, switchStatement as dn, templateElement as dp, templateLiteral as dq, throwStatement as dr, tryStatement as ds, unaryExpression as dt, updateExpression as du, variableDeclaration as dv, variableDeclarator as dw, whileStatement as dx, type AwaitExpression as e, type BinaryExpression as f, type BlockStatement as g, type BreakStatement as h, type ChainExpression as i, type ConditionalExpression as j, type ContinueStatement as k, type ExpressionStatement as l, type ForOfStatement as m, type ForStatement as n, type FunctionDeclaration as o, type FunctionExpression as p, type IfStatement as q, type ImportDeclaration as r, type ImportDefaultSpecifier as s, type ImportNamespaceSpecifier as t, type ImportSpecifier as u, type LogicalExpression as v, type NewExpression as w, type ObjectPattern as x, type Property as y, type SwitchCase as z };
1058
+ export { type Directive as $, type ArrayExpression as A, type BaseNode as B, type CatchClause as C, type DoWhileStatement as D, type EmptyStatement as E, type ForInStatement as F, type SwitchStatement as G, type TemplateLiteral as H, type Identifier as I, type JsonExpression as J, type ThrowStatement as K, type Literal as L, type MemberExpression as M, type Node as N, type ObjectExpression as O, type Program as P, type TryStatement as Q, type ReturnStatement as R, type SimpleCallExpression as S, type TemplateElement as T, type UnaryExpression as U, type UpdateExpression as V, type VariableDeclaration as W, type VariableDeclarator as X, type WhileStatement as Y, type SpreadElement as Z, type RestElement as _, type ArrayPattern as a, type SimpleBaseExpression as a$, type ModuleDeclaration as a0, type JSXElement as a1, type JSXFragment as a2, type CallExpression as a3, type AssignmentOperator as a4, type AssignmentPattern as a5, type BaseCallExpression as a6, type BaseDeclaration as a7, type BaseExpression as a8, type BaseForXStatement as a9, type JSXNamespacedName as aA, type JSXOpeningElement as aB, type JSXOpeningFragment as aC, type JSXSpreadAttribute as aD, type JSXTagName as aE, type JSXText as aF, type LabeledStatement as aG, type LogicalOperator as aH, type MaybeNamedFunctionDeclaration as aI, type MetaProperty as aJ, type MethodDefinition as aK, type ModuleSpecifier as aL, type NodeMap as aM, type Pattern as aN, type Position as aO, type PropertyDefinition as aP, type RegExpLiteral as aQ, type SequenceExpression as aR, type SimpleArrayExpression as aS, type SimpleArrayPattern as aT, type SimpleArrowFunctionExpression as aU, type SimpleAssignmentExpression as aV, type SimpleAssignmentPattern as aW, type SimpleAssignmentProperty as aX, type SimpleAwaitExpression as aY, type SimpleBaseCallExpression as aZ, type SimpleBaseDeclaration as a_, type BaseFunction as aa, type BaseModuleDeclaration as ab, type BaseModuleSpecifier as ac, type BaseNodeWithoutComments as ad, type BasePattern as ae, type BaseStatement as af, type BigIntLiteral as ag, type BinaryOperator as ah, type ChainElement as ai, type Comment as aj, type DebuggerStatement as ak, type Declaration as al, type ExportDefaultDeclaration as am, type ExportNamedDeclaration as an, type ExportSpecifier as ao, type Expression as ap, type Function as aq, type ImportExpression as ar, type JSXAttribute as as, type JSXChild as at, type JSXClosingElement as au, type JSXClosingFragment as av, type JSXEmptyExpression as aw, type JSXExpressionContainer as ax, type JSXIdentifier as ay, type JSXMemberExpression as az, type ArrowFunctionExpression as b, type TSConditionalType as b$, type SimpleBaseForXStatement as b0, type SimpleBaseFunction as b1, type SimpleBaseNode as b2, type SimpleBaseNodeWithoutComments as b3, type SimpleBasePattern as b4, type SimpleBaseStatement as b5, type SimpleBigIntLiteral as b6, type SimpleBinaryExpression as b7, type SimpleBlockStatement as b8, type SimpleBreakStatement as b9, type SimpleProgram as bA, type SimpleProperty as bB, type SimplePropertyDefinition as bC, type SimpleRegExpLiteral as bD, type SimpleRestElement as bE, type SimpleReturnStatement as bF, type SimpleSequenceExpression as bG, type SimpleSimpleCallExpression as bH, type SimpleSimpleLiteral as bI, type SimpleSourceLocation as bJ, type SimpleSpreadElement as bK, type SimpleSwitchCase as bL, type SimpleSwitchStatement as bM, type SimpleTemplateElement as bN, type SimpleTemplateLiteral as bO, type SimpleThisExpression as bP, type SimpleThrowStatement as bQ, type SimpleTryStatement as bR, type SimpleUnaryExpression as bS, type SimpleUpdateExpression as bT, type SimpleVariableDeclaration as bU, type SimpleVariableDeclarator as bV, type SimpleWhileStatement as bW, type SourceLocation as bX, type Statement as bY, type TSArrayType as bZ, type TSCallSignatureDeclaration as b_, type SimpleCatchClause as ba, type SimpleChainExpression as bb, type SimpleComment as bc, type SimpleConditionalExpression as bd, type SimpleContinueStatement as be, type SimpleDoWhileStatement as bf, type SimpleEmptyStatement as bg, type SimpleExpressionStatement as bh, type SimpleForInStatement as bi, type SimpleForOfStatement as bj, type SimpleForStatement as bk, type SimpleFunctionDeclaration as bl, type SimpleFunctionExpression as bm, type SimpleIdentifier as bn, type SimpleIfStatement as bo, type SimpleJsonExpression as bp, type SimpleLabeledStatement as bq, type SimpleLiteral as br, type SimpleLogicalExpression as bs, type SimpleMemberExpression as bt, type SimpleMethodDefinition as bu, type SimpleNewExpression as bv, type SimpleNode as bw, type SimpleObjectExpression as bx, type SimpleObjectPattern as by, type SimplePosition as bz, type AssignmentExpression as c, jsxClosingFragment as c$, type TSFunctionType as c0, type TSIndexSignature as c1, type TSIndexedAccessType as c2, type TSInferType as c3, type TSIntersectionType as c4, type TSKeywordType as c5, type TSLite as c6, type TSLiteMarker as c7, type TSLiteralType as c8, type TSMappedType as c9, binaryExpression as cA, blockStatement as cB, breakStatement as cC, callExpression as cD, catchClause as cE, chainExpression as cF, conditionalExpression as cG, continueStatement as cH, doWhileStatement as cI, emptyStatement as cJ, exportDefaultDeclaration as cK, exportNamedDeclaration as cL, exportSpecifier as cM, expressionStatement as cN, forInStatement as cO, forOfStatement as cP, forStatement as cQ, functionDeclaration as cR, functionExpression as cS, identifier as cT, ifStatement as cU, importDeclaration as cV, importDefaultSpecifier as cW, importNamespaceSpecifier as cX, importSpecifier as cY, jsxAttribute as cZ, jsxClosingElement as c_, type TSPropertySignature as ca, type TSTupleType as cb, type TSType as cc, type TSTypeLiteral as cd, type TSTypeMember as ce, type TSTypeOperator as cf, type TSTypeParameter as cg, type TSTypeQuery as ch, type TSTypeReference as ci, type TSUnionType as cj, type TaggedTemplateExpression as ck, type ThisExpression as cl, type UnaryOperator as cm, type UpdateOperator as cn, expr as co, fromExprMarker as cp, json as cq, jsonExpression as cr, types as cs, arrayExpression as ct, arrayPattern as cu, arrowFunctionExpression as cv, assignmentExpression as cw, assignmentPattern as cx, assignmentProperty as cy, awaitExpression as cz, type AssignmentProperty as d, jsxElement as d0, jsxEmptyExpression as d1, jsxExpressionContainer as d2, jsxFragment as d3, jsxIdentifier as d4, jsxMemberExpression as d5, jsxNamespacedName as d6, jsxOpeningElement as d7, jsxOpeningFragment as d8, jsxSpreadAttribute as d9, jsxText as da, literal as db, logicalExpression as dc, memberExpression as dd, newExpression as de, objectExpression as df, objectPattern as dg, program as dh, property as di, restElement as dj, returnStatement as dk, spreadElement as dl, switchCase as dm, switchStatement as dn, templateElement as dp, templateLiteral as dq, throwStatement as dr, tryStatement as ds, unaryExpression as dt, updateExpression as du, variableDeclaration as dv, variableDeclarator as dw, whileStatement as dx, type AwaitExpression as e, type BinaryExpression as f, type BlockStatement as g, type BreakStatement as h, type ChainExpression as i, type ConditionalExpression as j, type ContinueStatement as k, type ExpressionStatement as l, type ForOfStatement as m, type ForStatement as n, type FunctionDeclaration as o, type FunctionExpression as p, type IfStatement as q, type ImportDeclaration as r, type ImportDefaultSpecifier as s, type ImportNamespaceSpecifier as t, type ImportSpecifier as u, type LogicalExpression as v, type NewExpression as w, type ObjectPattern as x, type Property as y, type SwitchCase as z };
package/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- 'use strict';var Z=Object.defineProperty;var F=(e,r)=>{for(var n in r)Z(e,n,{get:r[n],enumerable:true});};var y=class extends Error{constructor(r,n,i){super(n),this.name="TSLiteError",this.code=r,this.details=i;}};var G=/^[a-zA-Z_][a-zA-Z_0-9]*$/,d=["Identifier","MemberExpression","CallExpression","ArrowFunctionExpression","FunctionExpression","BinaryExpression","LogicalExpression","UnaryExpression","UpdateExpression","ConditionalExpression","AssignmentExpression","NewExpression","ArrayExpression","ObjectExpression","AwaitExpression","TemplateLiteral","TaggedTemplateExpression","SequenceExpression","ChainExpression","JSXElement","JSXFragment","Program"];function T(e){return d.includes(e)}function h(e){return new y("invalid-ast-entry",`Invalid #expr entry type: "${e}". The #expr marker is used to embed executable logic inside JSON. Only expression types that can be used as VALUES are allowed: ${d.join(", ")}. "${e}" is not a valid entry point because it cannot be used as a value in JSON.`,{type:e,validTypes:d})}var N={AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AwaitExpression:["argument"],BlockStatement:["body"],BinaryExpression:["left","right"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DirectiveStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExpressionStatement:["expression"],ForStatement:["init","test","update","body"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportExpression:["source"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JsonExpression:[],Literal:[],LabeledStatement:["label","body"],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],ModuleSpecifier:[],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],SwitchStatement:["discriminant","cases"],SwitchCase:["test","consequent"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],JSXElement:["openingElement","children","closingElement"],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningElement:["name","attributes"],JSXClosingElement:["name"],JSXOpeningFragment:[],JSXClosingFragment:[],JSXAttribute:["name","value"],JSXSpreadAttribute:["argument"],JSXExpressionContainer:["expression"],JSXEmptyExpression:[],JSXText:[],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],TSAsExpression:["expression"],TSTypeAliasDeclaration:["id"]},l={Sequence:0,Yield:1,Assignment:1,Conditional:2,ArrowFunction:2,Coalesce:3,LogicalOR:4,LogicalAND:5,BitwiseOR:6,BitwiseXOR:7,BitwiseAND:8,Equality:9,Relational:10,BitwiseSHIFT:11,Additive:12,Multiplicative:13,Exponentiation:14,Await:15,Unary:15,Postfix:16,OptionalChaining:17,Call:18,New:19,TaggedTemplate:20,Member:21,Primary:22},Q={"??":l.Coalesce,"||":l.LogicalOR,"&&":l.LogicalAND,"|":l.BitwiseOR,"^":l.BitwiseXOR,"&":l.BitwiseAND,"==":l.Equality,"!=":l.Equality,"===":l.Equality,"!==":l.Equality,is:l.Equality,isnt:l.Equality,"<":l.Relational,">":l.Relational,"<=":l.Relational,">=":l.Relational,in:l.Relational,instanceof:l.Relational,"<<":l.BitwiseSHIFT,">>":l.BitwiseSHIFT,">>>":l.BitwiseSHIFT,"+":l.Additive,"-":l.Additive,"*":l.Multiplicative,"%":l.Multiplicative,"/":l.Multiplicative,"**":l.Exponentiation};var g={};F(g,{arrayExpression:()=>ee,arrayPattern:()=>Be,arrowFunctionExpression:()=>ye,assignmentExpression:()=>ae,assignmentPattern:()=>_e,assignmentProperty:()=>Le,ast:()=>O,awaitExpression:()=>le,binaryExpression:()=>ne,blockStatement:()=>Se,breakStatement:()=>Ne,callExpression:()=>J,catchClause:()=>he,chainExpression:()=>re,conditionalExpression:()=>pe,continueStatement:()=>we,doWhileStatement:()=>Xe,emptyStatement:()=>Ce,exportDefaultDeclaration:()=>qe,exportNamedDeclaration:()=>We,exportSpecifier:()=>$e,expressionStatement:()=>ue,forInStatement:()=>De,forOfStatement:()=>Ie,forStatement:()=>Je,fromAstMarker:()=>k,functionDeclaration:()=>Ee,functionExpression:()=>xe,identifier:()=>E,ifStatement:()=>fe,importDeclaration:()=>Ve,importDefaultSpecifier:()=>ve,importNamespaceSpecifier:()=>Ue,importSpecifier:()=>Me,json:()=>j,jsonExpression:()=>I,jsxAttribute:()=>Qe,jsxClosingElement:()=>tt,jsxClosingFragment:()=>L,jsxElement:()=>nt,jsxEmptyExpression:()=>He,jsxExpressionContainer:()=>Ze,jsxFragment:()=>st,jsxIdentifier:()=>Ke,jsxMemberExpression:()=>Ye,jsxNamespacedName:()=>ze,jsxOpeningElement:()=>et,jsxOpeningFragment:()=>B,jsxSpreadAttribute:()=>Ge,jsxText:()=>rt,literal:()=>x,logicalExpression:()=>se,memberExpression:()=>D,newExpression:()=>te,objectExpression:()=>f,objectPattern:()=>ke,program:()=>Re,property:()=>w,restElement:()=>je,returnStatement:()=>de,spreadElement:()=>C,switchCase:()=>be,switchStatement:()=>ge,templateElement:()=>ce,templateLiteral:()=>me,throwStatement:()=>Ae,tryStatement:()=>Te,unaryExpression:()=>oe,updateExpression:()=>ie,variableDeclaration:()=>Fe,variableDeclarator:()=>Oe,whileStatement:()=>Pe});var O=e=>{let{type:r,...n}=e;if(!r||typeof r!="string")throw new y("missing-node-type","ast() requires a node with a valid type property");if(!T(r))throw h(r);return {"#expr":r,...n}},k=e=>{if(!e||typeof e!="object"||!("#expr"in e))return e;let{"#expr":r,...n}=e;return {type:r,...n}},E=e=>({type:"Identifier",name:e}),x=e=>e instanceof RegExp?{type:"Literal",value:e,regex:{pattern:e.source,flags:e.flags}}:typeof e=="bigint"?{type:"Literal",value:e,bigint:String(e)}:{type:"Literal",value:e},ee=e=>({type:"ArrayExpression",elements:e}),f=e=>({type:"ObjectExpression",properties:e}),w=(e,r,n=false,i=false)=>({type:"Property",shorthand:n,computed:i,key:e,value:r,kind:"init"}),C=e=>({type:"SpreadElement",argument:e}),J=(e,r,n=false)=>({type:"CallExpression",callee:e,arguments:r,optional:n}),te=(e,r)=>({type:"NewExpression",callee:e,arguments:r}),D=(e,r,n=false,i=false)=>({type:"MemberExpression",object:e,property:r,computed:n,optional:i}),re=e=>({type:"ChainExpression",expression:e}),ne=(e,r,n)=>({type:"BinaryExpression",left:r,right:n,operator:e}),se=(e,r,n)=>({type:"LogicalExpression",operator:e,left:r,right:n}),oe=(e,r)=>({type:"UnaryExpression",operator:e,argument:r,prefix:true}),ie=(e,r,n=false)=>({type:"UpdateExpression",operator:e,argument:r,prefix:n}),ae=(e,r,n)=>({type:"AssignmentExpression",operator:e,left:r,right:n}),pe=(e,r,n)=>({type:"ConditionalExpression",test:e,consequent:r,alternate:n}),le=e=>({type:"AwaitExpression",argument:e}),ce=(e,r=false)=>({type:"TemplateElement",value:e,tail:r}),me=(e,r)=>({type:"TemplateLiteral",quasis:e,expressions:r}),ye=(e,r,n=false,i=false)=>({type:"ArrowFunctionExpression",expression:r.type!="BlockStatement",generator:i,async:n,params:e,body:r}),xe=(e=null,r,n,i=false,p=false)=>({type:"FunctionExpression",id:e,params:r,body:n,async:i,generator:p}),Ee=(e,r,n,i=false,p=false)=>({type:"FunctionDeclaration",id:e,params:r,body:n,generator:i,async:p}),Se=e=>({type:"BlockStatement",body:e}),ue=e=>({type:"ExpressionStatement",expression:e}),de=e=>({type:"ReturnStatement",argument:e}),fe=(e,r,n=null)=>({type:"IfStatement",test:e,consequent:r,alternate:n}),ge=(e,r)=>({type:"SwitchStatement",cases:r,discriminant:e}),be=(e,r)=>({type:"SwitchCase",consequent:r,test:e}),Ae=e=>({type:"ThrowStatement",argument:e}),Te=(e,r,n=null)=>({type:"TryStatement",block:e,handler:r,finalizer:n}),he=(e,r)=>({type:"CatchClause",param:e,body:r}),Ne=(e=null)=>({type:"BreakStatement",label:e}),we=(e=null)=>({type:"ContinueStatement",label:e}),Ce=()=>({type:"EmptyStatement"}),Je=(e,r,n,i)=>({type:"ForStatement",init:e,test:r,update:n,body:i}),De=(e,r,n)=>({type:"ForInStatement",body:n,left:e,right:r}),Ie=(e,r,n,i=false)=>({type:"ForOfStatement",body:n,left:e,right:r,await:i}),Pe=(e,r)=>({type:"WhileStatement",test:e,body:r}),Xe=(e,r)=>({type:"DoWhileStatement",body:e,test:r}),Fe=(e,r)=>({type:"VariableDeclaration",declarations:r,kind:e}),Oe=(e,r=null)=>({type:"VariableDeclarator",id:e,init:r}),ke=e=>({type:"ObjectPattern",properties:e}),Be=e=>({type:"ArrayPattern",elements:e}),Le=(e,r=e,n=false,i=false)=>({type:"Property",key:e,kind:"init",value:r,shorthand:n,computed:i,method:false}),je=e=>({type:"RestElement",argument:e}),_e=(e,r)=>({type:"AssignmentPattern",left:e,right:r}),Re=(e,r="script")=>({type:"Program",body:e,sourceType:r}),I=e=>({type:"JsonExpression",body:e}),Ve=(e,r)=>({type:"ImportDeclaration",specifiers:e,source:r}),Me=(e,r)=>({type:"ImportSpecifier",imported:e,local:r}),ve=e=>({type:"ImportDefaultSpecifier",local:e}),Ue=e=>({type:"ImportNamespaceSpecifier",local:e}),We=(e=null,r=[],n=null)=>({type:"ExportNamedDeclaration",declaration:e,specifiers:r,source:n}),qe=e=>({type:"ExportDefaultDeclaration",declaration:e}),$e=(e,r=e)=>({type:"ExportSpecifier",local:e,exported:r}),Ke=e=>({type:"JSXIdentifier",name:e}),Ye=(e,r)=>({type:"JSXMemberExpression",object:e,property:r}),ze=(e,r)=>({type:"JSXNamespacedName",namespace:e,name:r}),He=()=>({type:"JSXEmptyExpression"}),Ze=e=>({type:"JSXExpressionContainer",expression:e}),Ge=e=>({type:"JSXSpreadAttribute",argument:e}),Qe=(e,r=null)=>({type:"JSXAttribute",name:e,value:r}),et=(e,r=[],n=false)=>({type:"JSXOpeningElement",name:e,attributes:r,selfClosing:n}),tt=e=>({type:"JSXClosingElement",name:e}),B=()=>({type:"JSXOpeningFragment"}),L=()=>({type:"JSXClosingFragment"}),rt=(e,r=e)=>({type:"JSXText",value:e,raw:r}),nt=(e,r=[],n=null)=>({type:"JSXElement",openingElement:e,children:r,closingElement:n}),st=(e=[],r=B(),n=L())=>({type:"JSXFragment",openingFragment:r,children:e,closingFragment:n}),j=I;var ot=(e="b")=>{class r{constructor(o){this.text=o;}}let n=(t,o)=>{if(typeof t!="object")return typeof t=="string"?`"${t}"`:typeof t=="bigint"?`${t}n`:String(t);if(!t)return "null";if(t instanceof RegExp)return t;if(Array.isArray(t))return `[${t.map(S=>n(S,o)).join(", ")}]`;if(!t.type)return t instanceof r?t.text:`${e}.jsonExpression(${JSON.stringify(t)})`;if(t.type in m)return m[t.type](t,o);throw new y("unknown-node-type","Unknown type: "+t.type,{type:t.type})},i=t=>`(${e}) => ${n(t)}`,p=t=>new Function("b",`return ${t}`)(g),s=(t,o,...S)=>{let A=[],P=false;return S.reverse().forEach(X=>{X===void 0?P&&A.push("false"):(A.push(n(X,t)),P=true);}),`${e}.${o}(${A.reverse().join(", ")})`},m={ArrayExpression:(t,o)=>s(t,"arrayExpression",t.elements),ArrayPattern:(t,o)=>s(t,"arrayPattern",t.elements),ArrowFunctionExpression:(t,o)=>s(t,"arrowFunctionExpression",t.params,t.body,t.async||void 0),AssignmentExpression:(t,o)=>s(t,"assignmentExpression",t.operator,t.left,t.right),AssignmentProperty:(t,o)=>s(t,"assignmentProperty",t.key,t.value||void 0,t.shorthand||void 0),AwaitExpression:(t,o)=>s(t,"awaitExpression",t.argument),BinaryExpression:(t,o)=>s(t,"binaryExpression",t.operator,t.left,t.right),BlockStatement:(t,o)=>s(t,"blockStatement",t.body),BreakStatement:(t,o)=>t.label?s(t,"breakStatement",t.label):s(t,"breakStatement"),CallExpression:(t,o)=>s(t,"callExpression",t.callee,t.arguments,t.optional||void 0),CatchClause:(t,o)=>s(t,"catchClause",t.param,t.body),ChainExpression:(t,o)=>s(t,"chainExpression",t.expression),ConditionalExpression:(t,o)=>s(t,"conditionalExpression",t.test,t.consequent,t.alternate),ContinueStatement:(t,o)=>s(t,"continueStatement",t.label),DoWhileStatement:(t,o)=>s(t,"doWhileStatement",t.body,t.test),EmptyStatement:(t,o)=>s(t,"emptyStatement"),ExpressionStatement:(t,o)=>s(t,"expressionStatement",t.expression),ForInStatement:(t,o)=>s(t,"forInStatement",t.left,t.right,t.body),ForOfStatement:(t,o)=>s(t,"forOfStatement",t.left,t.right,t.body),ForStatement:(t,o)=>s(t,"forStatement",t.init,t.test,t.update,t.body),FunctionDeclaration:(t,o)=>s(t,"functionDeclaration",t.id,t.params,t.body,t.generator||void 0,t.async||void 0),FunctionExpression:(t,o)=>s(t,"functionExpression",t.id||null,t.params,t.body,t.generator||void 0,t.async||void 0),Identifier:(t,o)=>s(t,"identifier",t.name),IfStatement:(t,o)=>s(t,"ifStatement",t.test,t.consequent,t.alternate),ImportDeclaration:(t,o)=>s(t,"importDeclaration",t.specifiers,t.source),ImportDefaultSpecifier:(t,o)=>s(t,"importDefaultSpecifier",t.local),ImportNamespaceSpecifier:(t,o)=>s(t,"importNamespaceSpecifier",t.local),ImportSpecifier:(t,o)=>s(t,"importSpecifier",t.imported,t.local),JsonExpression:(t,o)=>s(t,"jsonExpression",JSON.stringify(t.body)),Literal:(t,o)=>s(t,"literal",t.value),LogicalExpression:(t,o)=>s(t,"logicalExpression",t.operator,t.left,t.right),MemberExpression:(t,o)=>s(t,"memberExpression",t.object,t.property,t.computed||void 0,t.optional||void 0),NewExpression:(t,o)=>s(t,"newExpression",t.callee,t.arguments),ObjectExpression:(t,o)=>s(t,"objectExpression",t.properties),ObjectPattern:(t,o)=>s(t,"objectPattern",t.properties),Program:(t,o)=>s(t,"program",t.body),Property:(t,o)=>{if(o.type==="ObjectPattern")return s(t,"assignmentProperty",t.key,t.value,t.shorthand||void 0);if(o.type==="ObjectExpression")return s(t,"property",t.key,t.value,t.shorthand||void 0,t.computed||void 0)},ReturnStatement:(t,o)=>s(t,"returnStatement",t.argument),SwitchCase:(t,o)=>s(t,"switchCase",t.test,t.consequent),SwitchStatement:(t,o)=>s(t,"switchStatement",t.discriminant,t.cases),TemplateElement:(t,o)=>t.tail?s(t,"templateElement",new r(JSON.stringify(t.value)),true):s(t,"templateElement",new r(JSON.stringify(t.value))),TemplateLiteral:(t,o)=>s(t,"templateLiteral",t.quasis,t.expressions),ThrowStatement:(t,o)=>s(t,"throwStatement",t.argument),TryStatement:(t,o)=>s(t,"tryStatement",t.block,t.handler,t.finalizer),UnaryExpression:(t,o)=>s(t,"unaryExpression",t.operator,t.argument),UpdateExpression:(t,o)=>t.prefix==true?s(t,"updateExpression",t.operator,t.argument,true):s(t,"updateExpression",t.operator,t.argument),VariableDeclaration:(t,o)=>s(t,"variableDeclaration",t.kind,t.declarations),VariableDeclarator:(t,o)=>s(t,"variableDeclarator",t.id,t.init||void 0),WhileStatement:(t,o)=>s(t,"whileStatement",t.test,t.body),SpreadElement:(t,o)=>s(t,"spreadElement",t.argument),RestElement:(t,o)=>s(t,"restElement",t.argument)};return {build:n,buildFunction:i,safeEval:p,builders:m}};var U={};F(U,{isArrayExpression:()=>ut,isArrayPattern:()=>Lt,isArrowFunctionExpression:()=>yt,isAssignmentExpression:()=>Tt,isAssignmentProperty:()=>nr,isAwaitExpression:()=>ht,isBinaryExpression:()=>mt,isBlockStatement:()=>Jt,isBreakStatement:()=>Pt,isCallExpression:()=>Et,isCatchClause:()=>Kt,isConditionalExpression:()=>dt,isContinueStatement:()=>Xt,isDirective:()=>rr,isDoWhileStatement:()=>qt,isEmptyStatement:()=>Ft,isExpressionStatement:()=>Ct,isForInStatement:()=>Ut,isForOfStatement:()=>Wt,isForStatement:()=>vt,isFunctionDeclaration:()=>jt,isFunctionExpression:()=>xt,isIdentifier:()=>ct,isIfStatement:()=>It,isImportDeclaration:()=>Zt,isImportDefaultSpecifier:()=>Qt,isImportNamespaceSpecifier:()=>er,isImportSpecifier:()=>Gt,isJsonExpression:()=>wt,isLiteral:()=>lt,isLogicalExpression:()=>ft,isMemberExpression:()=>At,isModuleDeclaration:()=>tr,isNewExpression:()=>Nt,isNode:()=>sr,isObjectExpression:()=>St,isObjectPattern:()=>Bt,isProgram:()=>_t,isProperty:()=>v,isReturnStatement:()=>Dt,isSwitchCase:()=>Vt,isSwitchStatement:()=>Rt,isTemplateElement:()=>zt,isTemplateLiteral:()=>Ht,isThrowStatement:()=>Yt,isTryStatement:()=>$t,isUnaryExpression:()=>gt,isUpdateExpression:()=>bt,isVariableDeclaration:()=>kt,isVariableDeclarator:()=>Ot,isWhileStatement:()=>Mt});var _=e=>typeof e=="object"&&e!==null&&typeof e.type=="string",it=N;function u(e,r){let n=it[e.type],i=e,p=(s,m)=>{if(s!=null)if(Array.isArray(s))for(let t=0;t<s.length;t++)_(s[t])&&r(s[t],m,t);else _(s)&&r(s,m,null);};if(n){for(let s of n)p(i[s],s);return}for(let s in i)Object.prototype.hasOwnProperty.call(i,s)&&p(i[s],s);}function R(e){let r=[];return u(e,n=>r.push(n)),r}function b(e,r){let n=false;function i(p,s){if(!p||n)return;let m=r[p.type]??r["*"],t=false;if(m){let o=m(p,s);if(o===false&&(t=true),o==="break"){n=true;return}}t||u(p,o=>{n||i(o,p);});}i(e,null);}var at=new Proxy({fn:{}},{get(e,r){return {type:"Identifier",name:r}}}),a=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);function V(e,r){let n;return b(e,{"*":i=>{if(r(i))return n=i,"break"}}),n}function M(e,r,n){let i=p=>{if(r(p))return n(p);if(Array.isArray(p)){let s=false,m=p.map(t=>{let o=i(t);return o!==t&&(s=true),o});return s?m:p}if(a(p)){let s=false,m={};for(let t in p){let o=p[t],S=i(o);m[t]=S,S!==o&&(s=true);}return s?m:p}return p};return i(e)}function pt(e,r){let n={};return r.forEach(i=>{i in e&&(n[i]=e[i]);}),n}var lt=e=>e?.type==="Literal"&&"value"in e,ct=e=>e?.type==="Identifier"&&typeof e.name=="string",mt=e=>e?.type==="BinaryExpression"&&a(e.left)&&a(e.right)&&typeof e.operator=="string",yt=e=>e?.type==="ArrowFunctionExpression"&&a(e.body),xt=e=>e?.type==="FunctionExpression"&&a(e.body),Et=e=>e?.type==="CallExpression"&&a(e.callee)&&Array.isArray(e.arguments),St=e=>e?.type==="ObjectExpression"&&Array.isArray(e.properties),ut=e=>e?.type==="ArrayExpression"&&Array.isArray(e.elements),dt=e=>e?.type==="ConditionalExpression"&&a(e.test)&&a(e.consequent)&&a(e.alternate),ft=e=>e?.type==="LogicalExpression"&&a(e.left)&&a(e.right)&&typeof e.operator=="string",gt=e=>e?.type==="UnaryExpression"&&typeof e.operator=="string"&&a(e.argument),bt=e=>e?.type==="UpdateExpression"&&typeof e.operator=="string"&&a(e.argument),At=e=>e?.type==="MemberExpression"&&a(e.object)&&a(e.property),Tt=e=>e?.type==="AssignmentExpression"&&a(e.left)&&a(e.right)&&typeof e.operator=="string",ht=e=>e?.type==="AwaitExpression"&&"argument"in e,Nt=e=>e?.type==="NewExpression"&&a(e.callee)&&Array.isArray(e.arguments),wt=e=>e?.type==="JsonExpression"&&a(e.body),Ct=e=>e?.type==="ExpressionStatement"&&a(e.expression),Jt=e=>e?.type==="BlockStatement"&&Array.isArray(e.body),Dt=e=>e?.type==="ReturnStatement",It=e=>e?.type==="IfStatement"&&a(e.test)&&a(e.consequent),Pt=e=>e?.type==="BreakStatement",Xt=e=>e?.type==="ContinueStatement",Ft=e=>e?.type==="EmptyStatement",Ot=e=>e?.type==="VariableDeclarator"&&a(e.id),kt=e=>e?.type==="VariableDeclaration"&&Array.isArray(e.declarations),Bt=e=>e?.type==="ObjectPattern"&&Array.isArray(e.properties),Lt=e=>e?.type==="ArrayPattern"&&Array.isArray(e.elements),jt=e=>e?.type==="FunctionDeclaration"&&a(e.id)&&a(e.body),_t=e=>e?.type==="Program"&&Array.isArray(e.body),Rt=e=>e?.type==="SwitchStatement"&&a(e.discriminant)&&Array.isArray(e.cases),Vt=e=>e?.type==="SwitchCase"&&Array.isArray(e.consequent),Mt=e=>e?.type==="WhileStatement"&&a(e.test)&&a(e.body),vt=e=>e?.type==="ForStatement"&&"body"in e,Ut=e=>e?.type==="ForInStatement"&&a(e.left)&&a(e.right)&&a(e.body),Wt=e=>e?.type==="ForOfStatement"&&a(e.left)&&a(e.right)&&a(e.body),qt=e=>e?.type==="DoWhileStatement"&&a(e.body)&&a(e.test),$t=e=>e?.type==="TryStatement"&&a(e.block),Kt=e=>e?.type==="CatchClause"&&a(e.body),Yt=e=>e?.type==="ThrowStatement"&&a(e.argument),zt=e=>e?.type==="TemplateElement"&&a(e.value),Ht=e=>e?.type==="TemplateLiteral"&&Array.isArray(e.quasis)&&Array.isArray(e.expressions),Zt=e=>e?.type==="ImportDeclaration"&&Array.isArray(e.specifiers)&&a(e.source),Gt=e=>e?.type==="ImportSpecifier"&&a(e.imported)&&a(e.local),Qt=e=>e?.type==="ImportDefaultSpecifier"&&a(e.local),er=e=>e?.type==="ImportNamespaceSpecifier"&&a(e.local),tr=e=>e?.type==="ModuleDeclaration",rr=e=>e?.type==="Directive",v=e=>e?.type==="Property"&&a(e.key)&&a(e.value),nr=e=>v(e),sr=e=>typeof e?.type=="string";var or="createElement",ir="Fragment";function c(e,r){return r.start!==void 0&&(e.start=r.start),r.end!==void 0&&(e.end=r.end),r.loc!==void 0&&(e.loc=r.loc),r.range!==void 0&&(e.range=r.range),e}var ar=e=>/^[a-zA-Z_$][\w$]*$/.test(e);function W(e){return e.type==="JSXIdentifier"?c(/^[a-z]/.test(e.name)||e.name.includes("-")?x(e.name):E(e.name),e):e.type==="JSXNamespacedName"?c(x(`${e.namespace.name}:${e.name.name}`),e):c(D(W(e.object),c(E(e.property.name),e.property)),e)}function pr(e){return e.type==="JSXNamespacedName"?c(x(`${e.namespace.name}:${e.name.name}`),e):c(ar(e.name)?E(e.name):x(e.name),e)}function lr(e,r){return e===null?c(x(true),r):e.type==="JSXExpressionContainer"?e.expression:e}var q=(e,r)=>c(r.emptyPropsAsObject?f([]):x(null),e);function cr(e,r,n){if(e.length===0)return q(r,n);let i=e.map(p=>p.type==="JSXSpreadAttribute"?c(C(p.argument),p):c(w(pr(p.name),lr(p.value,p)),p));return c(f(i),r)}function mr(e){let r=e.split(/\r\n|\n|\r/),n=-1;for(let p=0;p<r.length;p++)/[^ \t]/.test(r[p])&&(n=p);let i="";for(let p=0;p<r.length;p++){let s=r[p].replace(/\t/g," ");p!==0&&(s=s.replace(/^ +/,"")),p!==r.length-1&&(s=s.replace(/ +$/,"")),s&&(p!==n&&(s+=" "),i+=s);}return i===""?null:i}function yr(e){if(e.type==="JSXText"){let r=mr(e.value);return r===null?null:c(x(r),e)}return e.type==="JSXExpressionContainer"?e.expression.type==="JSXEmptyExpression"?null:e.expression:e}function $(e,r={}){let n=e.type==="JSXFragment"?c(E(ir),e.openingFragment):W(e.openingElement.name),i=e.type==="JSXFragment"?q(e.openingFragment,r):cr(e.openingElement.attributes,e.openingElement,r),p=e.children.map(yr).filter(s=>s!==null);return c(J(c(E(or),e),[n,i,...p]),e)}var K=(e={})=>({vars:e,parent:null}),Y=(e,r)=>({vars:r,parent:e});function z(e,r){for(let n=e;n;n=n.parent)if(Object.prototype.hasOwnProperty.call(n.vars,r))return n.vars[r]}function H(e){let r=new Map;for(let n=e;n;n=n.parent)for(let i of Object.keys(n.vars))r.has(i)||r.set(i,n.vars[i]);return r}exports.BinaryPrecedence=Q;exports.Mock=at;exports.Precedence=l;exports.TSLiteError=y;exports.VALID_EXPRESSION_ENTRY_TYPES=d;exports.VALID_OBJECT_KEY=G;exports.VisitorKeys=N;exports.ast=O;exports.childScope=Y;exports.childrenOf=R;exports.desugarJSX=$;exports.find=V;exports.forEachChild=u;exports.fromAstMarker=k;exports.generateBuilders=ot;exports.guards=U;exports.invalidAstEntryError=h;exports.isObject=a;exports.isValidAstEntryType=T;exports.json=j;exports.jsonExpression=I;exports.lookup=z;exports.mutate=M;exports.pick=pt;exports.rootScope=K;exports.visibleNames=H;exports.walk=b;
1
+ 'use strict';var Z=Object.defineProperty;var F=(e,r)=>{for(var n in r)Z(e,n,{get:r[n],enumerable:true});};var y=class extends Error{constructor(r,n,i){super(n),this.name="TSLiteError",this.code=r,this.details=i;}};var G=/^[a-zA-Z_][a-zA-Z_0-9]*$/,d=["Identifier","MemberExpression","CallExpression","ArrowFunctionExpression","FunctionExpression","BinaryExpression","LogicalExpression","UnaryExpression","UpdateExpression","ConditionalExpression","AssignmentExpression","NewExpression","ArrayExpression","ObjectExpression","AwaitExpression","TemplateLiteral","TaggedTemplateExpression","SequenceExpression","ChainExpression","JSXElement","JSXFragment","Program"];function T(e){return d.includes(e)}function h(e){return new y("invalid-expression-entry",`Invalid #expr entry type: "${e}". The #expr marker is used to embed executable logic inside JSON. Only expression types that can be used as VALUES are allowed: ${d.join(", ")}. "${e}" is not a valid entry point because it cannot be used as a value in JSON.`,{type:e,validTypes:d})}var N={AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AwaitExpression:["argument"],BlockStatement:["body"],BinaryExpression:["left","right"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DirectiveStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExpressionStatement:["expression"],ForStatement:["init","test","update","body"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportExpression:["source"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JsonExpression:[],Literal:[],LabeledStatement:["label","body"],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],ModuleSpecifier:[],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],SwitchStatement:["discriminant","cases"],SwitchCase:["test","consequent"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],JSXElement:["openingElement","children","closingElement"],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningElement:["name","attributes"],JSXClosingElement:["name"],JSXOpeningFragment:[],JSXClosingFragment:[],JSXAttribute:["name","value"],JSXSpreadAttribute:["argument"],JSXExpressionContainer:["expression"],JSXEmptyExpression:[],JSXText:[],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],TSAsExpression:["expression"],TSTypeAliasDeclaration:["id"]},l={Sequence:0,Yield:1,Assignment:1,Conditional:2,ArrowFunction:2,Coalesce:3,LogicalOR:4,LogicalAND:5,BitwiseOR:6,BitwiseXOR:7,BitwiseAND:8,Equality:9,Relational:10,BitwiseSHIFT:11,Additive:12,Multiplicative:13,Exponentiation:14,Await:15,Unary:15,Postfix:16,OptionalChaining:17,Call:18,New:19,TaggedTemplate:20,Member:21,Primary:22},Q={"??":l.Coalesce,"||":l.LogicalOR,"&&":l.LogicalAND,"|":l.BitwiseOR,"^":l.BitwiseXOR,"&":l.BitwiseAND,"==":l.Equality,"!=":l.Equality,"===":l.Equality,"!==":l.Equality,is:l.Equality,isnt:l.Equality,"<":l.Relational,">":l.Relational,"<=":l.Relational,">=":l.Relational,in:l.Relational,instanceof:l.Relational,"<<":l.BitwiseSHIFT,">>":l.BitwiseSHIFT,">>>":l.BitwiseSHIFT,"+":l.Additive,"-":l.Additive,"*":l.Multiplicative,"%":l.Multiplicative,"/":l.Multiplicative,"**":l.Exponentiation};var g={};F(g,{arrayExpression:()=>ee,arrayPattern:()=>Be,arrowFunctionExpression:()=>ye,assignmentExpression:()=>ae,assignmentPattern:()=>_e,assignmentProperty:()=>Le,awaitExpression:()=>le,binaryExpression:()=>ne,blockStatement:()=>Se,breakStatement:()=>Ne,callExpression:()=>J,catchClause:()=>he,chainExpression:()=>re,conditionalExpression:()=>pe,continueStatement:()=>we,doWhileStatement:()=>Xe,emptyStatement:()=>Ce,exportDefaultDeclaration:()=>qe,exportNamedDeclaration:()=>We,exportSpecifier:()=>$e,expr:()=>O,expressionStatement:()=>ue,forInStatement:()=>De,forOfStatement:()=>Ie,forStatement:()=>Je,fromExprMarker:()=>k,functionDeclaration:()=>Ee,functionExpression:()=>xe,identifier:()=>E,ifStatement:()=>fe,importDeclaration:()=>Ve,importDefaultSpecifier:()=>ve,importNamespaceSpecifier:()=>Ue,importSpecifier:()=>Me,json:()=>j,jsonExpression:()=>I,jsxAttribute:()=>Qe,jsxClosingElement:()=>tt,jsxClosingFragment:()=>L,jsxElement:()=>nt,jsxEmptyExpression:()=>He,jsxExpressionContainer:()=>Ze,jsxFragment:()=>st,jsxIdentifier:()=>Ke,jsxMemberExpression:()=>Ye,jsxNamespacedName:()=>ze,jsxOpeningElement:()=>et,jsxOpeningFragment:()=>B,jsxSpreadAttribute:()=>Ge,jsxText:()=>rt,literal:()=>x,logicalExpression:()=>se,memberExpression:()=>D,newExpression:()=>te,objectExpression:()=>f,objectPattern:()=>ke,program:()=>Re,property:()=>w,restElement:()=>je,returnStatement:()=>de,spreadElement:()=>C,switchCase:()=>be,switchStatement:()=>ge,templateElement:()=>ce,templateLiteral:()=>me,throwStatement:()=>Ae,tryStatement:()=>Te,unaryExpression:()=>oe,updateExpression:()=>ie,variableDeclaration:()=>Fe,variableDeclarator:()=>Oe,whileStatement:()=>Pe});var O=e=>{let{type:r,...n}=e;if(!r||typeof r!="string")throw new y("missing-node-type","expr() requires a node with a valid type property");if(!T(r))throw h(r);return {"#expr":r,...n}},k=e=>{if(!e||typeof e!="object"||!("#expr"in e))return e;let{"#expr":r,...n}=e;return {type:r,...n}},E=e=>({type:"Identifier",name:e}),x=e=>e instanceof RegExp?{type:"Literal",value:e,regex:{pattern:e.source,flags:e.flags}}:typeof e=="bigint"?{type:"Literal",value:e,bigint:String(e)}:{type:"Literal",value:e},ee=e=>({type:"ArrayExpression",elements:e}),f=e=>({type:"ObjectExpression",properties:e}),w=(e,r,n=false,i=false)=>({type:"Property",shorthand:n,computed:i,key:e,value:r,kind:"init"}),C=e=>({type:"SpreadElement",argument:e}),J=(e,r,n=false)=>({type:"CallExpression",callee:e,arguments:r,optional:n}),te=(e,r)=>({type:"NewExpression",callee:e,arguments:r}),D=(e,r,n=false,i=false)=>({type:"MemberExpression",object:e,property:r,computed:n,optional:i}),re=e=>({type:"ChainExpression",expression:e}),ne=(e,r,n)=>({type:"BinaryExpression",left:r,right:n,operator:e}),se=(e,r,n)=>({type:"LogicalExpression",operator:e,left:r,right:n}),oe=(e,r)=>({type:"UnaryExpression",operator:e,argument:r,prefix:true}),ie=(e,r,n=false)=>({type:"UpdateExpression",operator:e,argument:r,prefix:n}),ae=(e,r,n)=>({type:"AssignmentExpression",operator:e,left:r,right:n}),pe=(e,r,n)=>({type:"ConditionalExpression",test:e,consequent:r,alternate:n}),le=e=>({type:"AwaitExpression",argument:e}),ce=(e,r=false)=>({type:"TemplateElement",value:e,tail:r}),me=(e,r)=>({type:"TemplateLiteral",quasis:e,expressions:r}),ye=(e,r,n=false,i=false)=>({type:"ArrowFunctionExpression",expression:r.type!="BlockStatement",generator:i,async:n,params:e,body:r}),xe=(e=null,r,n,i=false,p=false)=>({type:"FunctionExpression",id:e,params:r,body:n,async:i,generator:p}),Ee=(e,r,n,i=false,p=false)=>({type:"FunctionDeclaration",id:e,params:r,body:n,generator:i,async:p}),Se=e=>({type:"BlockStatement",body:e}),ue=e=>({type:"ExpressionStatement",expression:e}),de=e=>({type:"ReturnStatement",argument:e}),fe=(e,r,n=null)=>({type:"IfStatement",test:e,consequent:r,alternate:n}),ge=(e,r)=>({type:"SwitchStatement",cases:r,discriminant:e}),be=(e,r)=>({type:"SwitchCase",consequent:r,test:e}),Ae=e=>({type:"ThrowStatement",argument:e}),Te=(e,r,n=null)=>({type:"TryStatement",block:e,handler:r,finalizer:n}),he=(e,r)=>({type:"CatchClause",param:e,body:r}),Ne=(e=null)=>({type:"BreakStatement",label:e}),we=(e=null)=>({type:"ContinueStatement",label:e}),Ce=()=>({type:"EmptyStatement"}),Je=(e,r,n,i)=>({type:"ForStatement",init:e,test:r,update:n,body:i}),De=(e,r,n)=>({type:"ForInStatement",body:n,left:e,right:r}),Ie=(e,r,n,i=false)=>({type:"ForOfStatement",body:n,left:e,right:r,await:i}),Pe=(e,r)=>({type:"WhileStatement",test:e,body:r}),Xe=(e,r)=>({type:"DoWhileStatement",body:e,test:r}),Fe=(e,r)=>({type:"VariableDeclaration",declarations:r,kind:e}),Oe=(e,r=null)=>({type:"VariableDeclarator",id:e,init:r}),ke=e=>({type:"ObjectPattern",properties:e}),Be=e=>({type:"ArrayPattern",elements:e}),Le=(e,r=e,n=false,i=false)=>({type:"Property",key:e,kind:"init",value:r,shorthand:n,computed:i,method:false}),je=e=>({type:"RestElement",argument:e}),_e=(e,r)=>({type:"AssignmentPattern",left:e,right:r}),Re=(e,r="script")=>({type:"Program",body:e,sourceType:r}),I=e=>({type:"JsonExpression",body:e}),Ve=(e,r)=>({type:"ImportDeclaration",specifiers:e,source:r}),Me=(e,r)=>({type:"ImportSpecifier",imported:e,local:r}),ve=e=>({type:"ImportDefaultSpecifier",local:e}),Ue=e=>({type:"ImportNamespaceSpecifier",local:e}),We=(e=null,r=[],n=null)=>({type:"ExportNamedDeclaration",declaration:e,specifiers:r,source:n}),qe=e=>({type:"ExportDefaultDeclaration",declaration:e}),$e=(e,r=e)=>({type:"ExportSpecifier",local:e,exported:r}),Ke=e=>({type:"JSXIdentifier",name:e}),Ye=(e,r)=>({type:"JSXMemberExpression",object:e,property:r}),ze=(e,r)=>({type:"JSXNamespacedName",namespace:e,name:r}),He=()=>({type:"JSXEmptyExpression"}),Ze=e=>({type:"JSXExpressionContainer",expression:e}),Ge=e=>({type:"JSXSpreadAttribute",argument:e}),Qe=(e,r=null)=>({type:"JSXAttribute",name:e,value:r}),et=(e,r=[],n=false)=>({type:"JSXOpeningElement",name:e,attributes:r,selfClosing:n}),tt=e=>({type:"JSXClosingElement",name:e}),B=()=>({type:"JSXOpeningFragment"}),L=()=>({type:"JSXClosingFragment"}),rt=(e,r=e)=>({type:"JSXText",value:e,raw:r}),nt=(e,r=[],n=null)=>({type:"JSXElement",openingElement:e,children:r,closingElement:n}),st=(e=[],r=B(),n=L())=>({type:"JSXFragment",openingFragment:r,children:e,closingFragment:n}),j=I;var ot=(e="b")=>{class r{constructor(o){this.text=o;}}let n=(t,o)=>{if(typeof t!="object")return typeof t=="string"?`"${t}"`:typeof t=="bigint"?`${t}n`:String(t);if(!t)return "null";if(t instanceof RegExp)return t;if(Array.isArray(t))return `[${t.map(S=>n(S,o)).join(", ")}]`;if(!t.type)return t instanceof r?t.text:`${e}.jsonExpression(${JSON.stringify(t)})`;if(t.type in m)return m[t.type](t,o);throw new y("unknown-node-type","Unknown type: "+t.type,{type:t.type})},i=t=>`(${e}) => ${n(t)}`,p=t=>new Function("b",`return ${t}`)(g),s=(t,o,...S)=>{let A=[],P=false;return S.reverse().forEach(X=>{X===void 0?P&&A.push("false"):(A.push(n(X,t)),P=true);}),`${e}.${o}(${A.reverse().join(", ")})`},m={ArrayExpression:(t,o)=>s(t,"arrayExpression",t.elements),ArrayPattern:(t,o)=>s(t,"arrayPattern",t.elements),ArrowFunctionExpression:(t,o)=>s(t,"arrowFunctionExpression",t.params,t.body,t.async||void 0),AssignmentExpression:(t,o)=>s(t,"assignmentExpression",t.operator,t.left,t.right),AssignmentProperty:(t,o)=>s(t,"assignmentProperty",t.key,t.value||void 0,t.shorthand||void 0),AwaitExpression:(t,o)=>s(t,"awaitExpression",t.argument),BinaryExpression:(t,o)=>s(t,"binaryExpression",t.operator,t.left,t.right),BlockStatement:(t,o)=>s(t,"blockStatement",t.body),BreakStatement:(t,o)=>t.label?s(t,"breakStatement",t.label):s(t,"breakStatement"),CallExpression:(t,o)=>s(t,"callExpression",t.callee,t.arguments,t.optional||void 0),CatchClause:(t,o)=>s(t,"catchClause",t.param,t.body),ChainExpression:(t,o)=>s(t,"chainExpression",t.expression),ConditionalExpression:(t,o)=>s(t,"conditionalExpression",t.test,t.consequent,t.alternate),ContinueStatement:(t,o)=>s(t,"continueStatement",t.label),DoWhileStatement:(t,o)=>s(t,"doWhileStatement",t.body,t.test),EmptyStatement:(t,o)=>s(t,"emptyStatement"),ExpressionStatement:(t,o)=>s(t,"expressionStatement",t.expression),ForInStatement:(t,o)=>s(t,"forInStatement",t.left,t.right,t.body),ForOfStatement:(t,o)=>s(t,"forOfStatement",t.left,t.right,t.body),ForStatement:(t,o)=>s(t,"forStatement",t.init,t.test,t.update,t.body),FunctionDeclaration:(t,o)=>s(t,"functionDeclaration",t.id,t.params,t.body,t.generator||void 0,t.async||void 0),FunctionExpression:(t,o)=>s(t,"functionExpression",t.id||null,t.params,t.body,t.generator||void 0,t.async||void 0),Identifier:(t,o)=>s(t,"identifier",t.name),IfStatement:(t,o)=>s(t,"ifStatement",t.test,t.consequent,t.alternate),ImportDeclaration:(t,o)=>s(t,"importDeclaration",t.specifiers,t.source),ImportDefaultSpecifier:(t,o)=>s(t,"importDefaultSpecifier",t.local),ImportNamespaceSpecifier:(t,o)=>s(t,"importNamespaceSpecifier",t.local),ImportSpecifier:(t,o)=>s(t,"importSpecifier",t.imported,t.local),JsonExpression:(t,o)=>s(t,"jsonExpression",JSON.stringify(t.body)),Literal:(t,o)=>s(t,"literal",t.value),LogicalExpression:(t,o)=>s(t,"logicalExpression",t.operator,t.left,t.right),MemberExpression:(t,o)=>s(t,"memberExpression",t.object,t.property,t.computed||void 0,t.optional||void 0),NewExpression:(t,o)=>s(t,"newExpression",t.callee,t.arguments),ObjectExpression:(t,o)=>s(t,"objectExpression",t.properties),ObjectPattern:(t,o)=>s(t,"objectPattern",t.properties),Program:(t,o)=>s(t,"program",t.body),Property:(t,o)=>{if(o.type==="ObjectPattern")return s(t,"assignmentProperty",t.key,t.value,t.shorthand||void 0);if(o.type==="ObjectExpression")return s(t,"property",t.key,t.value,t.shorthand||void 0,t.computed||void 0)},ReturnStatement:(t,o)=>s(t,"returnStatement",t.argument),SwitchCase:(t,o)=>s(t,"switchCase",t.test,t.consequent),SwitchStatement:(t,o)=>s(t,"switchStatement",t.discriminant,t.cases),TemplateElement:(t,o)=>t.tail?s(t,"templateElement",new r(JSON.stringify(t.value)),true):s(t,"templateElement",new r(JSON.stringify(t.value))),TemplateLiteral:(t,o)=>s(t,"templateLiteral",t.quasis,t.expressions),ThrowStatement:(t,o)=>s(t,"throwStatement",t.argument),TryStatement:(t,o)=>s(t,"tryStatement",t.block,t.handler,t.finalizer),UnaryExpression:(t,o)=>s(t,"unaryExpression",t.operator,t.argument),UpdateExpression:(t,o)=>t.prefix==true?s(t,"updateExpression",t.operator,t.argument,true):s(t,"updateExpression",t.operator,t.argument),VariableDeclaration:(t,o)=>s(t,"variableDeclaration",t.kind,t.declarations),VariableDeclarator:(t,o)=>s(t,"variableDeclarator",t.id,t.init||void 0),WhileStatement:(t,o)=>s(t,"whileStatement",t.test,t.body),SpreadElement:(t,o)=>s(t,"spreadElement",t.argument),RestElement:(t,o)=>s(t,"restElement",t.argument)};return {build:n,buildFunction:i,safeEval:p,builders:m}};var U={};F(U,{isArrayExpression:()=>ut,isArrayPattern:()=>Lt,isArrowFunctionExpression:()=>yt,isAssignmentExpression:()=>Tt,isAssignmentProperty:()=>nr,isAwaitExpression:()=>ht,isBinaryExpression:()=>mt,isBlockStatement:()=>Jt,isBreakStatement:()=>Pt,isCallExpression:()=>Et,isCatchClause:()=>Kt,isConditionalExpression:()=>dt,isContinueStatement:()=>Xt,isDirective:()=>rr,isDoWhileStatement:()=>qt,isEmptyStatement:()=>Ft,isExpressionStatement:()=>Ct,isForInStatement:()=>Ut,isForOfStatement:()=>Wt,isForStatement:()=>vt,isFunctionDeclaration:()=>jt,isFunctionExpression:()=>xt,isIdentifier:()=>ct,isIfStatement:()=>It,isImportDeclaration:()=>Zt,isImportDefaultSpecifier:()=>Qt,isImportNamespaceSpecifier:()=>er,isImportSpecifier:()=>Gt,isJsonExpression:()=>wt,isLiteral:()=>lt,isLogicalExpression:()=>ft,isMemberExpression:()=>At,isModuleDeclaration:()=>tr,isNewExpression:()=>Nt,isNode:()=>sr,isObjectExpression:()=>St,isObjectPattern:()=>Bt,isProgram:()=>_t,isProperty:()=>v,isReturnStatement:()=>Dt,isSwitchCase:()=>Vt,isSwitchStatement:()=>Rt,isTemplateElement:()=>zt,isTemplateLiteral:()=>Ht,isThrowStatement:()=>Yt,isTryStatement:()=>$t,isUnaryExpression:()=>gt,isUpdateExpression:()=>bt,isVariableDeclaration:()=>kt,isVariableDeclarator:()=>Ot,isWhileStatement:()=>Mt});var _=e=>typeof e=="object"&&e!==null&&typeof e.type=="string",it=N;function u(e,r){let n=it[e.type],i=e,p=(s,m)=>{if(s!=null)if(Array.isArray(s))for(let t=0;t<s.length;t++)_(s[t])&&r(s[t],m,t);else _(s)&&r(s,m,null);};if(n){for(let s of n)p(i[s],s);return}for(let s in i)Object.prototype.hasOwnProperty.call(i,s)&&p(i[s],s);}function R(e){let r=[];return u(e,n=>r.push(n)),r}function b(e,r){let n=false;function i(p,s){if(!p||n)return;let m=r[p.type]??r["*"],t=false;if(m){let o=m(p,s);if(o===false&&(t=true),o==="break"){n=true;return}}t||u(p,o=>{n||i(o,p);});}i(e,null);}var at=new Proxy({fn:{}},{get(e,r){return {type:"Identifier",name:r}}}),a=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);function V(e,r){let n;return b(e,{"*":i=>{if(r(i))return n=i,"break"}}),n}function M(e,r,n){let i=p=>{if(r(p))return n(p);if(Array.isArray(p)){let s=false,m=p.map(t=>{let o=i(t);return o!==t&&(s=true),o});return s?m:p}if(a(p)){let s=false,m={};for(let t in p){let o=p[t],S=i(o);m[t]=S,S!==o&&(s=true);}return s?m:p}return p};return i(e)}function pt(e,r){let n={};return r.forEach(i=>{i in e&&(n[i]=e[i]);}),n}var lt=e=>e?.type==="Literal"&&"value"in e,ct=e=>e?.type==="Identifier"&&typeof e.name=="string",mt=e=>e?.type==="BinaryExpression"&&a(e.left)&&a(e.right)&&typeof e.operator=="string",yt=e=>e?.type==="ArrowFunctionExpression"&&a(e.body),xt=e=>e?.type==="FunctionExpression"&&a(e.body),Et=e=>e?.type==="CallExpression"&&a(e.callee)&&Array.isArray(e.arguments),St=e=>e?.type==="ObjectExpression"&&Array.isArray(e.properties),ut=e=>e?.type==="ArrayExpression"&&Array.isArray(e.elements),dt=e=>e?.type==="ConditionalExpression"&&a(e.test)&&a(e.consequent)&&a(e.alternate),ft=e=>e?.type==="LogicalExpression"&&a(e.left)&&a(e.right)&&typeof e.operator=="string",gt=e=>e?.type==="UnaryExpression"&&typeof e.operator=="string"&&a(e.argument),bt=e=>e?.type==="UpdateExpression"&&typeof e.operator=="string"&&a(e.argument),At=e=>e?.type==="MemberExpression"&&a(e.object)&&a(e.property),Tt=e=>e?.type==="AssignmentExpression"&&a(e.left)&&a(e.right)&&typeof e.operator=="string",ht=e=>e?.type==="AwaitExpression"&&"argument"in e,Nt=e=>e?.type==="NewExpression"&&a(e.callee)&&Array.isArray(e.arguments),wt=e=>e?.type==="JsonExpression"&&a(e.body),Ct=e=>e?.type==="ExpressionStatement"&&a(e.expression),Jt=e=>e?.type==="BlockStatement"&&Array.isArray(e.body),Dt=e=>e?.type==="ReturnStatement",It=e=>e?.type==="IfStatement"&&a(e.test)&&a(e.consequent),Pt=e=>e?.type==="BreakStatement",Xt=e=>e?.type==="ContinueStatement",Ft=e=>e?.type==="EmptyStatement",Ot=e=>e?.type==="VariableDeclarator"&&a(e.id),kt=e=>e?.type==="VariableDeclaration"&&Array.isArray(e.declarations),Bt=e=>e?.type==="ObjectPattern"&&Array.isArray(e.properties),Lt=e=>e?.type==="ArrayPattern"&&Array.isArray(e.elements),jt=e=>e?.type==="FunctionDeclaration"&&a(e.id)&&a(e.body),_t=e=>e?.type==="Program"&&Array.isArray(e.body),Rt=e=>e?.type==="SwitchStatement"&&a(e.discriminant)&&Array.isArray(e.cases),Vt=e=>e?.type==="SwitchCase"&&Array.isArray(e.consequent),Mt=e=>e?.type==="WhileStatement"&&a(e.test)&&a(e.body),vt=e=>e?.type==="ForStatement"&&"body"in e,Ut=e=>e?.type==="ForInStatement"&&a(e.left)&&a(e.right)&&a(e.body),Wt=e=>e?.type==="ForOfStatement"&&a(e.left)&&a(e.right)&&a(e.body),qt=e=>e?.type==="DoWhileStatement"&&a(e.body)&&a(e.test),$t=e=>e?.type==="TryStatement"&&a(e.block),Kt=e=>e?.type==="CatchClause"&&a(e.body),Yt=e=>e?.type==="ThrowStatement"&&a(e.argument),zt=e=>e?.type==="TemplateElement"&&a(e.value),Ht=e=>e?.type==="TemplateLiteral"&&Array.isArray(e.quasis)&&Array.isArray(e.expressions),Zt=e=>e?.type==="ImportDeclaration"&&Array.isArray(e.specifiers)&&a(e.source),Gt=e=>e?.type==="ImportSpecifier"&&a(e.imported)&&a(e.local),Qt=e=>e?.type==="ImportDefaultSpecifier"&&a(e.local),er=e=>e?.type==="ImportNamespaceSpecifier"&&a(e.local),tr=e=>e?.type==="ModuleDeclaration",rr=e=>e?.type==="Directive",v=e=>e?.type==="Property"&&a(e.key)&&a(e.value),nr=e=>v(e),sr=e=>typeof e?.type=="string";var or="createElement",ir="Fragment";function c(e,r){return r.start!==void 0&&(e.start=r.start),r.end!==void 0&&(e.end=r.end),r.loc!==void 0&&(e.loc=r.loc),r.range!==void 0&&(e.range=r.range),e}var ar=e=>/^[a-zA-Z_$][\w$]*$/.test(e);function W(e){return e.type==="JSXIdentifier"?c(/^[a-z]/.test(e.name)||e.name.includes("-")?x(e.name):E(e.name),e):e.type==="JSXNamespacedName"?c(x(`${e.namespace.name}:${e.name.name}`),e):c(D(W(e.object),c(E(e.property.name),e.property)),e)}function pr(e){return e.type==="JSXNamespacedName"?c(x(`${e.namespace.name}:${e.name.name}`),e):c(ar(e.name)?E(e.name):x(e.name),e)}function lr(e,r){return e===null?c(x(true),r):e.type==="JSXExpressionContainer"?e.expression:e}var q=(e,r)=>c(r.emptyPropsAsObject?f([]):x(null),e);function cr(e,r,n){if(e.length===0)return q(r,n);let i=e.map(p=>p.type==="JSXSpreadAttribute"?c(C(p.argument),p):c(w(pr(p.name),lr(p.value,p)),p));return c(f(i),r)}function mr(e){let r=e.split(/\r\n|\n|\r/),n=-1;for(let p=0;p<r.length;p++)/[^ \t]/.test(r[p])&&(n=p);let i="";for(let p=0;p<r.length;p++){let s=r[p].replace(/\t/g," ");p!==0&&(s=s.replace(/^ +/,"")),p!==r.length-1&&(s=s.replace(/ +$/,"")),s&&(p!==n&&(s+=" "),i+=s);}return i===""?null:i}function yr(e){if(e.type==="JSXText"){let r=mr(e.value);return r===null?null:c(x(r),e)}return e.type==="JSXExpressionContainer"?e.expression.type==="JSXEmptyExpression"?null:e.expression:e}function $(e,r={}){let n=e.type==="JSXFragment"?c(E(ir),e.openingFragment):W(e.openingElement.name),i=e.type==="JSXFragment"?q(e.openingFragment,r):cr(e.openingElement.attributes,e.openingElement,r),p=e.children.map(yr).filter(s=>s!==null);return c(J(c(E(or),e),[n,i,...p]),e)}var K=(e={})=>({vars:e,parent:null}),Y=(e,r)=>({vars:r,parent:e});function z(e,r){for(let n=e;n;n=n.parent)if(Object.prototype.hasOwnProperty.call(n.vars,r))return n.vars[r]}function H(e){let r=new Map;for(let n=e;n;n=n.parent)for(let i of Object.keys(n.vars))r.has(i)||r.set(i,n.vars[i]);return r}exports.BinaryPrecedence=Q;exports.Mock=at;exports.Precedence=l;exports.TSLiteError=y;exports.VALID_EXPRESSION_ENTRY_TYPES=d;exports.VALID_OBJECT_KEY=G;exports.VisitorKeys=N;exports.childScope=Y;exports.childrenOf=R;exports.desugarJSX=$;exports.expr=O;exports.find=V;exports.forEachChild=u;exports.fromExprMarker=k;exports.generateBuilders=ot;exports.guards=U;exports.invalidExpressionEntryError=h;exports.isObject=a;exports.isValidExpressionEntryType=T;exports.json=j;exports.jsonExpression=I;exports.lookup=z;exports.mutate=M;exports.pick=pt;exports.rootScope=K;exports.visibleNames=H;exports.walk=b;
package/dist/index.d.cts CHANGED
@@ -1,8 +1,8 @@
1
- import { B as BaseNode, A as ArrayExpression, N as Node, a as ArrayPattern, b as ArrowFunctionExpression, c as AssignmentExpression, d as AssignmentProperty, e as AwaitExpression, f as BinaryExpression, g as BlockStatement, h as BreakStatement, S as SimpleCallExpression, C as CatchClause, i as ChainExpression, j as ConditionalExpression, k as ContinueStatement, D as DoWhileStatement, E as EmptyStatement, l as ExpressionStatement, F as ForInStatement, m as ForOfStatement, n as ForStatement, o as FunctionDeclaration, p as FunctionExpression, I as Identifier, q as IfStatement, r as ImportDeclaration, s as ImportDefaultSpecifier, t as ImportNamespaceSpecifier, u as ImportSpecifier, J as JsonExpression, L as Literal, v as LogicalExpression, M as MemberExpression, w as NewExpression, O as ObjectExpression, x as ObjectPattern, P as Program, y as Property, R as ReturnStatement, z as SwitchCase, G as SwitchStatement, T as TemplateElement, H as TemplateLiteral, K as ThrowStatement, Q as TryStatement, U as UnaryExpression, V as UpdateExpression, W as VariableDeclaration, X as VariableDeclarator, Y as WhileStatement, Z as SpreadElement, _ as RestElement, $ as Directive, a0 as ModuleDeclaration, a1 as JSXElement, a2 as JSXFragment, a3 as CallExpression } from './index-DlNA_s_7.cjs';
2
- export { a4 as AssignmentOperator, a5 as AssignmentPattern, a6 as BaseCallExpression, a7 as BaseDeclaration, a8 as BaseExpression, a9 as BaseForXStatement, aa as BaseFunction, ab as BaseModuleDeclaration, ac as BaseModuleSpecifier, ad as BaseNodeWithoutComments, ae as BasePattern, af as BaseStatement, ag as BigIntLiteral, ah as BinaryOperator, ai as ChainElement, aj as Comment, ak as DebuggerStatement, al as Declaration, am as ExportDefaultDeclaration, an as ExportNamedDeclaration, ao as ExportSpecifier, ap as Expression, aq as Function, ar as ImportExpression, as as JSXAttribute, at as JSXChild, au as JSXClosingElement, av as JSXClosingFragment, aw as JSXEmptyExpression, ax as JSXExpressionContainer, ay as JSXIdentifier, az as JSXMemberExpression, aA as JSXNamespacedName, aB as JSXOpeningElement, aC as JSXOpeningFragment, aD as JSXSpreadAttribute, aE as JSXTagName, aF as JSXText, aG as LabeledStatement, aH as LogicalOperator, aI as MaybeNamedFunctionDeclaration, aJ as MetaProperty, aK as MethodDefinition, aL as ModuleSpecifier, aM as NodeMap, aN as Pattern, aO as Position, aP as PropertyDefinition, aQ as RegExpLiteral, aR as SequenceExpression, aS as SimpleArrayExpression, aT as SimpleArrayPattern, aU as SimpleArrowFunctionExpression, aV as SimpleAssignmentExpression, aW as SimpleAssignmentPattern, aX as SimpleAssignmentProperty, aY as SimpleAwaitExpression, aZ as SimpleBaseCallExpression, a_ as SimpleBaseDeclaration, a$ as SimpleBaseExpression, b0 as SimpleBaseForXStatement, b1 as SimpleBaseFunction, b2 as SimpleBaseNode, b3 as SimpleBaseNodeWithoutComments, b4 as SimpleBasePattern, b5 as SimpleBaseStatement, b6 as SimpleBigIntLiteral, b7 as SimpleBinaryExpression, b8 as SimpleBlockStatement, b9 as SimpleBreakStatement, ba as SimpleCatchClause, bb as SimpleChainExpression, bc as SimpleComment, bd as SimpleConditionalExpression, be as SimpleContinueStatement, bf as SimpleDoWhileStatement, bg as SimpleEmptyStatement, bh as SimpleExpressionStatement, bi as SimpleForInStatement, bj as SimpleForOfStatement, bk as SimpleForStatement, bl as SimpleFunctionDeclaration, bm as SimpleFunctionExpression, bn as SimpleIdentifier, bo as SimpleIfStatement, bp as SimpleJsonExpression, bq as SimpleLabeledStatement, br as SimpleLiteral, bs as SimpleLogicalExpression, bt as SimpleMemberExpression, bu as SimpleMethodDefinition, bv as SimpleNewExpression, bw as SimpleNode, bx as SimpleObjectExpression, by as SimpleObjectPattern, bz as SimplePosition, bA as SimpleProgram, bB as SimpleProperty, bC as SimplePropertyDefinition, bD as SimpleRegExpLiteral, bE as SimpleRestElement, bF as SimpleReturnStatement, bG as SimpleSequenceExpression, bH as SimpleSimpleCallExpression, bI as SimpleSimpleLiteral, bJ as SimpleSourceLocation, bK as SimpleSpreadElement, bL as SimpleSwitchCase, bM as SimpleSwitchStatement, bN as SimpleTemplateElement, bO as SimpleTemplateLiteral, bP as SimpleThisExpression, bQ as SimpleThrowStatement, bR as SimpleTryStatement, bS as SimpleUnaryExpression, bT as SimpleUpdateExpression, bU as SimpleVariableDeclaration, bV as SimpleVariableDeclarator, bW as SimpleWhileStatement, bX as SourceLocation, bY as Statement, bZ as TSArrayType, b_ as TSCallSignatureDeclaration, b$ as TSConditionalType, c0 as TSFunctionType, c1 as TSIndexSignature, c2 as TSIndexedAccessType, c3 as TSInferType, c4 as TSIntersectionType, c5 as TSKeywordType, c6 as TSLite, c7 as TSLiteMarker, c8 as TSLiteralType, c9 as TSMappedType, ca as TSPropertySignature, cb as TSTupleType, cc as TSType, cd as TSTypeLiteral, ce as TSTypeMember, cf as TSTypeOperator, cg as TSTypeParameter, ch as TSTypeQuery, ci as TSTypeReference, cj as TSUnionType, ck as TaggedTemplateExpression, cl as ThisExpression, cm as UnaryOperator, cn as UpdateOperator, co as ast, cp as fromAstMarker, cq as json, cr as jsonExpression, cs as types } from './index-DlNA_s_7.cjs';
1
+ import { B as BaseNode, A as ArrayExpression, N as Node, a as ArrayPattern, b as ArrowFunctionExpression, c as AssignmentExpression, d as AssignmentProperty, e as AwaitExpression, f as BinaryExpression, g as BlockStatement, h as BreakStatement, S as SimpleCallExpression, C as CatchClause, i as ChainExpression, j as ConditionalExpression, k as ContinueStatement, D as DoWhileStatement, E as EmptyStatement, l as ExpressionStatement, F as ForInStatement, m as ForOfStatement, n as ForStatement, o as FunctionDeclaration, p as FunctionExpression, I as Identifier, q as IfStatement, r as ImportDeclaration, s as ImportDefaultSpecifier, t as ImportNamespaceSpecifier, u as ImportSpecifier, J as JsonExpression, L as Literal, v as LogicalExpression, M as MemberExpression, w as NewExpression, O as ObjectExpression, x as ObjectPattern, P as Program, y as Property, R as ReturnStatement, z as SwitchCase, G as SwitchStatement, T as TemplateElement, H as TemplateLiteral, K as ThrowStatement, Q as TryStatement, U as UnaryExpression, V as UpdateExpression, W as VariableDeclaration, X as VariableDeclarator, Y as WhileStatement, Z as SpreadElement, _ as RestElement, $ as Directive, a0 as ModuleDeclaration, a1 as JSXElement, a2 as JSXFragment, a3 as CallExpression } from './index-CFG9pxqO.cjs';
2
+ export { a4 as AssignmentOperator, a5 as AssignmentPattern, a6 as BaseCallExpression, a7 as BaseDeclaration, a8 as BaseExpression, a9 as BaseForXStatement, aa as BaseFunction, ab as BaseModuleDeclaration, ac as BaseModuleSpecifier, ad as BaseNodeWithoutComments, ae as BasePattern, af as BaseStatement, ag as BigIntLiteral, ah as BinaryOperator, ai as ChainElement, aj as Comment, ak as DebuggerStatement, al as Declaration, am as ExportDefaultDeclaration, an as ExportNamedDeclaration, ao as ExportSpecifier, ap as Expression, aq as Function, ar as ImportExpression, as as JSXAttribute, at as JSXChild, au as JSXClosingElement, av as JSXClosingFragment, aw as JSXEmptyExpression, ax as JSXExpressionContainer, ay as JSXIdentifier, az as JSXMemberExpression, aA as JSXNamespacedName, aB as JSXOpeningElement, aC as JSXOpeningFragment, aD as JSXSpreadAttribute, aE as JSXTagName, aF as JSXText, aG as LabeledStatement, aH as LogicalOperator, aI as MaybeNamedFunctionDeclaration, aJ as MetaProperty, aK as MethodDefinition, aL as ModuleSpecifier, aM as NodeMap, aN as Pattern, aO as Position, aP as PropertyDefinition, aQ as RegExpLiteral, aR as SequenceExpression, aS as SimpleArrayExpression, aT as SimpleArrayPattern, aU as SimpleArrowFunctionExpression, aV as SimpleAssignmentExpression, aW as SimpleAssignmentPattern, aX as SimpleAssignmentProperty, aY as SimpleAwaitExpression, aZ as SimpleBaseCallExpression, a_ as SimpleBaseDeclaration, a$ as SimpleBaseExpression, b0 as SimpleBaseForXStatement, b1 as SimpleBaseFunction, b2 as SimpleBaseNode, b3 as SimpleBaseNodeWithoutComments, b4 as SimpleBasePattern, b5 as SimpleBaseStatement, b6 as SimpleBigIntLiteral, b7 as SimpleBinaryExpression, b8 as SimpleBlockStatement, b9 as SimpleBreakStatement, ba as SimpleCatchClause, bb as SimpleChainExpression, bc as SimpleComment, bd as SimpleConditionalExpression, be as SimpleContinueStatement, bf as SimpleDoWhileStatement, bg as SimpleEmptyStatement, bh as SimpleExpressionStatement, bi as SimpleForInStatement, bj as SimpleForOfStatement, bk as SimpleForStatement, bl as SimpleFunctionDeclaration, bm as SimpleFunctionExpression, bn as SimpleIdentifier, bo as SimpleIfStatement, bp as SimpleJsonExpression, bq as SimpleLabeledStatement, br as SimpleLiteral, bs as SimpleLogicalExpression, bt as SimpleMemberExpression, bu as SimpleMethodDefinition, bv as SimpleNewExpression, bw as SimpleNode, bx as SimpleObjectExpression, by as SimpleObjectPattern, bz as SimplePosition, bA as SimpleProgram, bB as SimpleProperty, bC as SimplePropertyDefinition, bD as SimpleRegExpLiteral, bE as SimpleRestElement, bF as SimpleReturnStatement, bG as SimpleSequenceExpression, bH as SimpleSimpleCallExpression, bI as SimpleSimpleLiteral, bJ as SimpleSourceLocation, bK as SimpleSpreadElement, bL as SimpleSwitchCase, bM as SimpleSwitchStatement, bN as SimpleTemplateElement, bO as SimpleTemplateLiteral, bP as SimpleThisExpression, bQ as SimpleThrowStatement, bR as SimpleTryStatement, bS as SimpleUnaryExpression, bT as SimpleUpdateExpression, bU as SimpleVariableDeclaration, bV as SimpleVariableDeclarator, bW as SimpleWhileStatement, bX as SourceLocation, bY as Statement, bZ as TSArrayType, b_ as TSCallSignatureDeclaration, b$ as TSConditionalType, c0 as TSFunctionType, c1 as TSIndexSignature, c2 as TSIndexedAccessType, c3 as TSInferType, c4 as TSIntersectionType, c5 as TSKeywordType, c6 as TSLite, c7 as TSLiteMarker, c8 as TSLiteralType, c9 as TSMappedType, ca as TSPropertySignature, cb as TSTupleType, cc as TSType, cd as TSTypeLiteral, ce as TSTypeMember, cf as TSTypeOperator, cg as TSTypeParameter, ch as TSTypeQuery, ci as TSTypeReference, cj as TSUnionType, ck as TaggedTemplateExpression, cl as ThisExpression, cm as UnaryOperator, cn as UpdateOperator, co as expr, cp as fromExprMarker, cq as json, cr as jsonExpression, cs as types } from './index-CFG9pxqO.cjs';
3
3
 
4
4
  /** Erro lançado pelo `@tslite/core`. */
5
- type CoreErrorCode = "invalid-ast-entry" | "missing-node-type" | "unknown-node-type";
5
+ type CoreErrorCode = "invalid-expression-entry" | "missing-node-type" | "unknown-node-type";
6
6
  /**
7
7
  * Erro base da plataforma TSLite. Carrega um `code` legível por máquina e um
8
8
  * `details` opcional com o contexto estruturado (ex.: o `type` ofensor).
@@ -26,18 +26,18 @@ declare const VALID_OBJECT_KEY: RegExp;
26
26
  * Basicamente: Expressions + Program (para AST completo)
27
27
  */
28
28
  declare const VALID_EXPRESSION_ENTRY_TYPES: readonly ["Identifier", "MemberExpression", "CallExpression", "ArrowFunctionExpression", "FunctionExpression", "BinaryExpression", "LogicalExpression", "UnaryExpression", "UpdateExpression", "ConditionalExpression", "AssignmentExpression", "NewExpression", "ArrayExpression", "ObjectExpression", "AwaitExpression", "TemplateLiteral", "TaggedTemplateExpression", "SequenceExpression", "ChainExpression", "JSXElement", "JSXFragment", "Program"];
29
- type ValidAstEntryType = (typeof VALID_EXPRESSION_ENTRY_TYPES)[number];
29
+ type ValidExpressionEntryType = (typeof VALID_EXPRESSION_ENTRY_TYPES)[number];
30
30
  /**
31
31
  * Verifica se um tipo é válido como ponto de entrada #expr
32
32
  */
33
- declare function isValidAstEntryType(type: string): type is ValidAstEntryType;
33
+ declare function isValidExpressionEntryType(type: string): type is ValidExpressionEntryType;
34
34
  /**
35
35
  * Erro para tipo inválido como entrada #expr.
36
36
  *
37
- * `code: "invalid-ast-entry"`; `details` carrega o `type` ofensor e a lista de
38
- * tipos válidos, para o consumidor reagir sem fazer parse da mensagem.
37
+ * `code: "invalid-expression-entry"`; `details` carrega o `type` ofensor e a
38
+ * lista de tipos válidos, para o consumidor reagir sem fazer parse da mensagem.
39
39
  */
40
- declare function invalidAstEntryError(type: string): TSLiteError<"invalid-ast-entry">;
40
+ declare function invalidExpressionEntryError(type: string): TSLiteError<"invalid-expression-entry">;
41
41
  declare const VisitorKeys: {
42
42
  AssignmentExpression: string[];
43
43
  AssignmentPattern: string[];
@@ -404,4 +404,4 @@ declare function find<T = BaseNode>(node: any, match: (n: any) => boolean): T |
404
404
  declare function mutate<T = any>(node: T, match: (value: any) => boolean, modifier: (value: any) => any): T;
405
405
  declare function pick<T extends object, K extends keyof T>(obj: T, keys: K[]): Pick<T, K>;
406
406
 
407
- export { ArrayExpression, ArrayPattern, ArrowFunctionExpression, AssignmentExpression, AssignmentProperty, AwaitExpression, BaseNode, BinaryExpression, BinaryPrecedence, BlockStatement, BreakStatement, CallExpression, CatchClause, ChainExpression, ConditionalExpression, ContinueStatement, type CoreErrorCode, Directive, DoWhileStatement, EmptyStatement, ExpressionStatement, ForInStatement, ForOfStatement, ForStatement, FunctionDeclaration, FunctionExpression, Identifier, IfStatement, ImportDeclaration, ImportDefaultSpecifier, ImportNamespaceSpecifier, ImportSpecifier, JSXElement, JSXFragment, JsonExpression, Literal, LogicalExpression, MemberExpression, Mock, ModuleDeclaration, NewExpression, Node, ObjectExpression, ObjectPattern, Precedence, Program, Property, RestElement, ReturnStatement, type Scope, SimpleCallExpression, SpreadElement, SwitchCase, SwitchStatement, TSLiteError, TemplateElement, TemplateLiteral, ThrowStatement, TryStatement, UnaryExpression, UpdateExpression, VALID_EXPRESSION_ENTRY_TYPES, VALID_OBJECT_KEY, type ValidAstEntryType, VariableDeclaration, VariableDeclarator, VisitorKeys, WhileStatement, childScope, childrenOf, desugarJSX, find, forEachChild, generateBuilders, index as guards, invalidAstEntryError, isObject, isValidAstEntryType, lookup, mutate, pick, rootScope, visibleNames, walk };
407
+ export { ArrayExpression, ArrayPattern, ArrowFunctionExpression, AssignmentExpression, AssignmentProperty, AwaitExpression, BaseNode, BinaryExpression, BinaryPrecedence, BlockStatement, BreakStatement, CallExpression, CatchClause, ChainExpression, ConditionalExpression, ContinueStatement, type CoreErrorCode, Directive, DoWhileStatement, EmptyStatement, ExpressionStatement, ForInStatement, ForOfStatement, ForStatement, FunctionDeclaration, FunctionExpression, Identifier, IfStatement, ImportDeclaration, ImportDefaultSpecifier, ImportNamespaceSpecifier, ImportSpecifier, JSXElement, JSXFragment, JsonExpression, Literal, LogicalExpression, MemberExpression, Mock, ModuleDeclaration, NewExpression, Node, ObjectExpression, ObjectPattern, Precedence, Program, Property, RestElement, ReturnStatement, type Scope, SimpleCallExpression, SpreadElement, SwitchCase, SwitchStatement, TSLiteError, TemplateElement, TemplateLiteral, ThrowStatement, TryStatement, UnaryExpression, UpdateExpression, VALID_EXPRESSION_ENTRY_TYPES, VALID_OBJECT_KEY, type ValidExpressionEntryType, VariableDeclaration, VariableDeclarator, VisitorKeys, WhileStatement, childScope, childrenOf, desugarJSX, find, forEachChild, generateBuilders, index as guards, invalidExpressionEntryError, isObject, isValidExpressionEntryType, lookup, mutate, pick, rootScope, visibleNames, walk };
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import { B as BaseNode, A as ArrayExpression, N as Node, a as ArrayPattern, b as ArrowFunctionExpression, c as AssignmentExpression, d as AssignmentProperty, e as AwaitExpression, f as BinaryExpression, g as BlockStatement, h as BreakStatement, S as SimpleCallExpression, C as CatchClause, i as ChainExpression, j as ConditionalExpression, k as ContinueStatement, D as DoWhileStatement, E as EmptyStatement, l as ExpressionStatement, F as ForInStatement, m as ForOfStatement, n as ForStatement, o as FunctionDeclaration, p as FunctionExpression, I as Identifier, q as IfStatement, r as ImportDeclaration, s as ImportDefaultSpecifier, t as ImportNamespaceSpecifier, u as ImportSpecifier, J as JsonExpression, L as Literal, v as LogicalExpression, M as MemberExpression, w as NewExpression, O as ObjectExpression, x as ObjectPattern, P as Program, y as Property, R as ReturnStatement, z as SwitchCase, G as SwitchStatement, T as TemplateElement, H as TemplateLiteral, K as ThrowStatement, Q as TryStatement, U as UnaryExpression, V as UpdateExpression, W as VariableDeclaration, X as VariableDeclarator, Y as WhileStatement, Z as SpreadElement, _ as RestElement, $ as Directive, a0 as ModuleDeclaration, a1 as JSXElement, a2 as JSXFragment, a3 as CallExpression } from './index-DlNA_s_7.js';
2
- export { a4 as AssignmentOperator, a5 as AssignmentPattern, a6 as BaseCallExpression, a7 as BaseDeclaration, a8 as BaseExpression, a9 as BaseForXStatement, aa as BaseFunction, ab as BaseModuleDeclaration, ac as BaseModuleSpecifier, ad as BaseNodeWithoutComments, ae as BasePattern, af as BaseStatement, ag as BigIntLiteral, ah as BinaryOperator, ai as ChainElement, aj as Comment, ak as DebuggerStatement, al as Declaration, am as ExportDefaultDeclaration, an as ExportNamedDeclaration, ao as ExportSpecifier, ap as Expression, aq as Function, ar as ImportExpression, as as JSXAttribute, at as JSXChild, au as JSXClosingElement, av as JSXClosingFragment, aw as JSXEmptyExpression, ax as JSXExpressionContainer, ay as JSXIdentifier, az as JSXMemberExpression, aA as JSXNamespacedName, aB as JSXOpeningElement, aC as JSXOpeningFragment, aD as JSXSpreadAttribute, aE as JSXTagName, aF as JSXText, aG as LabeledStatement, aH as LogicalOperator, aI as MaybeNamedFunctionDeclaration, aJ as MetaProperty, aK as MethodDefinition, aL as ModuleSpecifier, aM as NodeMap, aN as Pattern, aO as Position, aP as PropertyDefinition, aQ as RegExpLiteral, aR as SequenceExpression, aS as SimpleArrayExpression, aT as SimpleArrayPattern, aU as SimpleArrowFunctionExpression, aV as SimpleAssignmentExpression, aW as SimpleAssignmentPattern, aX as SimpleAssignmentProperty, aY as SimpleAwaitExpression, aZ as SimpleBaseCallExpression, a_ as SimpleBaseDeclaration, a$ as SimpleBaseExpression, b0 as SimpleBaseForXStatement, b1 as SimpleBaseFunction, b2 as SimpleBaseNode, b3 as SimpleBaseNodeWithoutComments, b4 as SimpleBasePattern, b5 as SimpleBaseStatement, b6 as SimpleBigIntLiteral, b7 as SimpleBinaryExpression, b8 as SimpleBlockStatement, b9 as SimpleBreakStatement, ba as SimpleCatchClause, bb as SimpleChainExpression, bc as SimpleComment, bd as SimpleConditionalExpression, be as SimpleContinueStatement, bf as SimpleDoWhileStatement, bg as SimpleEmptyStatement, bh as SimpleExpressionStatement, bi as SimpleForInStatement, bj as SimpleForOfStatement, bk as SimpleForStatement, bl as SimpleFunctionDeclaration, bm as SimpleFunctionExpression, bn as SimpleIdentifier, bo as SimpleIfStatement, bp as SimpleJsonExpression, bq as SimpleLabeledStatement, br as SimpleLiteral, bs as SimpleLogicalExpression, bt as SimpleMemberExpression, bu as SimpleMethodDefinition, bv as SimpleNewExpression, bw as SimpleNode, bx as SimpleObjectExpression, by as SimpleObjectPattern, bz as SimplePosition, bA as SimpleProgram, bB as SimpleProperty, bC as SimplePropertyDefinition, bD as SimpleRegExpLiteral, bE as SimpleRestElement, bF as SimpleReturnStatement, bG as SimpleSequenceExpression, bH as SimpleSimpleCallExpression, bI as SimpleSimpleLiteral, bJ as SimpleSourceLocation, bK as SimpleSpreadElement, bL as SimpleSwitchCase, bM as SimpleSwitchStatement, bN as SimpleTemplateElement, bO as SimpleTemplateLiteral, bP as SimpleThisExpression, bQ as SimpleThrowStatement, bR as SimpleTryStatement, bS as SimpleUnaryExpression, bT as SimpleUpdateExpression, bU as SimpleVariableDeclaration, bV as SimpleVariableDeclarator, bW as SimpleWhileStatement, bX as SourceLocation, bY as Statement, bZ as TSArrayType, b_ as TSCallSignatureDeclaration, b$ as TSConditionalType, c0 as TSFunctionType, c1 as TSIndexSignature, c2 as TSIndexedAccessType, c3 as TSInferType, c4 as TSIntersectionType, c5 as TSKeywordType, c6 as TSLite, c7 as TSLiteMarker, c8 as TSLiteralType, c9 as TSMappedType, ca as TSPropertySignature, cb as TSTupleType, cc as TSType, cd as TSTypeLiteral, ce as TSTypeMember, cf as TSTypeOperator, cg as TSTypeParameter, ch as TSTypeQuery, ci as TSTypeReference, cj as TSUnionType, ck as TaggedTemplateExpression, cl as ThisExpression, cm as UnaryOperator, cn as UpdateOperator, co as ast, cp as fromAstMarker, cq as json, cr as jsonExpression, cs as types } from './index-DlNA_s_7.js';
1
+ import { B as BaseNode, A as ArrayExpression, N as Node, a as ArrayPattern, b as ArrowFunctionExpression, c as AssignmentExpression, d as AssignmentProperty, e as AwaitExpression, f as BinaryExpression, g as BlockStatement, h as BreakStatement, S as SimpleCallExpression, C as CatchClause, i as ChainExpression, j as ConditionalExpression, k as ContinueStatement, D as DoWhileStatement, E as EmptyStatement, l as ExpressionStatement, F as ForInStatement, m as ForOfStatement, n as ForStatement, o as FunctionDeclaration, p as FunctionExpression, I as Identifier, q as IfStatement, r as ImportDeclaration, s as ImportDefaultSpecifier, t as ImportNamespaceSpecifier, u as ImportSpecifier, J as JsonExpression, L as Literal, v as LogicalExpression, M as MemberExpression, w as NewExpression, O as ObjectExpression, x as ObjectPattern, P as Program, y as Property, R as ReturnStatement, z as SwitchCase, G as SwitchStatement, T as TemplateElement, H as TemplateLiteral, K as ThrowStatement, Q as TryStatement, U as UnaryExpression, V as UpdateExpression, W as VariableDeclaration, X as VariableDeclarator, Y as WhileStatement, Z as SpreadElement, _ as RestElement, $ as Directive, a0 as ModuleDeclaration, a1 as JSXElement, a2 as JSXFragment, a3 as CallExpression } from './index-CFG9pxqO.js';
2
+ export { a4 as AssignmentOperator, a5 as AssignmentPattern, a6 as BaseCallExpression, a7 as BaseDeclaration, a8 as BaseExpression, a9 as BaseForXStatement, aa as BaseFunction, ab as BaseModuleDeclaration, ac as BaseModuleSpecifier, ad as BaseNodeWithoutComments, ae as BasePattern, af as BaseStatement, ag as BigIntLiteral, ah as BinaryOperator, ai as ChainElement, aj as Comment, ak as DebuggerStatement, al as Declaration, am as ExportDefaultDeclaration, an as ExportNamedDeclaration, ao as ExportSpecifier, ap as Expression, aq as Function, ar as ImportExpression, as as JSXAttribute, at as JSXChild, au as JSXClosingElement, av as JSXClosingFragment, aw as JSXEmptyExpression, ax as JSXExpressionContainer, ay as JSXIdentifier, az as JSXMemberExpression, aA as JSXNamespacedName, aB as JSXOpeningElement, aC as JSXOpeningFragment, aD as JSXSpreadAttribute, aE as JSXTagName, aF as JSXText, aG as LabeledStatement, aH as LogicalOperator, aI as MaybeNamedFunctionDeclaration, aJ as MetaProperty, aK as MethodDefinition, aL as ModuleSpecifier, aM as NodeMap, aN as Pattern, aO as Position, aP as PropertyDefinition, aQ as RegExpLiteral, aR as SequenceExpression, aS as SimpleArrayExpression, aT as SimpleArrayPattern, aU as SimpleArrowFunctionExpression, aV as SimpleAssignmentExpression, aW as SimpleAssignmentPattern, aX as SimpleAssignmentProperty, aY as SimpleAwaitExpression, aZ as SimpleBaseCallExpression, a_ as SimpleBaseDeclaration, a$ as SimpleBaseExpression, b0 as SimpleBaseForXStatement, b1 as SimpleBaseFunction, b2 as SimpleBaseNode, b3 as SimpleBaseNodeWithoutComments, b4 as SimpleBasePattern, b5 as SimpleBaseStatement, b6 as SimpleBigIntLiteral, b7 as SimpleBinaryExpression, b8 as SimpleBlockStatement, b9 as SimpleBreakStatement, ba as SimpleCatchClause, bb as SimpleChainExpression, bc as SimpleComment, bd as SimpleConditionalExpression, be as SimpleContinueStatement, bf as SimpleDoWhileStatement, bg as SimpleEmptyStatement, bh as SimpleExpressionStatement, bi as SimpleForInStatement, bj as SimpleForOfStatement, bk as SimpleForStatement, bl as SimpleFunctionDeclaration, bm as SimpleFunctionExpression, bn as SimpleIdentifier, bo as SimpleIfStatement, bp as SimpleJsonExpression, bq as SimpleLabeledStatement, br as SimpleLiteral, bs as SimpleLogicalExpression, bt as SimpleMemberExpression, bu as SimpleMethodDefinition, bv as SimpleNewExpression, bw as SimpleNode, bx as SimpleObjectExpression, by as SimpleObjectPattern, bz as SimplePosition, bA as SimpleProgram, bB as SimpleProperty, bC as SimplePropertyDefinition, bD as SimpleRegExpLiteral, bE as SimpleRestElement, bF as SimpleReturnStatement, bG as SimpleSequenceExpression, bH as SimpleSimpleCallExpression, bI as SimpleSimpleLiteral, bJ as SimpleSourceLocation, bK as SimpleSpreadElement, bL as SimpleSwitchCase, bM as SimpleSwitchStatement, bN as SimpleTemplateElement, bO as SimpleTemplateLiteral, bP as SimpleThisExpression, bQ as SimpleThrowStatement, bR as SimpleTryStatement, bS as SimpleUnaryExpression, bT as SimpleUpdateExpression, bU as SimpleVariableDeclaration, bV as SimpleVariableDeclarator, bW as SimpleWhileStatement, bX as SourceLocation, bY as Statement, bZ as TSArrayType, b_ as TSCallSignatureDeclaration, b$ as TSConditionalType, c0 as TSFunctionType, c1 as TSIndexSignature, c2 as TSIndexedAccessType, c3 as TSInferType, c4 as TSIntersectionType, c5 as TSKeywordType, c6 as TSLite, c7 as TSLiteMarker, c8 as TSLiteralType, c9 as TSMappedType, ca as TSPropertySignature, cb as TSTupleType, cc as TSType, cd as TSTypeLiteral, ce as TSTypeMember, cf as TSTypeOperator, cg as TSTypeParameter, ch as TSTypeQuery, ci as TSTypeReference, cj as TSUnionType, ck as TaggedTemplateExpression, cl as ThisExpression, cm as UnaryOperator, cn as UpdateOperator, co as expr, cp as fromExprMarker, cq as json, cr as jsonExpression, cs as types } from './index-CFG9pxqO.js';
3
3
 
4
4
  /** Erro lançado pelo `@tslite/core`. */
5
- type CoreErrorCode = "invalid-ast-entry" | "missing-node-type" | "unknown-node-type";
5
+ type CoreErrorCode = "invalid-expression-entry" | "missing-node-type" | "unknown-node-type";
6
6
  /**
7
7
  * Erro base da plataforma TSLite. Carrega um `code` legível por máquina e um
8
8
  * `details` opcional com o contexto estruturado (ex.: o `type` ofensor).
@@ -26,18 +26,18 @@ declare const VALID_OBJECT_KEY: RegExp;
26
26
  * Basicamente: Expressions + Program (para AST completo)
27
27
  */
28
28
  declare const VALID_EXPRESSION_ENTRY_TYPES: readonly ["Identifier", "MemberExpression", "CallExpression", "ArrowFunctionExpression", "FunctionExpression", "BinaryExpression", "LogicalExpression", "UnaryExpression", "UpdateExpression", "ConditionalExpression", "AssignmentExpression", "NewExpression", "ArrayExpression", "ObjectExpression", "AwaitExpression", "TemplateLiteral", "TaggedTemplateExpression", "SequenceExpression", "ChainExpression", "JSXElement", "JSXFragment", "Program"];
29
- type ValidAstEntryType = (typeof VALID_EXPRESSION_ENTRY_TYPES)[number];
29
+ type ValidExpressionEntryType = (typeof VALID_EXPRESSION_ENTRY_TYPES)[number];
30
30
  /**
31
31
  * Verifica se um tipo é válido como ponto de entrada #expr
32
32
  */
33
- declare function isValidAstEntryType(type: string): type is ValidAstEntryType;
33
+ declare function isValidExpressionEntryType(type: string): type is ValidExpressionEntryType;
34
34
  /**
35
35
  * Erro para tipo inválido como entrada #expr.
36
36
  *
37
- * `code: "invalid-ast-entry"`; `details` carrega o `type` ofensor e a lista de
38
- * tipos válidos, para o consumidor reagir sem fazer parse da mensagem.
37
+ * `code: "invalid-expression-entry"`; `details` carrega o `type` ofensor e a
38
+ * lista de tipos válidos, para o consumidor reagir sem fazer parse da mensagem.
39
39
  */
40
- declare function invalidAstEntryError(type: string): TSLiteError<"invalid-ast-entry">;
40
+ declare function invalidExpressionEntryError(type: string): TSLiteError<"invalid-expression-entry">;
41
41
  declare const VisitorKeys: {
42
42
  AssignmentExpression: string[];
43
43
  AssignmentPattern: string[];
@@ -404,4 +404,4 @@ declare function find<T = BaseNode>(node: any, match: (n: any) => boolean): T |
404
404
  declare function mutate<T = any>(node: T, match: (value: any) => boolean, modifier: (value: any) => any): T;
405
405
  declare function pick<T extends object, K extends keyof T>(obj: T, keys: K[]): Pick<T, K>;
406
406
 
407
- export { ArrayExpression, ArrayPattern, ArrowFunctionExpression, AssignmentExpression, AssignmentProperty, AwaitExpression, BaseNode, BinaryExpression, BinaryPrecedence, BlockStatement, BreakStatement, CallExpression, CatchClause, ChainExpression, ConditionalExpression, ContinueStatement, type CoreErrorCode, Directive, DoWhileStatement, EmptyStatement, ExpressionStatement, ForInStatement, ForOfStatement, ForStatement, FunctionDeclaration, FunctionExpression, Identifier, IfStatement, ImportDeclaration, ImportDefaultSpecifier, ImportNamespaceSpecifier, ImportSpecifier, JSXElement, JSXFragment, JsonExpression, Literal, LogicalExpression, MemberExpression, Mock, ModuleDeclaration, NewExpression, Node, ObjectExpression, ObjectPattern, Precedence, Program, Property, RestElement, ReturnStatement, type Scope, SimpleCallExpression, SpreadElement, SwitchCase, SwitchStatement, TSLiteError, TemplateElement, TemplateLiteral, ThrowStatement, TryStatement, UnaryExpression, UpdateExpression, VALID_EXPRESSION_ENTRY_TYPES, VALID_OBJECT_KEY, type ValidAstEntryType, VariableDeclaration, VariableDeclarator, VisitorKeys, WhileStatement, childScope, childrenOf, desugarJSX, find, forEachChild, generateBuilders, index as guards, invalidAstEntryError, isObject, isValidAstEntryType, lookup, mutate, pick, rootScope, visibleNames, walk };
407
+ export { ArrayExpression, ArrayPattern, ArrowFunctionExpression, AssignmentExpression, AssignmentProperty, AwaitExpression, BaseNode, BinaryExpression, BinaryPrecedence, BlockStatement, BreakStatement, CallExpression, CatchClause, ChainExpression, ConditionalExpression, ContinueStatement, type CoreErrorCode, Directive, DoWhileStatement, EmptyStatement, ExpressionStatement, ForInStatement, ForOfStatement, ForStatement, FunctionDeclaration, FunctionExpression, Identifier, IfStatement, ImportDeclaration, ImportDefaultSpecifier, ImportNamespaceSpecifier, ImportSpecifier, JSXElement, JSXFragment, JsonExpression, Literal, LogicalExpression, MemberExpression, Mock, ModuleDeclaration, NewExpression, Node, ObjectExpression, ObjectPattern, Precedence, Program, Property, RestElement, ReturnStatement, type Scope, SimpleCallExpression, SpreadElement, SwitchCase, SwitchStatement, TSLiteError, TemplateElement, TemplateLiteral, ThrowStatement, TryStatement, UnaryExpression, UpdateExpression, VALID_EXPRESSION_ENTRY_TYPES, VALID_OBJECT_KEY, type ValidExpressionEntryType, VariableDeclaration, VariableDeclarator, VisitorKeys, WhileStatement, childScope, childrenOf, desugarJSX, find, forEachChild, generateBuilders, index as guards, invalidExpressionEntryError, isObject, isValidExpressionEntryType, lookup, mutate, pick, rootScope, visibleNames, walk };
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- import {a,g,l,r,b,Ba,m,t,o as o$1,q,p}from'./chunk-PWCG32OU.js';export{i as BinaryPrecedence,h as Precedence,b as TSLiteError,d as VALID_EXPRESSION_ENTRY_TYPES,c as VALID_OBJECT_KEY,g as VisitorKeys,j as ast,k as fromAstMarker,f as invalidAstEntryError,e as isValidAstEntryType,Aa as json,ea as jsonExpression}from'./chunk-PWCG32OU.js';var Z=(e="b")=>{class n{constructor(s){this.text=s;}}let a=(t,s)=>{if(typeof t!="object")return typeof t=="string"?`"${t}"`:typeof t=="bigint"?`${t}n`:String(t);if(!t)return "null";if(t instanceof RegExp)return t;if(Array.isArray(t))return `[${t.map(m=>a(m,s)).join(", ")}]`;if(!t.type)return t instanceof n?t.text:`${e}.jsonExpression(${JSON.stringify(t)})`;if(t.type in l)return l[t.type](t,s);throw new b("unknown-node-type","Unknown type: "+t.type,{type:t.type})},p=t=>`(${e}) => ${a(t)}`,i=t=>new Function("b",`return ${t}`)(Ba),r=(t,s,...m)=>{let d=[],g=false;return m.reverse().forEach(T=>{T===void 0?g&&d.push("false"):(d.push(a(T,t)),g=true);}),`${e}.${s}(${d.reverse().join(", ")})`},l={ArrayExpression:(t,s)=>r(t,"arrayExpression",t.elements),ArrayPattern:(t,s)=>r(t,"arrayPattern",t.elements),ArrowFunctionExpression:(t,s)=>r(t,"arrowFunctionExpression",t.params,t.body,t.async||void 0),AssignmentExpression:(t,s)=>r(t,"assignmentExpression",t.operator,t.left,t.right),AssignmentProperty:(t,s)=>r(t,"assignmentProperty",t.key,t.value||void 0,t.shorthand||void 0),AwaitExpression:(t,s)=>r(t,"awaitExpression",t.argument),BinaryExpression:(t,s)=>r(t,"binaryExpression",t.operator,t.left,t.right),BlockStatement:(t,s)=>r(t,"blockStatement",t.body),BreakStatement:(t,s)=>t.label?r(t,"breakStatement",t.label):r(t,"breakStatement"),CallExpression:(t,s)=>r(t,"callExpression",t.callee,t.arguments,t.optional||void 0),CatchClause:(t,s)=>r(t,"catchClause",t.param,t.body),ChainExpression:(t,s)=>r(t,"chainExpression",t.expression),ConditionalExpression:(t,s)=>r(t,"conditionalExpression",t.test,t.consequent,t.alternate),ContinueStatement:(t,s)=>r(t,"continueStatement",t.label),DoWhileStatement:(t,s)=>r(t,"doWhileStatement",t.body,t.test),EmptyStatement:(t,s)=>r(t,"emptyStatement"),ExpressionStatement:(t,s)=>r(t,"expressionStatement",t.expression),ForInStatement:(t,s)=>r(t,"forInStatement",t.left,t.right,t.body),ForOfStatement:(t,s)=>r(t,"forOfStatement",t.left,t.right,t.body),ForStatement:(t,s)=>r(t,"forStatement",t.init,t.test,t.update,t.body),FunctionDeclaration:(t,s)=>r(t,"functionDeclaration",t.id,t.params,t.body,t.generator||void 0,t.async||void 0),FunctionExpression:(t,s)=>r(t,"functionExpression",t.id||null,t.params,t.body,t.generator||void 0,t.async||void 0),Identifier:(t,s)=>r(t,"identifier",t.name),IfStatement:(t,s)=>r(t,"ifStatement",t.test,t.consequent,t.alternate),ImportDeclaration:(t,s)=>r(t,"importDeclaration",t.specifiers,t.source),ImportDefaultSpecifier:(t,s)=>r(t,"importDefaultSpecifier",t.local),ImportNamespaceSpecifier:(t,s)=>r(t,"importNamespaceSpecifier",t.local),ImportSpecifier:(t,s)=>r(t,"importSpecifier",t.imported,t.local),JsonExpression:(t,s)=>r(t,"jsonExpression",JSON.stringify(t.body)),Literal:(t,s)=>r(t,"literal",t.value),LogicalExpression:(t,s)=>r(t,"logicalExpression",t.operator,t.left,t.right),MemberExpression:(t,s)=>r(t,"memberExpression",t.object,t.property,t.computed||void 0,t.optional||void 0),NewExpression:(t,s)=>r(t,"newExpression",t.callee,t.arguments),ObjectExpression:(t,s)=>r(t,"objectExpression",t.properties),ObjectPattern:(t,s)=>r(t,"objectPattern",t.properties),Program:(t,s)=>r(t,"program",t.body),Property:(t,s)=>{if(s.type==="ObjectPattern")return r(t,"assignmentProperty",t.key,t.value,t.shorthand||void 0);if(s.type==="ObjectExpression")return r(t,"property",t.key,t.value,t.shorthand||void 0,t.computed||void 0)},ReturnStatement:(t,s)=>r(t,"returnStatement",t.argument),SwitchCase:(t,s)=>r(t,"switchCase",t.test,t.consequent),SwitchStatement:(t,s)=>r(t,"switchStatement",t.discriminant,t.cases),TemplateElement:(t,s)=>t.tail?r(t,"templateElement",new n(JSON.stringify(t.value)),true):r(t,"templateElement",new n(JSON.stringify(t.value))),TemplateLiteral:(t,s)=>r(t,"templateLiteral",t.quasis,t.expressions),ThrowStatement:(t,s)=>r(t,"throwStatement",t.argument),TryStatement:(t,s)=>r(t,"tryStatement",t.block,t.handler,t.finalizer),UnaryExpression:(t,s)=>r(t,"unaryExpression",t.operator,t.argument),UpdateExpression:(t,s)=>t.prefix==true?r(t,"updateExpression",t.operator,t.argument,true):r(t,"updateExpression",t.operator,t.argument),VariableDeclaration:(t,s)=>r(t,"variableDeclaration",t.kind,t.declarations),VariableDeclarator:(t,s)=>r(t,"variableDeclarator",t.id,t.init||void 0),WhileStatement:(t,s)=>r(t,"whileStatement",t.test,t.body),SpreadElement:(t,s)=>r(t,"spreadElement",t.argument),RestElement:(t,s)=>r(t,"restElement",t.argument)};return {build:a,buildFunction:p,safeEval:i,builders:l}};var I={};a(I,{isArrayExpression:()=>pe,isArrayPattern:()=>De,isArrowFunctionExpression:()=>ne,isAssignmentExpression:()=>fe,isAssignmentProperty:()=>ze,isAwaitExpression:()=>xe,isBinaryExpression:()=>se,isBlockStatement:()=>Ae,isBreakStatement:()=>Te,isCallExpression:()=>ie,isCatchClause:()=>Ve,isConditionalExpression:()=>ce,isContinueStatement:()=>Ne,isDirective:()=>Ye,isDoWhileStatement:()=>Le,isEmptyStatement:()=>he,isExpressionStatement:()=>Ee,isForInStatement:()=>Be,isForOfStatement:()=>Je,isForStatement:()=>je,isFunctionDeclaration:()=>Ce,isFunctionExpression:()=>oe,isIdentifier:()=>re,isIfStatement:()=>ge,isImportDeclaration:()=>Me,isImportDefaultSpecifier:()=>Ue,isImportNamespaceSpecifier:()=>Ke,isImportSpecifier:()=>We,isJsonExpression:()=>Se,isLiteral:()=>te,isLogicalExpression:()=>le,isMemberExpression:()=>ue,isModuleDeclaration:()=>qe,isNewExpression:()=>de,isNode:()=>Ge,isObjectExpression:()=>ae,isObjectPattern:()=>_e,isProgram:()=>Pe,isProperty:()=>F,isReturnStatement:()=>be,isSwitchCase:()=>Ie,isSwitchStatement:()=>Fe,isTemplateElement:()=>$e,isTemplateLiteral:()=>ve,isThrowStatement:()=>Re,isTryStatement:()=>Xe,isUnaryExpression:()=>ye,isUpdateExpression:()=>me,isVariableDeclaration:()=>ke,isVariableDeclarator:()=>we,isWhileStatement:()=>Oe});var _=e=>typeof e=="object"&&e!==null&&typeof e.type=="string",H=g;function f(e,n){let a=H[e.type],p=e,i=(r,l)=>{if(r!=null)if(Array.isArray(r))for(let t=0;t<r.length;t++)_(r[t])&&n(r[t],l,t);else _(r)&&n(r,l,null);};if(a){for(let r of a)i(p[r],r);return}for(let r in p)Object.prototype.hasOwnProperty.call(p,r)&&i(p[r],r);}function D(e){let n=[];return f(e,a=>n.push(a)),n}function x(e,n){let a=false;function p(i,r){if(!i||a)return;let l=n[i.type]??n["*"],t=false;if(l){let s=l(i,r);if(s===false&&(t=true),s==="break"){a=true;return}}t||f(i,s=>{a||p(s,i);});}p(e,null);}var Q=new Proxy({fn:{}},{get(e,n){return {type:"Identifier",name:n}}}),o=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);function C(e,n){let a;return x(e,{"*":p=>{if(n(p))return a=p,"break"}}),a}function P(e,n,a){let p=i=>{if(n(i))return a(i);if(Array.isArray(i)){let r=false,l=i.map(t=>{let s=p(t);return s!==t&&(r=true),s});return r?l:i}if(o(i)){let r=false,l={};for(let t in i){let s=i[t],m=p(s);l[t]=m,m!==s&&(r=true);}return r?l:i}return i};return p(e)}function ee(e,n){let a={};return n.forEach(p=>{p in e&&(a[p]=e[p]);}),a}var te=e=>e?.type==="Literal"&&"value"in e,re=e=>e?.type==="Identifier"&&typeof e.name=="string",se=e=>e?.type==="BinaryExpression"&&o(e.left)&&o(e.right)&&typeof e.operator=="string",ne=e=>e?.type==="ArrowFunctionExpression"&&o(e.body),oe=e=>e?.type==="FunctionExpression"&&o(e.body),ie=e=>e?.type==="CallExpression"&&o(e.callee)&&Array.isArray(e.arguments),ae=e=>e?.type==="ObjectExpression"&&Array.isArray(e.properties),pe=e=>e?.type==="ArrayExpression"&&Array.isArray(e.elements),ce=e=>e?.type==="ConditionalExpression"&&o(e.test)&&o(e.consequent)&&o(e.alternate),le=e=>e?.type==="LogicalExpression"&&o(e.left)&&o(e.right)&&typeof e.operator=="string",ye=e=>e?.type==="UnaryExpression"&&typeof e.operator=="string"&&o(e.argument),me=e=>e?.type==="UpdateExpression"&&typeof e.operator=="string"&&o(e.argument),ue=e=>e?.type==="MemberExpression"&&o(e.object)&&o(e.property),fe=e=>e?.type==="AssignmentExpression"&&o(e.left)&&o(e.right)&&typeof e.operator=="string",xe=e=>e?.type==="AwaitExpression"&&"argument"in e,de=e=>e?.type==="NewExpression"&&o(e.callee)&&Array.isArray(e.arguments),Se=e=>e?.type==="JsonExpression"&&o(e.body),Ee=e=>e?.type==="ExpressionStatement"&&o(e.expression),Ae=e=>e?.type==="BlockStatement"&&Array.isArray(e.body),be=e=>e?.type==="ReturnStatement",ge=e=>e?.type==="IfStatement"&&o(e.test)&&o(e.consequent),Te=e=>e?.type==="BreakStatement",Ne=e=>e?.type==="ContinueStatement",he=e=>e?.type==="EmptyStatement",we=e=>e?.type==="VariableDeclarator"&&o(e.id),ke=e=>e?.type==="VariableDeclaration"&&Array.isArray(e.declarations),_e=e=>e?.type==="ObjectPattern"&&Array.isArray(e.properties),De=e=>e?.type==="ArrayPattern"&&Array.isArray(e.elements),Ce=e=>e?.type==="FunctionDeclaration"&&o(e.id)&&o(e.body),Pe=e=>e?.type==="Program"&&Array.isArray(e.body),Fe=e=>e?.type==="SwitchStatement"&&o(e.discriminant)&&Array.isArray(e.cases),Ie=e=>e?.type==="SwitchCase"&&Array.isArray(e.consequent),Oe=e=>e?.type==="WhileStatement"&&o(e.test)&&o(e.body),je=e=>e?.type==="ForStatement"&&"body"in e,Be=e=>e?.type==="ForInStatement"&&o(e.left)&&o(e.right)&&o(e.body),Je=e=>e?.type==="ForOfStatement"&&o(e.left)&&o(e.right)&&o(e.body),Le=e=>e?.type==="DoWhileStatement"&&o(e.body)&&o(e.test),Xe=e=>e?.type==="TryStatement"&&o(e.block),Ve=e=>e?.type==="CatchClause"&&o(e.body),Re=e=>e?.type==="ThrowStatement"&&o(e.argument),$e=e=>e?.type==="TemplateElement"&&o(e.value),ve=e=>e?.type==="TemplateLiteral"&&Array.isArray(e.quasis)&&Array.isArray(e.expressions),Me=e=>e?.type==="ImportDeclaration"&&Array.isArray(e.specifiers)&&o(e.source),We=e=>e?.type==="ImportSpecifier"&&o(e.imported)&&o(e.local),Ue=e=>e?.type==="ImportDefaultSpecifier"&&o(e.local),Ke=e=>e?.type==="ImportNamespaceSpecifier"&&o(e.local),qe=e=>e?.type==="ModuleDeclaration",Ye=e=>e?.type==="Directive",F=e=>e?.type==="Property"&&o(e.key)&&o(e.value),ze=e=>F(e),Ge=e=>typeof e?.type=="string";var Ze="createElement",He="Fragment";function c(e,n){return n.start!==void 0&&(e.start=n.start),n.end!==void 0&&(e.end=n.end),n.loc!==void 0&&(e.loc=n.loc),n.range!==void 0&&(e.range=n.range),e}var Qe=e=>/^[a-zA-Z_$][\w$]*$/.test(e);function O(e){return e.type==="JSXIdentifier"?c(/^[a-z]/.test(e.name)||e.name.includes("-")?m(e.name):l(e.name),e):e.type==="JSXNamespacedName"?c(m(`${e.namespace.name}:${e.name.name}`),e):c(t(O(e.object),c(l(e.property.name),e.property)),e)}function et(e){return e.type==="JSXNamespacedName"?c(m(`${e.namespace.name}:${e.name.name}`),e):c(Qe(e.name)?l(e.name):m(e.name),e)}function tt(e,n){return e===null?c(m(true),n):e.type==="JSXExpressionContainer"?e.expression:e}var j=(e,n)=>c(n.emptyPropsAsObject?o$1([]):m(null),e);function rt(e,n,a){if(e.length===0)return j(n,a);let p$1=e.map(i=>i.type==="JSXSpreadAttribute"?c(q(i.argument),i):c(p(et(i.name),tt(i.value,i)),i));return c(o$1(p$1),n)}function st(e){let n=e.split(/\r\n|\n|\r/),a=-1;for(let i=0;i<n.length;i++)/[^ \t]/.test(n[i])&&(a=i);let p="";for(let i=0;i<n.length;i++){let r=n[i].replace(/\t/g," ");i!==0&&(r=r.replace(/^ +/,"")),i!==n.length-1&&(r=r.replace(/ +$/,"")),r&&(i!==a&&(r+=" "),p+=r);}return p===""?null:p}function nt(e){if(e.type==="JSXText"){let n=st(e.value);return n===null?null:c(m(n),e)}return e.type==="JSXExpressionContainer"?e.expression.type==="JSXEmptyExpression"?null:e.expression:e}function B(e,n={}){let a=e.type==="JSXFragment"?c(l(He),e.openingFragment):O(e.openingElement.name),p=e.type==="JSXFragment"?j(e.openingFragment,n):rt(e.openingElement.attributes,e.openingElement,n),i=e.children.map(nt).filter(r=>r!==null);return c(r(c(l(Ze),e),[a,p,...i]),e)}var J=(e={})=>({vars:e,parent:null}),L=(e,n)=>({vars:n,parent:e});function X(e,n){for(let a=e;a;a=a.parent)if(Object.prototype.hasOwnProperty.call(a.vars,n))return a.vars[n]}function V(e){let n=new Map;for(let a=e;a;a=a.parent)for(let p of Object.keys(a.vars))n.has(p)||n.set(p,a.vars[p]);return n}export{Q as Mock,L as childScope,D as childrenOf,B as desugarJSX,C as find,f as forEachChild,Z as generateBuilders,I as guards,o as isObject,X as lookup,P as mutate,ee as pick,J as rootScope,V as visibleNames,x as walk};
1
+ import {a,g,l,r,b,Ba,m,t,o as o$1,q,p}from'./chunk-ZEL34C7U.js';export{i as BinaryPrecedence,h as Precedence,b as TSLiteError,d as VALID_EXPRESSION_ENTRY_TYPES,c as VALID_OBJECT_KEY,g as VisitorKeys,j as expr,k as fromExprMarker,f as invalidExpressionEntryError,e as isValidExpressionEntryType,Aa as json,ea as jsonExpression}from'./chunk-ZEL34C7U.js';var Z=(e="b")=>{class s{constructor(n){this.text=n;}}let a=(t,n)=>{if(typeof t!="object")return typeof t=="string"?`"${t}"`:typeof t=="bigint"?`${t}n`:String(t);if(!t)return "null";if(t instanceof RegExp)return t;if(Array.isArray(t))return `[${t.map(m=>a(m,n)).join(", ")}]`;if(!t.type)return t instanceof s?t.text:`${e}.jsonExpression(${JSON.stringify(t)})`;if(t.type in l)return l[t.type](t,n);throw new b("unknown-node-type","Unknown type: "+t.type,{type:t.type})},p=t=>`(${e}) => ${a(t)}`,i=t=>new Function("b",`return ${t}`)(Ba),r=(t,n,...m)=>{let d=[],A=false;return m.reverse().forEach(T=>{T===void 0?A&&d.push("false"):(d.push(a(T,t)),A=true);}),`${e}.${n}(${d.reverse().join(", ")})`},l={ArrayExpression:(t,n)=>r(t,"arrayExpression",t.elements),ArrayPattern:(t,n)=>r(t,"arrayPattern",t.elements),ArrowFunctionExpression:(t,n)=>r(t,"arrowFunctionExpression",t.params,t.body,t.async||void 0),AssignmentExpression:(t,n)=>r(t,"assignmentExpression",t.operator,t.left,t.right),AssignmentProperty:(t,n)=>r(t,"assignmentProperty",t.key,t.value||void 0,t.shorthand||void 0),AwaitExpression:(t,n)=>r(t,"awaitExpression",t.argument),BinaryExpression:(t,n)=>r(t,"binaryExpression",t.operator,t.left,t.right),BlockStatement:(t,n)=>r(t,"blockStatement",t.body),BreakStatement:(t,n)=>t.label?r(t,"breakStatement",t.label):r(t,"breakStatement"),CallExpression:(t,n)=>r(t,"callExpression",t.callee,t.arguments,t.optional||void 0),CatchClause:(t,n)=>r(t,"catchClause",t.param,t.body),ChainExpression:(t,n)=>r(t,"chainExpression",t.expression),ConditionalExpression:(t,n)=>r(t,"conditionalExpression",t.test,t.consequent,t.alternate),ContinueStatement:(t,n)=>r(t,"continueStatement",t.label),DoWhileStatement:(t,n)=>r(t,"doWhileStatement",t.body,t.test),EmptyStatement:(t,n)=>r(t,"emptyStatement"),ExpressionStatement:(t,n)=>r(t,"expressionStatement",t.expression),ForInStatement:(t,n)=>r(t,"forInStatement",t.left,t.right,t.body),ForOfStatement:(t,n)=>r(t,"forOfStatement",t.left,t.right,t.body),ForStatement:(t,n)=>r(t,"forStatement",t.init,t.test,t.update,t.body),FunctionDeclaration:(t,n)=>r(t,"functionDeclaration",t.id,t.params,t.body,t.generator||void 0,t.async||void 0),FunctionExpression:(t,n)=>r(t,"functionExpression",t.id||null,t.params,t.body,t.generator||void 0,t.async||void 0),Identifier:(t,n)=>r(t,"identifier",t.name),IfStatement:(t,n)=>r(t,"ifStatement",t.test,t.consequent,t.alternate),ImportDeclaration:(t,n)=>r(t,"importDeclaration",t.specifiers,t.source),ImportDefaultSpecifier:(t,n)=>r(t,"importDefaultSpecifier",t.local),ImportNamespaceSpecifier:(t,n)=>r(t,"importNamespaceSpecifier",t.local),ImportSpecifier:(t,n)=>r(t,"importSpecifier",t.imported,t.local),JsonExpression:(t,n)=>r(t,"jsonExpression",JSON.stringify(t.body)),Literal:(t,n)=>r(t,"literal",t.value),LogicalExpression:(t,n)=>r(t,"logicalExpression",t.operator,t.left,t.right),MemberExpression:(t,n)=>r(t,"memberExpression",t.object,t.property,t.computed||void 0,t.optional||void 0),NewExpression:(t,n)=>r(t,"newExpression",t.callee,t.arguments),ObjectExpression:(t,n)=>r(t,"objectExpression",t.properties),ObjectPattern:(t,n)=>r(t,"objectPattern",t.properties),Program:(t,n)=>r(t,"program",t.body),Property:(t,n)=>{if(n.type==="ObjectPattern")return r(t,"assignmentProperty",t.key,t.value,t.shorthand||void 0);if(n.type==="ObjectExpression")return r(t,"property",t.key,t.value,t.shorthand||void 0,t.computed||void 0)},ReturnStatement:(t,n)=>r(t,"returnStatement",t.argument),SwitchCase:(t,n)=>r(t,"switchCase",t.test,t.consequent),SwitchStatement:(t,n)=>r(t,"switchStatement",t.discriminant,t.cases),TemplateElement:(t,n)=>t.tail?r(t,"templateElement",new s(JSON.stringify(t.value)),true):r(t,"templateElement",new s(JSON.stringify(t.value))),TemplateLiteral:(t,n)=>r(t,"templateLiteral",t.quasis,t.expressions),ThrowStatement:(t,n)=>r(t,"throwStatement",t.argument),TryStatement:(t,n)=>r(t,"tryStatement",t.block,t.handler,t.finalizer),UnaryExpression:(t,n)=>r(t,"unaryExpression",t.operator,t.argument),UpdateExpression:(t,n)=>t.prefix==true?r(t,"updateExpression",t.operator,t.argument,true):r(t,"updateExpression",t.operator,t.argument),VariableDeclaration:(t,n)=>r(t,"variableDeclaration",t.kind,t.declarations),VariableDeclarator:(t,n)=>r(t,"variableDeclarator",t.id,t.init||void 0),WhileStatement:(t,n)=>r(t,"whileStatement",t.test,t.body),SpreadElement:(t,n)=>r(t,"spreadElement",t.argument),RestElement:(t,n)=>r(t,"restElement",t.argument)};return {build:a,buildFunction:p,safeEval:i,builders:l}};var I={};a(I,{isArrayExpression:()=>pe,isArrayPattern:()=>De,isArrowFunctionExpression:()=>se,isAssignmentExpression:()=>fe,isAssignmentProperty:()=>ze,isAwaitExpression:()=>xe,isBinaryExpression:()=>ne,isBlockStatement:()=>be,isBreakStatement:()=>Te,isCallExpression:()=>ie,isCatchClause:()=>Ve,isConditionalExpression:()=>ce,isContinueStatement:()=>Ne,isDirective:()=>Ye,isDoWhileStatement:()=>Le,isEmptyStatement:()=>he,isExpressionStatement:()=>Ee,isForInStatement:()=>Be,isForOfStatement:()=>Je,isForStatement:()=>je,isFunctionDeclaration:()=>Ce,isFunctionExpression:()=>oe,isIdentifier:()=>re,isIfStatement:()=>Ae,isImportDeclaration:()=>Me,isImportDefaultSpecifier:()=>Ue,isImportNamespaceSpecifier:()=>Ke,isImportSpecifier:()=>We,isJsonExpression:()=>Se,isLiteral:()=>te,isLogicalExpression:()=>le,isMemberExpression:()=>ue,isModuleDeclaration:()=>qe,isNewExpression:()=>de,isNode:()=>Ge,isObjectExpression:()=>ae,isObjectPattern:()=>_e,isProgram:()=>Pe,isProperty:()=>F,isReturnStatement:()=>ge,isSwitchCase:()=>Ie,isSwitchStatement:()=>Fe,isTemplateElement:()=>$e,isTemplateLiteral:()=>ve,isThrowStatement:()=>Re,isTryStatement:()=>Xe,isUnaryExpression:()=>ye,isUpdateExpression:()=>me,isVariableDeclaration:()=>ke,isVariableDeclarator:()=>we,isWhileStatement:()=>Oe});var _=e=>typeof e=="object"&&e!==null&&typeof e.type=="string",H=g;function f(e,s){let a=H[e.type],p=e,i=(r,l)=>{if(r!=null)if(Array.isArray(r))for(let t=0;t<r.length;t++)_(r[t])&&s(r[t],l,t);else _(r)&&s(r,l,null);};if(a){for(let r of a)i(p[r],r);return}for(let r in p)Object.prototype.hasOwnProperty.call(p,r)&&i(p[r],r);}function D(e){let s=[];return f(e,a=>s.push(a)),s}function x(e,s){let a=false;function p(i,r){if(!i||a)return;let l=s[i.type]??s["*"],t=false;if(l){let n=l(i,r);if(n===false&&(t=true),n==="break"){a=true;return}}t||f(i,n=>{a||p(n,i);});}p(e,null);}var Q=new Proxy({fn:{}},{get(e,s){return {type:"Identifier",name:s}}}),o=e=>typeof e=="object"&&e!==null&&!Array.isArray(e);function C(e,s){let a;return x(e,{"*":p=>{if(s(p))return a=p,"break"}}),a}function P(e,s,a){let p=i=>{if(s(i))return a(i);if(Array.isArray(i)){let r=false,l=i.map(t=>{let n=p(t);return n!==t&&(r=true),n});return r?l:i}if(o(i)){let r=false,l={};for(let t in i){let n=i[t],m=p(n);l[t]=m,m!==n&&(r=true);}return r?l:i}return i};return p(e)}function ee(e,s){let a={};return s.forEach(p=>{p in e&&(a[p]=e[p]);}),a}var te=e=>e?.type==="Literal"&&"value"in e,re=e=>e?.type==="Identifier"&&typeof e.name=="string",ne=e=>e?.type==="BinaryExpression"&&o(e.left)&&o(e.right)&&typeof e.operator=="string",se=e=>e?.type==="ArrowFunctionExpression"&&o(e.body),oe=e=>e?.type==="FunctionExpression"&&o(e.body),ie=e=>e?.type==="CallExpression"&&o(e.callee)&&Array.isArray(e.arguments),ae=e=>e?.type==="ObjectExpression"&&Array.isArray(e.properties),pe=e=>e?.type==="ArrayExpression"&&Array.isArray(e.elements),ce=e=>e?.type==="ConditionalExpression"&&o(e.test)&&o(e.consequent)&&o(e.alternate),le=e=>e?.type==="LogicalExpression"&&o(e.left)&&o(e.right)&&typeof e.operator=="string",ye=e=>e?.type==="UnaryExpression"&&typeof e.operator=="string"&&o(e.argument),me=e=>e?.type==="UpdateExpression"&&typeof e.operator=="string"&&o(e.argument),ue=e=>e?.type==="MemberExpression"&&o(e.object)&&o(e.property),fe=e=>e?.type==="AssignmentExpression"&&o(e.left)&&o(e.right)&&typeof e.operator=="string",xe=e=>e?.type==="AwaitExpression"&&"argument"in e,de=e=>e?.type==="NewExpression"&&o(e.callee)&&Array.isArray(e.arguments),Se=e=>e?.type==="JsonExpression"&&o(e.body),Ee=e=>e?.type==="ExpressionStatement"&&o(e.expression),be=e=>e?.type==="BlockStatement"&&Array.isArray(e.body),ge=e=>e?.type==="ReturnStatement",Ae=e=>e?.type==="IfStatement"&&o(e.test)&&o(e.consequent),Te=e=>e?.type==="BreakStatement",Ne=e=>e?.type==="ContinueStatement",he=e=>e?.type==="EmptyStatement",we=e=>e?.type==="VariableDeclarator"&&o(e.id),ke=e=>e?.type==="VariableDeclaration"&&Array.isArray(e.declarations),_e=e=>e?.type==="ObjectPattern"&&Array.isArray(e.properties),De=e=>e?.type==="ArrayPattern"&&Array.isArray(e.elements),Ce=e=>e?.type==="FunctionDeclaration"&&o(e.id)&&o(e.body),Pe=e=>e?.type==="Program"&&Array.isArray(e.body),Fe=e=>e?.type==="SwitchStatement"&&o(e.discriminant)&&Array.isArray(e.cases),Ie=e=>e?.type==="SwitchCase"&&Array.isArray(e.consequent),Oe=e=>e?.type==="WhileStatement"&&o(e.test)&&o(e.body),je=e=>e?.type==="ForStatement"&&"body"in e,Be=e=>e?.type==="ForInStatement"&&o(e.left)&&o(e.right)&&o(e.body),Je=e=>e?.type==="ForOfStatement"&&o(e.left)&&o(e.right)&&o(e.body),Le=e=>e?.type==="DoWhileStatement"&&o(e.body)&&o(e.test),Xe=e=>e?.type==="TryStatement"&&o(e.block),Ve=e=>e?.type==="CatchClause"&&o(e.body),Re=e=>e?.type==="ThrowStatement"&&o(e.argument),$e=e=>e?.type==="TemplateElement"&&o(e.value),ve=e=>e?.type==="TemplateLiteral"&&Array.isArray(e.quasis)&&Array.isArray(e.expressions),Me=e=>e?.type==="ImportDeclaration"&&Array.isArray(e.specifiers)&&o(e.source),We=e=>e?.type==="ImportSpecifier"&&o(e.imported)&&o(e.local),Ue=e=>e?.type==="ImportDefaultSpecifier"&&o(e.local),Ke=e=>e?.type==="ImportNamespaceSpecifier"&&o(e.local),qe=e=>e?.type==="ModuleDeclaration",Ye=e=>e?.type==="Directive",F=e=>e?.type==="Property"&&o(e.key)&&o(e.value),ze=e=>F(e),Ge=e=>typeof e?.type=="string";var Ze="createElement",He="Fragment";function c(e,s){return s.start!==void 0&&(e.start=s.start),s.end!==void 0&&(e.end=s.end),s.loc!==void 0&&(e.loc=s.loc),s.range!==void 0&&(e.range=s.range),e}var Qe=e=>/^[a-zA-Z_$][\w$]*$/.test(e);function O(e){return e.type==="JSXIdentifier"?c(/^[a-z]/.test(e.name)||e.name.includes("-")?m(e.name):l(e.name),e):e.type==="JSXNamespacedName"?c(m(`${e.namespace.name}:${e.name.name}`),e):c(t(O(e.object),c(l(e.property.name),e.property)),e)}function et(e){return e.type==="JSXNamespacedName"?c(m(`${e.namespace.name}:${e.name.name}`),e):c(Qe(e.name)?l(e.name):m(e.name),e)}function tt(e,s){return e===null?c(m(true),s):e.type==="JSXExpressionContainer"?e.expression:e}var j=(e,s)=>c(s.emptyPropsAsObject?o$1([]):m(null),e);function rt(e,s,a){if(e.length===0)return j(s,a);let p$1=e.map(i=>i.type==="JSXSpreadAttribute"?c(q(i.argument),i):c(p(et(i.name),tt(i.value,i)),i));return c(o$1(p$1),s)}function nt(e){let s=e.split(/\r\n|\n|\r/),a=-1;for(let i=0;i<s.length;i++)/[^ \t]/.test(s[i])&&(a=i);let p="";for(let i=0;i<s.length;i++){let r=s[i].replace(/\t/g," ");i!==0&&(r=r.replace(/^ +/,"")),i!==s.length-1&&(r=r.replace(/ +$/,"")),r&&(i!==a&&(r+=" "),p+=r);}return p===""?null:p}function st(e){if(e.type==="JSXText"){let s=nt(e.value);return s===null?null:c(m(s),e)}return e.type==="JSXExpressionContainer"?e.expression.type==="JSXEmptyExpression"?null:e.expression:e}function B(e,s={}){let a=e.type==="JSXFragment"?c(l(He),e.openingFragment):O(e.openingElement.name),p=e.type==="JSXFragment"?j(e.openingFragment,s):rt(e.openingElement.attributes,e.openingElement,s),i=e.children.map(st).filter(r=>r!==null);return c(r(c(l(Ze),e),[a,p,...i]),e)}var J=(e={})=>({vars:e,parent:null}),L=(e,s)=>({vars:s,parent:e});function X(e,s){for(let a=e;a;a=a.parent)if(Object.prototype.hasOwnProperty.call(a.vars,s))return a.vars[s]}function V(e){let s=new Map;for(let a=e;a;a=a.parent)for(let p of Object.keys(a.vars))s.has(p)||s.set(p,a.vars[p]);return s}export{Q as Mock,L as childScope,D as childrenOf,B as desugarJSX,C as find,f as forEachChild,Z as generateBuilders,I as guards,o as isObject,X as lookup,P as mutate,ee as pick,J as rootScope,V as visibleNames,x as walk};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tslite/core",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "TSLite core — ESTree types, constants, guards, builders and AST utilities (the foundation)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -1 +0,0 @@
1
- var E=Object.defineProperty;var S=(e,t)=>{for(var n in t)E(e,n,{get:t[n],enumerable:true});};var Pe={};S(Pe,{arrayExpression:()=>f,arrayPattern:()=>oe,arrowFunctionExpression:()=>B,assignmentExpression:()=>F,assignmentPattern:()=>pe,assignmentProperty:()=>se,ast:()=>y,awaitExpression:()=>N,binaryExpression:()=>I,blockStatement:()=>M,breakStatement:()=>$,callExpression:()=>A,catchClause:()=>H,chainExpression:()=>h,conditionalExpression:()=>O,continueStatement:()=>z,doWhileStatement:()=>te,emptyStatement:()=>K,exportDefaultDeclaration:()=>ye,exportNamedDeclaration:()=>Se,exportSpecifier:()=>de,expressionStatement:()=>V,forInStatement:()=>G,forOfStatement:()=>Q,forStatement:()=>Z,fromAstMarker:()=>d,functionDeclaration:()=>j,functionExpression:()=>R,identifier:()=>u,ifStatement:()=>q,importDeclaration:()=>me,importDefaultSpecifier:()=>ce,importNamespaceSpecifier:()=>Ee,importSpecifier:()=>xe,json:()=>Te,jsonExpression:()=>m,jsxAttribute:()=>Ae,jsxClosingElement:()=>De,jsxClosingFragment:()=>c,jsxElement:()=>Ie,jsxEmptyExpression:()=>be,jsxExpressionContainer:()=>Je,jsxFragment:()=>we,jsxIdentifier:()=>ue,jsxMemberExpression:()=>ge,jsxNamespacedName:()=>fe,jsxOpeningElement:()=>Ce,jsxOpeningFragment:()=>x,jsxSpreadAttribute:()=>Xe,jsxText:()=>he,literal:()=>g,logicalExpression:()=>w,memberExpression:()=>D,newExpression:()=>C,objectExpression:()=>b,objectPattern:()=>ie,program:()=>le,property:()=>J,restElement:()=>ae,returnStatement:()=>v,spreadElement:()=>X,switchCase:()=>W,switchStatement:()=>U,templateElement:()=>L,templateLiteral:()=>k,throwStatement:()=>_,tryStatement:()=>Y,unaryExpression:()=>T,updateExpression:()=>P,variableDeclaration:()=>ne,variableDeclarator:()=>re,whileStatement:()=>ee});var o=class extends Error{constructor(t,n,i){super(n),this.name="TSLiteError",this.code=t,this.details=i;}};var Le=/^[a-zA-Z_][a-zA-Z_0-9]*$/,a=["Identifier","MemberExpression","CallExpression","ArrowFunctionExpression","FunctionExpression","BinaryExpression","LogicalExpression","UnaryExpression","UpdateExpression","ConditionalExpression","AssignmentExpression","NewExpression","ArrayExpression","ObjectExpression","AwaitExpression","TemplateLiteral","TaggedTemplateExpression","SequenceExpression","ChainExpression","JSXElement","JSXFragment","Program"];function p(e){return a.includes(e)}function l(e){return new o("invalid-ast-entry",`Invalid #expr entry type: "${e}". The #expr marker is used to embed executable logic inside JSON. Only expression types that can be used as VALUES are allowed: ${a.join(", ")}. "${e}" is not a valid entry point because it cannot be used as a value in JSON.`,{type:e,validTypes:a})}var ke={AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AwaitExpression:["argument"],BlockStatement:["body"],BinaryExpression:["left","right"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DirectiveStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExpressionStatement:["expression"],ForStatement:["init","test","update","body"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportExpression:["source"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JsonExpression:[],Literal:[],LabeledStatement:["label","body"],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],ModuleSpecifier:[],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],SwitchStatement:["discriminant","cases"],SwitchCase:["test","consequent"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],JSXElement:["openingElement","children","closingElement"],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningElement:["name","attributes"],JSXClosingElement:["name"],JSXOpeningFragment:[],JSXClosingFragment:[],JSXAttribute:["name","value"],JSXSpreadAttribute:["argument"],JSXExpressionContainer:["expression"],JSXEmptyExpression:[],JSXText:[],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],TSAsExpression:["expression"],TSTypeAliasDeclaration:["id"]},r={Sequence:0,Yield:1,Assignment:1,Conditional:2,ArrowFunction:2,Coalesce:3,LogicalOR:4,LogicalAND:5,BitwiseOR:6,BitwiseXOR:7,BitwiseAND:8,Equality:9,Relational:10,BitwiseSHIFT:11,Additive:12,Multiplicative:13,Exponentiation:14,Await:15,Unary:15,Postfix:16,OptionalChaining:17,Call:18,New:19,TaggedTemplate:20,Member:21,Primary:22},Be={"??":r.Coalesce,"||":r.LogicalOR,"&&":r.LogicalAND,"|":r.BitwiseOR,"^":r.BitwiseXOR,"&":r.BitwiseAND,"==":r.Equality,"!=":r.Equality,"===":r.Equality,"!==":r.Equality,is:r.Equality,isnt:r.Equality,"<":r.Relational,">":r.Relational,"<=":r.Relational,">=":r.Relational,in:r.Relational,instanceof:r.Relational,"<<":r.BitwiseSHIFT,">>":r.BitwiseSHIFT,">>>":r.BitwiseSHIFT,"+":r.Additive,"-":r.Additive,"*":r.Multiplicative,"%":r.Multiplicative,"/":r.Multiplicative,"**":r.Exponentiation};var y=e=>{let{type:t,...n}=e;if(!t||typeof t!="string")throw new o("missing-node-type","ast() requires a node with a valid type property");if(!p(t))throw l(t);return {"#expr":t,...n}},d=e=>{if(!e||typeof e!="object"||!("#expr"in e))return e;let{"#expr":t,...n}=e;return {type:t,...n}},u=e=>({type:"Identifier",name:e}),g=e=>e instanceof RegExp?{type:"Literal",value:e,regex:{pattern:e.source,flags:e.flags}}:typeof e=="bigint"?{type:"Literal",value:e,bigint:String(e)}:{type:"Literal",value:e},f=e=>({type:"ArrayExpression",elements:e}),b=e=>({type:"ObjectExpression",properties:e}),J=(e,t,n=false,i=false)=>({type:"Property",shorthand:n,computed:i,key:e,value:t,kind:"init"}),X=e=>({type:"SpreadElement",argument:e}),A=(e,t,n=false)=>({type:"CallExpression",callee:e,arguments:t,optional:n}),C=(e,t)=>({type:"NewExpression",callee:e,arguments:t}),D=(e,t,n=false,i=false)=>({type:"MemberExpression",object:e,property:t,computed:n,optional:i}),h=e=>({type:"ChainExpression",expression:e}),I=(e,t,n)=>({type:"BinaryExpression",left:t,right:n,operator:e}),w=(e,t,n)=>({type:"LogicalExpression",operator:e,left:t,right:n}),T=(e,t)=>({type:"UnaryExpression",operator:e,argument:t,prefix:true}),P=(e,t,n=false)=>({type:"UpdateExpression",operator:e,argument:t,prefix:n}),F=(e,t,n)=>({type:"AssignmentExpression",operator:e,left:t,right:n}),O=(e,t,n)=>({type:"ConditionalExpression",test:e,consequent:t,alternate:n}),N=e=>({type:"AwaitExpression",argument:e}),L=(e,t=false)=>({type:"TemplateElement",value:e,tail:t}),k=(e,t)=>({type:"TemplateLiteral",quasis:e,expressions:t}),B=(e,t,n=false,i=false)=>({type:"ArrowFunctionExpression",expression:t.type!="BlockStatement",generator:i,async:n,params:e,body:t}),R=(e=null,t,n,i=false,s=false)=>({type:"FunctionExpression",id:e,params:t,body:n,async:i,generator:s}),j=(e,t,n,i=false,s=false)=>({type:"FunctionDeclaration",id:e,params:t,body:n,generator:i,async:s}),M=e=>({type:"BlockStatement",body:e}),V=e=>({type:"ExpressionStatement",expression:e}),v=e=>({type:"ReturnStatement",argument:e}),q=(e,t,n=null)=>({type:"IfStatement",test:e,consequent:t,alternate:n}),U=(e,t)=>({type:"SwitchStatement",cases:t,discriminant:e}),W=(e,t)=>({type:"SwitchCase",consequent:t,test:e}),_=e=>({type:"ThrowStatement",argument:e}),Y=(e,t,n=null)=>({type:"TryStatement",block:e,handler:t,finalizer:n}),H=(e,t)=>({type:"CatchClause",param:e,body:t}),$=(e=null)=>({type:"BreakStatement",label:e}),z=(e=null)=>({type:"ContinueStatement",label:e}),K=()=>({type:"EmptyStatement"}),Z=(e,t,n,i)=>({type:"ForStatement",init:e,test:t,update:n,body:i}),G=(e,t,n)=>({type:"ForInStatement",body:n,left:e,right:t}),Q=(e,t,n,i=false)=>({type:"ForOfStatement",body:n,left:e,right:t,await:i}),ee=(e,t)=>({type:"WhileStatement",test:e,body:t}),te=(e,t)=>({type:"DoWhileStatement",body:e,test:t}),ne=(e,t)=>({type:"VariableDeclaration",declarations:t,kind:e}),re=(e,t=null)=>({type:"VariableDeclarator",id:e,init:t}),ie=e=>({type:"ObjectPattern",properties:e}),oe=e=>({type:"ArrayPattern",elements:e}),se=(e,t=e,n=false,i=false)=>({type:"Property",key:e,kind:"init",value:t,shorthand:n,computed:i,method:false}),ae=e=>({type:"RestElement",argument:e}),pe=(e,t)=>({type:"AssignmentPattern",left:e,right:t}),le=(e,t="script")=>({type:"Program",body:e,sourceType:t}),m=e=>({type:"JsonExpression",body:e}),me=(e,t)=>({type:"ImportDeclaration",specifiers:e,source:t}),xe=(e,t)=>({type:"ImportSpecifier",imported:e,local:t}),ce=e=>({type:"ImportDefaultSpecifier",local:e}),Ee=e=>({type:"ImportNamespaceSpecifier",local:e}),Se=(e=null,t=[],n=null)=>({type:"ExportNamedDeclaration",declaration:e,specifiers:t,source:n}),ye=e=>({type:"ExportDefaultDeclaration",declaration:e}),de=(e,t=e)=>({type:"ExportSpecifier",local:e,exported:t}),ue=e=>({type:"JSXIdentifier",name:e}),ge=(e,t)=>({type:"JSXMemberExpression",object:e,property:t}),fe=(e,t)=>({type:"JSXNamespacedName",namespace:e,name:t}),be=()=>({type:"JSXEmptyExpression"}),Je=e=>({type:"JSXExpressionContainer",expression:e}),Xe=e=>({type:"JSXSpreadAttribute",argument:e}),Ae=(e,t=null)=>({type:"JSXAttribute",name:e,value:t}),Ce=(e,t=[],n=false)=>({type:"JSXOpeningElement",name:e,attributes:t,selfClosing:n}),De=e=>({type:"JSXClosingElement",name:e}),x=()=>({type:"JSXOpeningFragment"}),c=()=>({type:"JSXClosingFragment"}),he=(e,t=e)=>({type:"JSXText",value:e,raw:t}),Ie=(e,t=[],n=null)=>({type:"JSXElement",openingElement:e,children:t,closingElement:n}),we=(e=[],t=x(),n=c())=>({type:"JSXFragment",openingFragment:t,children:e,closingFragment:n}),Te=m;export{oe as $,O as A,Te as Aa,N as B,Pe as Ba,L as C,k as D,B as E,R as F,j as G,M as H,V as I,v as J,q as K,U as L,W as M,_ as N,Y as O,H as P,$ as Q,z as R,K as S,Z as T,G as U,Q as V,ee as W,te as X,ne as Y,re as Z,ie as _,S as a,se as aa,o as b,ae as ba,Le as c,pe as ca,a as d,le as da,p as e,m as ea,l as f,me as fa,ke as g,xe as ga,r as h,ce as ha,Be as i,Ee as ia,y as j,Se as ja,d as k,ye as ka,u as l,de as la,g as m,ue as ma,f as n,ge as na,b as o,fe as oa,J as p,be as pa,X as q,Je as qa,A as r,Xe as ra,C as s,Ae as sa,D as t,Ce as ta,h as u,De as ua,I as v,x as va,w,c as wa,T as x,he as xa,P as y,Ie as ya,F as z,we as za};