@ttsc/factory 0.15.10 → 0.16.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.
Files changed (784) hide show
  1. package/README.md +3 -2
  2. package/lib/TsPrinter.d.ts +51 -11
  3. package/lib/TsPrinter.js +555 -70
  4. package/lib/TsPrinter.js.map +1 -1
  5. package/lib/TsPrinter.mjs +553 -70
  6. package/lib/TsPrinter.mjs.map +1 -1
  7. package/lib/comments.mjs.map +1 -1
  8. package/lib/factory/clauses/createHeritageClause.mjs.map +1 -1
  9. package/lib/factory/clauses/createParameterDeclaration.mjs.map +1 -1
  10. package/lib/factory/declarations/createClassDeclaration.mjs.map +1 -1
  11. package/lib/factory/declarations/createClassStaticBlockDeclaration.mjs.map +1 -1
  12. package/lib/factory/declarations/createConstructorDeclaration.mjs.map +1 -1
  13. package/lib/factory/declarations/createEnumDeclaration.mjs.map +1 -1
  14. package/lib/factory/declarations/createEnumMember.mjs.map +1 -1
  15. package/lib/factory/declarations/createExternalModuleReference.mjs.map +1 -1
  16. package/lib/factory/declarations/createFunctionDeclaration.mjs.map +1 -1
  17. package/lib/factory/declarations/createGetAccessorDeclaration.mjs.map +1 -1
  18. package/lib/factory/declarations/createImportEqualsDeclaration.mjs.map +1 -1
  19. package/lib/factory/declarations/createInterfaceDeclaration.mjs.map +1 -1
  20. package/lib/factory/declarations/createMethodDeclaration.mjs.map +1 -1
  21. package/lib/factory/declarations/createModuleBlock.mjs.map +1 -1
  22. package/lib/factory/declarations/createModuleDeclaration.mjs +2 -1
  23. package/lib/factory/declarations/createModuleDeclaration.mjs.map +1 -1
  24. package/lib/factory/declarations/createNamespaceExportDeclaration.mjs.map +1 -1
  25. package/lib/factory/declarations/createPropertyDeclaration.mjs.map +1 -1
  26. package/lib/factory/declarations/createSemicolonClassElement.mjs.map +1 -1
  27. package/lib/factory/declarations/createSetAccessorDeclaration.mjs.map +1 -1
  28. package/lib/factory/declarations/createTypeAliasDeclaration.mjs.map +1 -1
  29. package/lib/factory/expressions/createAdd.mjs +2 -1
  30. package/lib/factory/expressions/createAdd.mjs.map +1 -1
  31. package/lib/factory/expressions/createArrayBindingPattern.mjs.map +1 -1
  32. package/lib/factory/expressions/createArrayLiteralExpression.mjs.map +1 -1
  33. package/lib/factory/expressions/createArrowFunction.mjs.map +1 -1
  34. package/lib/factory/expressions/createAsExpression.mjs.map +1 -1
  35. package/lib/factory/expressions/createAssignment.mjs +2 -1
  36. package/lib/factory/expressions/createAssignment.mjs.map +1 -1
  37. package/lib/factory/expressions/createAwaitExpression.mjs.map +1 -1
  38. package/lib/factory/expressions/createBinaryExpression.mjs.map +1 -1
  39. package/lib/factory/expressions/createBindingElement.mjs.map +1 -1
  40. package/lib/factory/expressions/createBitwiseAnd.mjs +2 -1
  41. package/lib/factory/expressions/createBitwiseAnd.mjs.map +1 -1
  42. package/lib/factory/expressions/createBitwiseNot.mjs +2 -1
  43. package/lib/factory/expressions/createBitwiseNot.mjs.map +1 -1
  44. package/lib/factory/expressions/createBitwiseOr.mjs +2 -1
  45. package/lib/factory/expressions/createBitwiseOr.mjs.map +1 -1
  46. package/lib/factory/expressions/createBitwiseXor.mjs +2 -1
  47. package/lib/factory/expressions/createBitwiseXor.mjs.map +1 -1
  48. package/lib/factory/expressions/createCallChain.mjs.map +1 -1
  49. package/lib/factory/expressions/createCallExpression.mjs.map +1 -1
  50. package/lib/factory/expressions/createClassExpression.mjs.map +1 -1
  51. package/lib/factory/expressions/createComma.mjs +2 -1
  52. package/lib/factory/expressions/createComma.mjs.map +1 -1
  53. package/lib/factory/expressions/createCommaListExpression.mjs.map +1 -1
  54. package/lib/factory/expressions/createComputedPropertyName.mjs.map +1 -1
  55. package/lib/factory/expressions/createConditionalExpression.mjs.map +1 -1
  56. package/lib/factory/expressions/createDeleteExpression.mjs.map +1 -1
  57. package/lib/factory/expressions/createDivide.mjs +2 -1
  58. package/lib/factory/expressions/createDivide.mjs.map +1 -1
  59. package/lib/factory/expressions/createElementAccessChain.mjs.map +1 -1
  60. package/lib/factory/expressions/createElementAccessExpression.mjs.map +1 -1
  61. package/lib/factory/expressions/createEquality.mjs +2 -1
  62. package/lib/factory/expressions/createEquality.mjs.map +1 -1
  63. package/lib/factory/expressions/createExponent.mjs +2 -1
  64. package/lib/factory/expressions/createExponent.mjs.map +1 -1
  65. package/lib/factory/expressions/createFunctionExpression.mjs.map +1 -1
  66. package/lib/factory/expressions/createGreaterThan.mjs +2 -1
  67. package/lib/factory/expressions/createGreaterThan.mjs.map +1 -1
  68. package/lib/factory/expressions/createGreaterThanEquals.mjs +2 -1
  69. package/lib/factory/expressions/createGreaterThanEquals.mjs.map +1 -1
  70. package/lib/factory/expressions/createImmediatelyInvokedArrowFunction.mjs.map +1 -1
  71. package/lib/factory/expressions/createImmediatelyInvokedFunctionExpression.mjs.map +1 -1
  72. package/lib/factory/expressions/createInequality.mjs +2 -1
  73. package/lib/factory/expressions/createInequality.mjs.map +1 -1
  74. package/lib/factory/expressions/createLeftShift.mjs +2 -1
  75. package/lib/factory/expressions/createLeftShift.mjs.map +1 -1
  76. package/lib/factory/expressions/createLessThan.mjs +2 -1
  77. package/lib/factory/expressions/createLessThan.mjs.map +1 -1
  78. package/lib/factory/expressions/createLessThanEquals.mjs +2 -1
  79. package/lib/factory/expressions/createLessThanEquals.mjs.map +1 -1
  80. package/lib/factory/expressions/createLogicalAnd.mjs +2 -1
  81. package/lib/factory/expressions/createLogicalAnd.mjs.map +1 -1
  82. package/lib/factory/expressions/createLogicalNot.mjs +2 -1
  83. package/lib/factory/expressions/createLogicalNot.mjs.map +1 -1
  84. package/lib/factory/expressions/createLogicalOr.mjs +2 -1
  85. package/lib/factory/expressions/createLogicalOr.mjs.map +1 -1
  86. package/lib/factory/expressions/createMetaProperty.mjs.map +1 -1
  87. package/lib/factory/expressions/createModulo.mjs +2 -1
  88. package/lib/factory/expressions/createModulo.mjs.map +1 -1
  89. package/lib/factory/expressions/createMultiply.mjs +2 -1
  90. package/lib/factory/expressions/createMultiply.mjs.map +1 -1
  91. package/lib/factory/expressions/createNewExpression.mjs.map +1 -1
  92. package/lib/factory/expressions/createNonNullChain.mjs.map +1 -1
  93. package/lib/factory/expressions/createNonNullExpression.mjs.map +1 -1
  94. package/lib/factory/expressions/createObjectBindingPattern.mjs.map +1 -1
  95. package/lib/factory/expressions/createObjectLiteralExpression.mjs.map +1 -1
  96. package/lib/factory/expressions/createOmittedExpression.mjs.map +1 -1
  97. package/lib/factory/expressions/createParenthesizedExpression.mjs.map +1 -1
  98. package/lib/factory/expressions/createPartiallyEmittedExpression.mjs.map +1 -1
  99. package/lib/factory/expressions/createPostfixDecrement.mjs +2 -1
  100. package/lib/factory/expressions/createPostfixDecrement.mjs.map +1 -1
  101. package/lib/factory/expressions/createPostfixIncrement.mjs +2 -1
  102. package/lib/factory/expressions/createPostfixIncrement.mjs.map +1 -1
  103. package/lib/factory/expressions/createPostfixUnaryExpression.mjs.map +1 -1
  104. package/lib/factory/expressions/createPrefixDecrement.mjs +2 -1
  105. package/lib/factory/expressions/createPrefixDecrement.mjs.map +1 -1
  106. package/lib/factory/expressions/createPrefixIncrement.mjs +2 -1
  107. package/lib/factory/expressions/createPrefixIncrement.mjs.map +1 -1
  108. package/lib/factory/expressions/createPrefixMinus.mjs +2 -1
  109. package/lib/factory/expressions/createPrefixMinus.mjs.map +1 -1
  110. package/lib/factory/expressions/createPrefixPlus.mjs +2 -1
  111. package/lib/factory/expressions/createPrefixPlus.mjs.map +1 -1
  112. package/lib/factory/expressions/createPrefixUnaryExpression.mjs.map +1 -1
  113. package/lib/factory/expressions/createPropertyAccessChain.mjs.map +1 -1
  114. package/lib/factory/expressions/createPropertyAccessExpression.mjs.map +1 -1
  115. package/lib/factory/expressions/createPropertyAssignment.mjs.map +1 -1
  116. package/lib/factory/expressions/createRegularExpressionLiteral.mjs.map +1 -1
  117. package/lib/factory/expressions/createRightShift.mjs +2 -1
  118. package/lib/factory/expressions/createRightShift.mjs.map +1 -1
  119. package/lib/factory/expressions/createSatisfiesExpression.mjs.map +1 -1
  120. package/lib/factory/expressions/createShorthandPropertyAssignment.mjs.map +1 -1
  121. package/lib/factory/expressions/createSpreadAssignment.mjs.map +1 -1
  122. package/lib/factory/expressions/createSpreadElement.mjs.map +1 -1
  123. package/lib/factory/expressions/createStrictEquality.mjs +2 -1
  124. package/lib/factory/expressions/createStrictEquality.mjs.map +1 -1
  125. package/lib/factory/expressions/createStrictInequality.mjs +2 -1
  126. package/lib/factory/expressions/createStrictInequality.mjs.map +1 -1
  127. package/lib/factory/expressions/createSubtract.mjs +2 -1
  128. package/lib/factory/expressions/createSubtract.mjs.map +1 -1
  129. package/lib/factory/expressions/createTaggedTemplateExpression.mjs.map +1 -1
  130. package/lib/factory/expressions/createTemplateExpression.mjs.map +1 -1
  131. package/lib/factory/expressions/createTemplateSpan.mjs.map +1 -1
  132. package/lib/factory/expressions/createTypeAssertion.mjs.map +1 -1
  133. package/lib/factory/expressions/createTypeOfExpression.mjs.map +1 -1
  134. package/lib/factory/expressions/createUnsignedRightShift.mjs +2 -1
  135. package/lib/factory/expressions/createUnsignedRightShift.mjs.map +1 -1
  136. package/lib/factory/expressions/createVoidExpression.mjs.map +1 -1
  137. package/lib/factory/expressions/createVoidZero.mjs.map +1 -1
  138. package/lib/factory/expressions/createYieldExpression.mjs.map +1 -1
  139. package/lib/factory/file/createBundle.mjs.map +1 -1
  140. package/lib/factory/file/createNodeArray.mjs.map +1 -1
  141. package/lib/factory/file/createSourceFile.mjs.map +1 -1
  142. package/lib/factory/file/updateSourceFile.mjs.map +1 -1
  143. package/lib/factory/imports/createExportAssignment.mjs.map +1 -1
  144. package/lib/factory/imports/createExportDeclaration.mjs.map +1 -1
  145. package/lib/factory/imports/createExportDefault.mjs.map +1 -1
  146. package/lib/factory/imports/createExportSpecifier.mjs.map +1 -1
  147. package/lib/factory/imports/createExternalModuleExport.mjs.map +1 -1
  148. package/lib/factory/imports/createImportAttribute.mjs.map +1 -1
  149. package/lib/factory/imports/createImportAttributes.mjs.map +1 -1
  150. package/lib/factory/imports/createImportClause.mjs.map +1 -1
  151. package/lib/factory/imports/createImportDeclaration.mjs.map +1 -1
  152. package/lib/factory/imports/createImportSpecifier.mjs.map +1 -1
  153. package/lib/factory/imports/createNamedExports.mjs.map +1 -1
  154. package/lib/factory/imports/createNamedImports.mjs.map +1 -1
  155. package/lib/factory/imports/createNamespaceExport.mjs.map +1 -1
  156. package/lib/factory/imports/createNamespaceImport.mjs.map +1 -1
  157. package/lib/factory/index.mjs.map +1 -1
  158. package/lib/factory/internal/asEntityName.mjs.map +1 -1
  159. package/lib/factory/internal/asName.mjs.map +1 -1
  160. package/lib/factory/internal/asPropertyName.mjs.map +1 -1
  161. package/lib/factory/internal/make.mjs.map +1 -1
  162. package/lib/factory/jsdoc/createJSDocAllType.mjs.map +1 -1
  163. package/lib/factory/jsdoc/createJSDocAugmentsTag.mjs.map +1 -1
  164. package/lib/factory/jsdoc/createJSDocAuthorTag.mjs.map +1 -1
  165. package/lib/factory/jsdoc/createJSDocCallbackTag.mjs.map +1 -1
  166. package/lib/factory/jsdoc/createJSDocClassTag.mjs.map +1 -1
  167. package/lib/factory/jsdoc/createJSDocComment.mjs.map +1 -1
  168. package/lib/factory/jsdoc/createJSDocDeprecatedTag.mjs.map +1 -1
  169. package/lib/factory/jsdoc/createJSDocEnumTag.mjs.map +1 -1
  170. package/lib/factory/jsdoc/createJSDocFunctionType.mjs.map +1 -1
  171. package/lib/factory/jsdoc/createJSDocImplementsTag.mjs.map +1 -1
  172. package/lib/factory/jsdoc/createJSDocImportTag.mjs.map +1 -1
  173. package/lib/factory/jsdoc/createJSDocLink.mjs.map +1 -1
  174. package/lib/factory/jsdoc/createJSDocLinkCode.mjs.map +1 -1
  175. package/lib/factory/jsdoc/createJSDocLinkPlain.mjs.map +1 -1
  176. package/lib/factory/jsdoc/createJSDocMemberName.mjs.map +1 -1
  177. package/lib/factory/jsdoc/createJSDocNameReference.mjs.map +1 -1
  178. package/lib/factory/jsdoc/createJSDocNamepathType.mjs.map +1 -1
  179. package/lib/factory/jsdoc/createJSDocNonNullableType.mjs.map +1 -1
  180. package/lib/factory/jsdoc/createJSDocNullableType.mjs.map +1 -1
  181. package/lib/factory/jsdoc/createJSDocOptionalType.mjs.map +1 -1
  182. package/lib/factory/jsdoc/createJSDocOverloadTag.mjs.map +1 -1
  183. package/lib/factory/jsdoc/createJSDocOverrideTag.mjs.map +1 -1
  184. package/lib/factory/jsdoc/createJSDocParameterTag.mjs.map +1 -1
  185. package/lib/factory/jsdoc/createJSDocPrivateTag.mjs.map +1 -1
  186. package/lib/factory/jsdoc/createJSDocPropertyTag.mjs.map +1 -1
  187. package/lib/factory/jsdoc/createJSDocProtectedTag.mjs.map +1 -1
  188. package/lib/factory/jsdoc/createJSDocPublicTag.mjs.map +1 -1
  189. package/lib/factory/jsdoc/createJSDocReadonlyTag.mjs.map +1 -1
  190. package/lib/factory/jsdoc/createJSDocReturnTag.mjs.map +1 -1
  191. package/lib/factory/jsdoc/createJSDocSatisfiesTag.mjs.map +1 -1
  192. package/lib/factory/jsdoc/createJSDocSeeTag.mjs.map +1 -1
  193. package/lib/factory/jsdoc/createJSDocSignature.mjs.map +1 -1
  194. package/lib/factory/jsdoc/createJSDocTemplateTag.mjs.map +1 -1
  195. package/lib/factory/jsdoc/createJSDocText.mjs.map +1 -1
  196. package/lib/factory/jsdoc/createJSDocThisTag.mjs.map +1 -1
  197. package/lib/factory/jsdoc/createJSDocThrowsTag.mjs.map +1 -1
  198. package/lib/factory/jsdoc/createJSDocTypeExpression.mjs.map +1 -1
  199. package/lib/factory/jsdoc/createJSDocTypeLiteral.mjs.map +1 -1
  200. package/lib/factory/jsdoc/createJSDocTypeTag.mjs.map +1 -1
  201. package/lib/factory/jsdoc/createJSDocTypedefTag.mjs.map +1 -1
  202. package/lib/factory/jsdoc/createJSDocUnknownTag.mjs.map +1 -1
  203. package/lib/factory/jsdoc/createJSDocUnknownType.mjs.map +1 -1
  204. package/lib/factory/jsdoc/createJSDocVariadicType.mjs.map +1 -1
  205. package/lib/factory/jsx/createJsxAttribute.mjs.map +1 -1
  206. package/lib/factory/jsx/createJsxAttributes.mjs.map +1 -1
  207. package/lib/factory/jsx/createJsxClosingElement.mjs.map +1 -1
  208. package/lib/factory/jsx/createJsxElement.mjs.map +1 -1
  209. package/lib/factory/jsx/createJsxExpression.mjs.map +1 -1
  210. package/lib/factory/jsx/createJsxFragment.mjs.map +1 -1
  211. package/lib/factory/jsx/createJsxJsxClosingFragment.mjs.map +1 -1
  212. package/lib/factory/jsx/createJsxNamespacedName.mjs.map +1 -1
  213. package/lib/factory/jsx/createJsxOpeningElement.mjs.map +1 -1
  214. package/lib/factory/jsx/createJsxOpeningFragment.mjs.map +1 -1
  215. package/lib/factory/jsx/createJsxSelfClosingElement.mjs.map +1 -1
  216. package/lib/factory/jsx/createJsxSpreadAttribute.mjs.map +1 -1
  217. package/lib/factory/jsx/createJsxText.mjs.map +1 -1
  218. package/lib/factory/literals/createBigIntLiteral.mjs.map +1 -1
  219. package/lib/factory/literals/createNoSubstitutionTemplateLiteral.mjs.map +1 -1
  220. package/lib/factory/literals/createNumericLiteral.mjs.map +1 -1
  221. package/lib/factory/literals/createStringLiteral.mjs.map +1 -1
  222. package/lib/factory/literals/createStringLiteralFromNode.mjs.map +1 -1
  223. package/lib/factory/literals/createTemplateHead.mjs.map +1 -1
  224. package/lib/factory/literals/createTemplateMiddle.mjs.map +1 -1
  225. package/lib/factory/literals/createTemplateTail.mjs.map +1 -1
  226. package/lib/factory/names/createDecorator.mjs.map +1 -1
  227. package/lib/factory/names/createFalse.mjs +2 -1
  228. package/lib/factory/names/createFalse.mjs.map +1 -1
  229. package/lib/factory/names/createIdentifier.mjs.map +1 -1
  230. package/lib/factory/names/createLoopVariable.mjs.map +1 -1
  231. package/lib/factory/names/createModifier.mjs.map +1 -1
  232. package/lib/factory/names/createModifiersFromModifierFlags.mjs +2 -1
  233. package/lib/factory/names/createModifiersFromModifierFlags.mjs.map +1 -1
  234. package/lib/factory/names/createNull.mjs +2 -1
  235. package/lib/factory/names/createNull.mjs.map +1 -1
  236. package/lib/factory/names/createPrivateIdentifier.mjs.map +1 -1
  237. package/lib/factory/names/createQualifiedName.mjs.map +1 -1
  238. package/lib/factory/names/createSuper.mjs +2 -1
  239. package/lib/factory/names/createSuper.mjs.map +1 -1
  240. package/lib/factory/names/createTempVariable.mjs.map +1 -1
  241. package/lib/factory/names/createThis.mjs +2 -1
  242. package/lib/factory/names/createThis.mjs.map +1 -1
  243. package/lib/factory/names/createToken.mjs.map +1 -1
  244. package/lib/factory/names/createTrue.mjs +2 -1
  245. package/lib/factory/names/createTrue.mjs.map +1 -1
  246. package/lib/factory/names/createUniqueName.mjs.map +1 -1
  247. package/lib/factory/names/createUniquePrivateName.mjs.map +1 -1
  248. package/lib/factory/statements/createBlock.mjs.map +1 -1
  249. package/lib/factory/statements/createBreakStatement.mjs.map +1 -1
  250. package/lib/factory/statements/createCaseBlock.mjs.map +1 -1
  251. package/lib/factory/statements/createCaseClause.mjs.map +1 -1
  252. package/lib/factory/statements/createCatchClause.mjs.map +1 -1
  253. package/lib/factory/statements/createContinueStatement.mjs.map +1 -1
  254. package/lib/factory/statements/createDebuggerStatement.mjs.map +1 -1
  255. package/lib/factory/statements/createDefaultClause.mjs.map +1 -1
  256. package/lib/factory/statements/createDoStatement.mjs.map +1 -1
  257. package/lib/factory/statements/createEmptyStatement.mjs.map +1 -1
  258. package/lib/factory/statements/createExpressionStatement.mjs.map +1 -1
  259. package/lib/factory/statements/createForInStatement.mjs.map +1 -1
  260. package/lib/factory/statements/createForOfStatement.mjs.map +1 -1
  261. package/lib/factory/statements/createForStatement.mjs.map +1 -1
  262. package/lib/factory/statements/createIfStatement.mjs.map +1 -1
  263. package/lib/factory/statements/createLabeledStatement.mjs.map +1 -1
  264. package/lib/factory/statements/createNotEmittedStatement.mjs.map +1 -1
  265. package/lib/factory/statements/createReturnStatement.mjs.map +1 -1
  266. package/lib/factory/statements/createSwitchStatement.mjs.map +1 -1
  267. package/lib/factory/statements/createThrowStatement.mjs.map +1 -1
  268. package/lib/factory/statements/createTryStatement.mjs.map +1 -1
  269. package/lib/factory/statements/createVariableDeclaration.mjs.map +1 -1
  270. package/lib/factory/statements/createVariableDeclarationList.mjs +2 -1
  271. package/lib/factory/statements/createVariableDeclarationList.mjs.map +1 -1
  272. package/lib/factory/statements/createVariableStatement.mjs.map +1 -1
  273. package/lib/factory/statements/createWhileStatement.mjs.map +1 -1
  274. package/lib/factory/statements/createWithStatement.mjs.map +1 -1
  275. package/lib/factory/types/createArrayTypeNode.mjs.map +1 -1
  276. package/lib/factory/types/createCallSignature.mjs.map +1 -1
  277. package/lib/factory/types/createConditionalTypeNode.mjs.map +1 -1
  278. package/lib/factory/types/createConstructSignature.mjs.map +1 -1
  279. package/lib/factory/types/createConstructorTypeNode.mjs.map +1 -1
  280. package/lib/factory/types/createExpressionWithTypeArguments.mjs.map +1 -1
  281. package/lib/factory/types/createFunctionTypeNode.mjs.map +1 -1
  282. package/lib/factory/types/createImportTypeNode.mjs.map +1 -1
  283. package/lib/factory/types/createIndexSignature.mjs.map +1 -1
  284. package/lib/factory/types/createIndexedAccessTypeNode.mjs.map +1 -1
  285. package/lib/factory/types/createInferTypeNode.mjs.map +1 -1
  286. package/lib/factory/types/createIntersectionTypeNode.mjs.map +1 -1
  287. package/lib/factory/types/createKeywordTypeNode.mjs.map +1 -1
  288. package/lib/factory/types/createLiteralTypeNode.mjs.map +1 -1
  289. package/lib/factory/types/createMappedTypeNode.mjs.map +1 -1
  290. package/lib/factory/types/createMethodSignature.mjs.map +1 -1
  291. package/lib/factory/types/createNamedTupleMember.mjs.map +1 -1
  292. package/lib/factory/types/createNotEmittedTypeElement.mjs.map +1 -1
  293. package/lib/factory/types/createOptionalTypeNode.mjs.map +1 -1
  294. package/lib/factory/types/createParenthesizedType.mjs.map +1 -1
  295. package/lib/factory/types/createPropertySignature.mjs.map +1 -1
  296. package/lib/factory/types/createRestTypeNode.mjs.map +1 -1
  297. package/lib/factory/types/createTemplateLiteralType.mjs.map +1 -1
  298. package/lib/factory/types/createTemplateLiteralTypeSpan.mjs.map +1 -1
  299. package/lib/factory/types/createThisTypeNode.mjs.map +1 -1
  300. package/lib/factory/types/createTupleTypeNode.mjs.map +1 -1
  301. package/lib/factory/types/createTypeLiteralNode.mjs.map +1 -1
  302. package/lib/factory/types/createTypeOperatorNode.mjs.map +1 -1
  303. package/lib/factory/types/createTypeParameterDeclaration.mjs.map +1 -1
  304. package/lib/factory/types/createTypePredicateNode.mjs.map +1 -1
  305. package/lib/factory/types/createTypeQueryNode.mjs.map +1 -1
  306. package/lib/factory/types/createTypeReferenceNode.mjs.map +1 -1
  307. package/lib/factory/types/createUnionTypeNode.mjs.map +1 -1
  308. package/lib/index.d.ts +0 -1
  309. package/lib/index.js.map +1 -1
  310. package/lib/index.mjs +2 -2
  311. package/lib/internal/doc.mjs.map +1 -1
  312. package/lib/syntax/NodeFlags.mjs.map +1 -1
  313. package/lib/syntax/SyntaxKind.mjs.map +1 -1
  314. package/package.json +5 -10
  315. package/src/TsPrinter.ts +702 -88
  316. package/src/index.ts +0 -1
  317. package/lib/ast/Node.mjs +0 -2
  318. package/lib/ast/Node.mjs.map +0 -1
  319. package/lib/ast/clauses/HeritageClause.mjs +0 -2
  320. package/lib/ast/clauses/HeritageClause.mjs.map +0 -1
  321. package/lib/ast/clauses/ParameterDeclaration.mjs +0 -2
  322. package/lib/ast/clauses/ParameterDeclaration.mjs.map +0 -1
  323. package/lib/ast/declarations/ClassDeclaration.mjs +0 -2
  324. package/lib/ast/declarations/ClassDeclaration.mjs.map +0 -1
  325. package/lib/ast/declarations/ClassElement.mjs +0 -2
  326. package/lib/ast/declarations/ClassElement.mjs.map +0 -1
  327. package/lib/ast/declarations/ClassStaticBlockDeclaration.mjs +0 -2
  328. package/lib/ast/declarations/ClassStaticBlockDeclaration.mjs.map +0 -1
  329. package/lib/ast/declarations/ConstructorDeclaration.mjs +0 -2
  330. package/lib/ast/declarations/ConstructorDeclaration.mjs.map +0 -1
  331. package/lib/ast/declarations/EnumDeclaration.mjs +0 -2
  332. package/lib/ast/declarations/EnumDeclaration.mjs.map +0 -1
  333. package/lib/ast/declarations/EnumMember.mjs +0 -2
  334. package/lib/ast/declarations/EnumMember.mjs.map +0 -1
  335. package/lib/ast/declarations/ExternalModuleReference.mjs +0 -2
  336. package/lib/ast/declarations/ExternalModuleReference.mjs.map +0 -1
  337. package/lib/ast/declarations/FunctionDeclaration.mjs +0 -2
  338. package/lib/ast/declarations/FunctionDeclaration.mjs.map +0 -1
  339. package/lib/ast/declarations/GetAccessorDeclaration.mjs +0 -2
  340. package/lib/ast/declarations/GetAccessorDeclaration.mjs.map +0 -1
  341. package/lib/ast/declarations/ImportEqualsDeclaration.mjs +0 -2
  342. package/lib/ast/declarations/ImportEqualsDeclaration.mjs.map +0 -1
  343. package/lib/ast/declarations/InterfaceDeclaration.mjs +0 -2
  344. package/lib/ast/declarations/InterfaceDeclaration.mjs.map +0 -1
  345. package/lib/ast/declarations/MethodDeclaration.mjs +0 -2
  346. package/lib/ast/declarations/MethodDeclaration.mjs.map +0 -1
  347. package/lib/ast/declarations/ModuleBlock.mjs +0 -2
  348. package/lib/ast/declarations/ModuleBlock.mjs.map +0 -1
  349. package/lib/ast/declarations/ModuleBody.mjs +0 -2
  350. package/lib/ast/declarations/ModuleBody.mjs.map +0 -1
  351. package/lib/ast/declarations/ModuleDeclaration.mjs +0 -2
  352. package/lib/ast/declarations/ModuleDeclaration.mjs.map +0 -1
  353. package/lib/ast/declarations/ModuleName.mjs +0 -2
  354. package/lib/ast/declarations/ModuleName.mjs.map +0 -1
  355. package/lib/ast/declarations/ModuleReference.mjs +0 -2
  356. package/lib/ast/declarations/ModuleReference.mjs.map +0 -1
  357. package/lib/ast/declarations/NamespaceExportDeclaration.mjs +0 -2
  358. package/lib/ast/declarations/NamespaceExportDeclaration.mjs.map +0 -1
  359. package/lib/ast/declarations/PropertyDeclaration.mjs +0 -2
  360. package/lib/ast/declarations/PropertyDeclaration.mjs.map +0 -1
  361. package/lib/ast/declarations/SemicolonClassElement.mjs +0 -2
  362. package/lib/ast/declarations/SemicolonClassElement.mjs.map +0 -1
  363. package/lib/ast/declarations/SetAccessorDeclaration.mjs +0 -2
  364. package/lib/ast/declarations/SetAccessorDeclaration.mjs.map +0 -1
  365. package/lib/ast/declarations/TypeAliasDeclaration.mjs +0 -2
  366. package/lib/ast/declarations/TypeAliasDeclaration.mjs.map +0 -1
  367. package/lib/ast/expressions/ArrayBindingElement.mjs +0 -2
  368. package/lib/ast/expressions/ArrayBindingElement.mjs.map +0 -1
  369. package/lib/ast/expressions/ArrayBindingPattern.mjs +0 -2
  370. package/lib/ast/expressions/ArrayBindingPattern.mjs.map +0 -1
  371. package/lib/ast/expressions/ArrayLiteralExpression.mjs +0 -2
  372. package/lib/ast/expressions/ArrayLiteralExpression.mjs.map +0 -1
  373. package/lib/ast/expressions/ArrowFunction.mjs +0 -2
  374. package/lib/ast/expressions/ArrowFunction.mjs.map +0 -1
  375. package/lib/ast/expressions/AsExpression.mjs +0 -2
  376. package/lib/ast/expressions/AsExpression.mjs.map +0 -1
  377. package/lib/ast/expressions/AwaitExpression.mjs +0 -2
  378. package/lib/ast/expressions/AwaitExpression.mjs.map +0 -1
  379. package/lib/ast/expressions/BigIntLiteral.mjs +0 -2
  380. package/lib/ast/expressions/BigIntLiteral.mjs.map +0 -1
  381. package/lib/ast/expressions/BinaryExpression.mjs +0 -2
  382. package/lib/ast/expressions/BinaryExpression.mjs.map +0 -1
  383. package/lib/ast/expressions/BindingElement.mjs +0 -2
  384. package/lib/ast/expressions/BindingElement.mjs.map +0 -1
  385. package/lib/ast/expressions/BindingName.mjs +0 -2
  386. package/lib/ast/expressions/BindingName.mjs.map +0 -1
  387. package/lib/ast/expressions/CallChain.mjs +0 -2
  388. package/lib/ast/expressions/CallChain.mjs.map +0 -1
  389. package/lib/ast/expressions/CallExpression.mjs +0 -2
  390. package/lib/ast/expressions/CallExpression.mjs.map +0 -1
  391. package/lib/ast/expressions/ClassExpression.mjs +0 -2
  392. package/lib/ast/expressions/ClassExpression.mjs.map +0 -1
  393. package/lib/ast/expressions/CommaListExpression.mjs +0 -2
  394. package/lib/ast/expressions/CommaListExpression.mjs.map +0 -1
  395. package/lib/ast/expressions/ComputedPropertyName.mjs +0 -2
  396. package/lib/ast/expressions/ComputedPropertyName.mjs.map +0 -1
  397. package/lib/ast/expressions/ConditionalExpression.mjs +0 -2
  398. package/lib/ast/expressions/ConditionalExpression.mjs.map +0 -1
  399. package/lib/ast/expressions/DeleteExpression.mjs +0 -2
  400. package/lib/ast/expressions/DeleteExpression.mjs.map +0 -1
  401. package/lib/ast/expressions/ElementAccessChain.mjs +0 -2
  402. package/lib/ast/expressions/ElementAccessChain.mjs.map +0 -1
  403. package/lib/ast/expressions/ElementAccessExpression.mjs +0 -2
  404. package/lib/ast/expressions/ElementAccessExpression.mjs.map +0 -1
  405. package/lib/ast/expressions/Expression.mjs +0 -2
  406. package/lib/ast/expressions/Expression.mjs.map +0 -1
  407. package/lib/ast/expressions/FunctionExpression.mjs +0 -2
  408. package/lib/ast/expressions/FunctionExpression.mjs.map +0 -1
  409. package/lib/ast/expressions/MetaProperty.mjs +0 -2
  410. package/lib/ast/expressions/MetaProperty.mjs.map +0 -1
  411. package/lib/ast/expressions/NewExpression.mjs +0 -2
  412. package/lib/ast/expressions/NewExpression.mjs.map +0 -1
  413. package/lib/ast/expressions/NoSubstitutionTemplateLiteral.mjs +0 -2
  414. package/lib/ast/expressions/NoSubstitutionTemplateLiteral.mjs.map +0 -1
  415. package/lib/ast/expressions/NonNullChain.mjs +0 -2
  416. package/lib/ast/expressions/NonNullChain.mjs.map +0 -1
  417. package/lib/ast/expressions/NonNullExpression.mjs +0 -2
  418. package/lib/ast/expressions/NonNullExpression.mjs.map +0 -1
  419. package/lib/ast/expressions/NumericLiteral.mjs +0 -2
  420. package/lib/ast/expressions/NumericLiteral.mjs.map +0 -1
  421. package/lib/ast/expressions/ObjectBindingPattern.mjs +0 -2
  422. package/lib/ast/expressions/ObjectBindingPattern.mjs.map +0 -1
  423. package/lib/ast/expressions/ObjectLiteralElement.mjs +0 -2
  424. package/lib/ast/expressions/ObjectLiteralElement.mjs.map +0 -1
  425. package/lib/ast/expressions/ObjectLiteralExpression.mjs +0 -2
  426. package/lib/ast/expressions/ObjectLiteralExpression.mjs.map +0 -1
  427. package/lib/ast/expressions/OmittedExpression.mjs +0 -2
  428. package/lib/ast/expressions/OmittedExpression.mjs.map +0 -1
  429. package/lib/ast/expressions/ParenthesizedExpression.mjs +0 -2
  430. package/lib/ast/expressions/ParenthesizedExpression.mjs.map +0 -1
  431. package/lib/ast/expressions/PartiallyEmittedExpression.mjs +0 -2
  432. package/lib/ast/expressions/PartiallyEmittedExpression.mjs.map +0 -1
  433. package/lib/ast/expressions/PostfixUnaryExpression.mjs +0 -2
  434. package/lib/ast/expressions/PostfixUnaryExpression.mjs.map +0 -1
  435. package/lib/ast/expressions/PrefixUnaryExpression.mjs +0 -2
  436. package/lib/ast/expressions/PrefixUnaryExpression.mjs.map +0 -1
  437. package/lib/ast/expressions/PropertyAccessChain.mjs +0 -2
  438. package/lib/ast/expressions/PropertyAccessChain.mjs.map +0 -1
  439. package/lib/ast/expressions/PropertyAccessExpression.mjs +0 -2
  440. package/lib/ast/expressions/PropertyAccessExpression.mjs.map +0 -1
  441. package/lib/ast/expressions/PropertyAssignment.mjs +0 -2
  442. package/lib/ast/expressions/PropertyAssignment.mjs.map +0 -1
  443. package/lib/ast/expressions/RegularExpressionLiteral.mjs +0 -2
  444. package/lib/ast/expressions/RegularExpressionLiteral.mjs.map +0 -1
  445. package/lib/ast/expressions/SatisfiesExpression.mjs +0 -2
  446. package/lib/ast/expressions/SatisfiesExpression.mjs.map +0 -1
  447. package/lib/ast/expressions/ShorthandPropertyAssignment.mjs +0 -2
  448. package/lib/ast/expressions/ShorthandPropertyAssignment.mjs.map +0 -1
  449. package/lib/ast/expressions/SpreadAssignment.mjs +0 -2
  450. package/lib/ast/expressions/SpreadAssignment.mjs.map +0 -1
  451. package/lib/ast/expressions/SpreadElement.mjs +0 -2
  452. package/lib/ast/expressions/SpreadElement.mjs.map +0 -1
  453. package/lib/ast/expressions/StringLiteral.mjs +0 -2
  454. package/lib/ast/expressions/StringLiteral.mjs.map +0 -1
  455. package/lib/ast/expressions/TaggedTemplateExpression.mjs +0 -2
  456. package/lib/ast/expressions/TaggedTemplateExpression.mjs.map +0 -1
  457. package/lib/ast/expressions/TemplateExpression.mjs +0 -2
  458. package/lib/ast/expressions/TemplateExpression.mjs.map +0 -1
  459. package/lib/ast/expressions/TemplateHead.mjs +0 -2
  460. package/lib/ast/expressions/TemplateHead.mjs.map +0 -1
  461. package/lib/ast/expressions/TemplateLiteral.mjs +0 -2
  462. package/lib/ast/expressions/TemplateLiteral.mjs.map +0 -1
  463. package/lib/ast/expressions/TemplateMiddle.mjs +0 -2
  464. package/lib/ast/expressions/TemplateMiddle.mjs.map +0 -1
  465. package/lib/ast/expressions/TemplateSpan.mjs +0 -2
  466. package/lib/ast/expressions/TemplateSpan.mjs.map +0 -1
  467. package/lib/ast/expressions/TemplateTail.mjs +0 -2
  468. package/lib/ast/expressions/TemplateTail.mjs.map +0 -1
  469. package/lib/ast/expressions/TypeAssertion.mjs +0 -2
  470. package/lib/ast/expressions/TypeAssertion.mjs.map +0 -1
  471. package/lib/ast/expressions/TypeOfExpression.mjs +0 -2
  472. package/lib/ast/expressions/TypeOfExpression.mjs.map +0 -1
  473. package/lib/ast/expressions/VoidExpression.mjs +0 -2
  474. package/lib/ast/expressions/VoidExpression.mjs.map +0 -1
  475. package/lib/ast/expressions/YieldExpression.mjs +0 -2
  476. package/lib/ast/expressions/YieldExpression.mjs.map +0 -1
  477. package/lib/ast/file/Bundle.mjs +0 -2
  478. package/lib/ast/file/Bundle.mjs.map +0 -1
  479. package/lib/ast/file/SourceFile.mjs +0 -2
  480. package/lib/ast/file/SourceFile.mjs.map +0 -1
  481. package/lib/ast/imports/ExportAssignment.mjs +0 -2
  482. package/lib/ast/imports/ExportAssignment.mjs.map +0 -1
  483. package/lib/ast/imports/ExportDeclaration.mjs +0 -2
  484. package/lib/ast/imports/ExportDeclaration.mjs.map +0 -1
  485. package/lib/ast/imports/ExportSpecifier.mjs +0 -2
  486. package/lib/ast/imports/ExportSpecifier.mjs.map +0 -1
  487. package/lib/ast/imports/ImportAttribute.mjs +0 -2
  488. package/lib/ast/imports/ImportAttribute.mjs.map +0 -1
  489. package/lib/ast/imports/ImportAttributeName.mjs +0 -2
  490. package/lib/ast/imports/ImportAttributeName.mjs.map +0 -1
  491. package/lib/ast/imports/ImportAttributes.mjs +0 -2
  492. package/lib/ast/imports/ImportAttributes.mjs.map +0 -1
  493. package/lib/ast/imports/ImportClause.mjs +0 -2
  494. package/lib/ast/imports/ImportClause.mjs.map +0 -1
  495. package/lib/ast/imports/ImportDeclaration.mjs +0 -2
  496. package/lib/ast/imports/ImportDeclaration.mjs.map +0 -1
  497. package/lib/ast/imports/ImportSpecifier.mjs +0 -2
  498. package/lib/ast/imports/ImportSpecifier.mjs.map +0 -1
  499. package/lib/ast/imports/NamedExports.mjs +0 -2
  500. package/lib/ast/imports/NamedExports.mjs.map +0 -1
  501. package/lib/ast/imports/NamedImports.mjs +0 -2
  502. package/lib/ast/imports/NamedImports.mjs.map +0 -1
  503. package/lib/ast/imports/NamespaceExport.mjs +0 -2
  504. package/lib/ast/imports/NamespaceExport.mjs.map +0 -1
  505. package/lib/ast/imports/NamespaceImport.mjs +0 -2
  506. package/lib/ast/imports/NamespaceImport.mjs.map +0 -1
  507. package/lib/ast/index.mjs +0 -2
  508. package/lib/ast/index.mjs.map +0 -1
  509. package/lib/ast/jsdoc/JSDoc.mjs +0 -2
  510. package/lib/ast/jsdoc/JSDoc.mjs.map +0 -1
  511. package/lib/ast/jsdoc/JSDocAllType.mjs +0 -2
  512. package/lib/ast/jsdoc/JSDocAllType.mjs.map +0 -1
  513. package/lib/ast/jsdoc/JSDocAugmentsTag.mjs +0 -2
  514. package/lib/ast/jsdoc/JSDocAugmentsTag.mjs.map +0 -1
  515. package/lib/ast/jsdoc/JSDocAuthorTag.mjs +0 -2
  516. package/lib/ast/jsdoc/JSDocAuthorTag.mjs.map +0 -1
  517. package/lib/ast/jsdoc/JSDocCallbackTag.mjs +0 -2
  518. package/lib/ast/jsdoc/JSDocCallbackTag.mjs.map +0 -1
  519. package/lib/ast/jsdoc/JSDocClassTag.mjs +0 -2
  520. package/lib/ast/jsdoc/JSDocClassTag.mjs.map +0 -1
  521. package/lib/ast/jsdoc/JSDocComment.mjs +0 -2
  522. package/lib/ast/jsdoc/JSDocComment.mjs.map +0 -1
  523. package/lib/ast/jsdoc/JSDocDeprecatedTag.mjs +0 -2
  524. package/lib/ast/jsdoc/JSDocDeprecatedTag.mjs.map +0 -1
  525. package/lib/ast/jsdoc/JSDocEnumTag.mjs +0 -2
  526. package/lib/ast/jsdoc/JSDocEnumTag.mjs.map +0 -1
  527. package/lib/ast/jsdoc/JSDocFunctionType.mjs +0 -2
  528. package/lib/ast/jsdoc/JSDocFunctionType.mjs.map +0 -1
  529. package/lib/ast/jsdoc/JSDocImplementsTag.mjs +0 -2
  530. package/lib/ast/jsdoc/JSDocImplementsTag.mjs.map +0 -1
  531. package/lib/ast/jsdoc/JSDocImportTag.mjs +0 -2
  532. package/lib/ast/jsdoc/JSDocImportTag.mjs.map +0 -1
  533. package/lib/ast/jsdoc/JSDocLink.mjs +0 -2
  534. package/lib/ast/jsdoc/JSDocLink.mjs.map +0 -1
  535. package/lib/ast/jsdoc/JSDocLinkCode.mjs +0 -2
  536. package/lib/ast/jsdoc/JSDocLinkCode.mjs.map +0 -1
  537. package/lib/ast/jsdoc/JSDocLinkPlain.mjs +0 -2
  538. package/lib/ast/jsdoc/JSDocLinkPlain.mjs.map +0 -1
  539. package/lib/ast/jsdoc/JSDocMemberName.mjs +0 -2
  540. package/lib/ast/jsdoc/JSDocMemberName.mjs.map +0 -1
  541. package/lib/ast/jsdoc/JSDocNameReference.mjs +0 -2
  542. package/lib/ast/jsdoc/JSDocNameReference.mjs.map +0 -1
  543. package/lib/ast/jsdoc/JSDocNamepathType.mjs +0 -2
  544. package/lib/ast/jsdoc/JSDocNamepathType.mjs.map +0 -1
  545. package/lib/ast/jsdoc/JSDocNonNullableType.mjs +0 -2
  546. package/lib/ast/jsdoc/JSDocNonNullableType.mjs.map +0 -1
  547. package/lib/ast/jsdoc/JSDocNullableType.mjs +0 -2
  548. package/lib/ast/jsdoc/JSDocNullableType.mjs.map +0 -1
  549. package/lib/ast/jsdoc/JSDocOptionalType.mjs +0 -2
  550. package/lib/ast/jsdoc/JSDocOptionalType.mjs.map +0 -1
  551. package/lib/ast/jsdoc/JSDocOverloadTag.mjs +0 -2
  552. package/lib/ast/jsdoc/JSDocOverloadTag.mjs.map +0 -1
  553. package/lib/ast/jsdoc/JSDocOverrideTag.mjs +0 -2
  554. package/lib/ast/jsdoc/JSDocOverrideTag.mjs.map +0 -1
  555. package/lib/ast/jsdoc/JSDocParameterTag.mjs +0 -2
  556. package/lib/ast/jsdoc/JSDocParameterTag.mjs.map +0 -1
  557. package/lib/ast/jsdoc/JSDocPrivateTag.mjs +0 -2
  558. package/lib/ast/jsdoc/JSDocPrivateTag.mjs.map +0 -1
  559. package/lib/ast/jsdoc/JSDocPropertyTag.mjs +0 -2
  560. package/lib/ast/jsdoc/JSDocPropertyTag.mjs.map +0 -1
  561. package/lib/ast/jsdoc/JSDocProtectedTag.mjs +0 -2
  562. package/lib/ast/jsdoc/JSDocProtectedTag.mjs.map +0 -1
  563. package/lib/ast/jsdoc/JSDocPublicTag.mjs +0 -2
  564. package/lib/ast/jsdoc/JSDocPublicTag.mjs.map +0 -1
  565. package/lib/ast/jsdoc/JSDocReadonlyTag.mjs +0 -2
  566. package/lib/ast/jsdoc/JSDocReadonlyTag.mjs.map +0 -1
  567. package/lib/ast/jsdoc/JSDocReturnTag.mjs +0 -2
  568. package/lib/ast/jsdoc/JSDocReturnTag.mjs.map +0 -1
  569. package/lib/ast/jsdoc/JSDocSatisfiesTag.mjs +0 -2
  570. package/lib/ast/jsdoc/JSDocSatisfiesTag.mjs.map +0 -1
  571. package/lib/ast/jsdoc/JSDocSeeTag.mjs +0 -2
  572. package/lib/ast/jsdoc/JSDocSeeTag.mjs.map +0 -1
  573. package/lib/ast/jsdoc/JSDocSignature.mjs +0 -2
  574. package/lib/ast/jsdoc/JSDocSignature.mjs.map +0 -1
  575. package/lib/ast/jsdoc/JSDocTag.mjs +0 -2
  576. package/lib/ast/jsdoc/JSDocTag.mjs.map +0 -1
  577. package/lib/ast/jsdoc/JSDocTemplateTag.mjs +0 -2
  578. package/lib/ast/jsdoc/JSDocTemplateTag.mjs.map +0 -1
  579. package/lib/ast/jsdoc/JSDocText.mjs +0 -2
  580. package/lib/ast/jsdoc/JSDocText.mjs.map +0 -1
  581. package/lib/ast/jsdoc/JSDocThisTag.mjs +0 -2
  582. package/lib/ast/jsdoc/JSDocThisTag.mjs.map +0 -1
  583. package/lib/ast/jsdoc/JSDocThrowsTag.mjs +0 -2
  584. package/lib/ast/jsdoc/JSDocThrowsTag.mjs.map +0 -1
  585. package/lib/ast/jsdoc/JSDocTypeExpression.mjs +0 -2
  586. package/lib/ast/jsdoc/JSDocTypeExpression.mjs.map +0 -1
  587. package/lib/ast/jsdoc/JSDocTypeLiteral.mjs +0 -2
  588. package/lib/ast/jsdoc/JSDocTypeLiteral.mjs.map +0 -1
  589. package/lib/ast/jsdoc/JSDocTypeTag.mjs +0 -2
  590. package/lib/ast/jsdoc/JSDocTypeTag.mjs.map +0 -1
  591. package/lib/ast/jsdoc/JSDocTypedefTag.mjs +0 -2
  592. package/lib/ast/jsdoc/JSDocTypedefTag.mjs.map +0 -1
  593. package/lib/ast/jsdoc/JSDocUnknownTag.mjs +0 -2
  594. package/lib/ast/jsdoc/JSDocUnknownTag.mjs.map +0 -1
  595. package/lib/ast/jsdoc/JSDocUnknownType.mjs +0 -2
  596. package/lib/ast/jsdoc/JSDocUnknownType.mjs.map +0 -1
  597. package/lib/ast/jsdoc/JSDocVariadicType.mjs +0 -2
  598. package/lib/ast/jsdoc/JSDocVariadicType.mjs.map +0 -1
  599. package/lib/ast/jsx/JsxAttribute.mjs +0 -2
  600. package/lib/ast/jsx/JsxAttribute.mjs.map +0 -1
  601. package/lib/ast/jsx/JsxAttributeLike.mjs +0 -2
  602. package/lib/ast/jsx/JsxAttributeLike.mjs.map +0 -1
  603. package/lib/ast/jsx/JsxAttributeName.mjs +0 -2
  604. package/lib/ast/jsx/JsxAttributeName.mjs.map +0 -1
  605. package/lib/ast/jsx/JsxAttributeValue.mjs +0 -2
  606. package/lib/ast/jsx/JsxAttributeValue.mjs.map +0 -1
  607. package/lib/ast/jsx/JsxAttributes.mjs +0 -2
  608. package/lib/ast/jsx/JsxAttributes.mjs.map +0 -1
  609. package/lib/ast/jsx/JsxChild.mjs +0 -2
  610. package/lib/ast/jsx/JsxChild.mjs.map +0 -1
  611. package/lib/ast/jsx/JsxClosingElement.mjs +0 -2
  612. package/lib/ast/jsx/JsxClosingElement.mjs.map +0 -1
  613. package/lib/ast/jsx/JsxClosingFragment.mjs +0 -2
  614. package/lib/ast/jsx/JsxClosingFragment.mjs.map +0 -1
  615. package/lib/ast/jsx/JsxElement.mjs +0 -2
  616. package/lib/ast/jsx/JsxElement.mjs.map +0 -1
  617. package/lib/ast/jsx/JsxExpression.mjs +0 -2
  618. package/lib/ast/jsx/JsxExpression.mjs.map +0 -1
  619. package/lib/ast/jsx/JsxFragment.mjs +0 -2
  620. package/lib/ast/jsx/JsxFragment.mjs.map +0 -1
  621. package/lib/ast/jsx/JsxNamespacedName.mjs +0 -2
  622. package/lib/ast/jsx/JsxNamespacedName.mjs.map +0 -1
  623. package/lib/ast/jsx/JsxOpeningElement.mjs +0 -2
  624. package/lib/ast/jsx/JsxOpeningElement.mjs.map +0 -1
  625. package/lib/ast/jsx/JsxOpeningFragment.mjs +0 -2
  626. package/lib/ast/jsx/JsxOpeningFragment.mjs.map +0 -1
  627. package/lib/ast/jsx/JsxSelfClosingElement.mjs +0 -2
  628. package/lib/ast/jsx/JsxSelfClosingElement.mjs.map +0 -1
  629. package/lib/ast/jsx/JsxSpreadAttribute.mjs +0 -2
  630. package/lib/ast/jsx/JsxSpreadAttribute.mjs.map +0 -1
  631. package/lib/ast/jsx/JsxTagName.mjs +0 -2
  632. package/lib/ast/jsx/JsxTagName.mjs.map +0 -1
  633. package/lib/ast/jsx/JsxText.mjs +0 -2
  634. package/lib/ast/jsx/JsxText.mjs.map +0 -1
  635. package/lib/ast/names/Decorator.mjs +0 -2
  636. package/lib/ast/names/Decorator.mjs.map +0 -1
  637. package/lib/ast/names/EntityName.mjs +0 -2
  638. package/lib/ast/names/EntityName.mjs.map +0 -1
  639. package/lib/ast/names/Identifier.mjs +0 -2
  640. package/lib/ast/names/Identifier.mjs.map +0 -1
  641. package/lib/ast/names/Modifier.mjs +0 -2
  642. package/lib/ast/names/Modifier.mjs.map +0 -1
  643. package/lib/ast/names/ModifierLike.mjs +0 -2
  644. package/lib/ast/names/ModifierLike.mjs.map +0 -1
  645. package/lib/ast/names/PrivateIdentifier.mjs +0 -2
  646. package/lib/ast/names/PrivateIdentifier.mjs.map +0 -1
  647. package/lib/ast/names/PropertyName.mjs +0 -2
  648. package/lib/ast/names/PropertyName.mjs.map +0 -1
  649. package/lib/ast/names/QualifiedName.mjs +0 -2
  650. package/lib/ast/names/QualifiedName.mjs.map +0 -1
  651. package/lib/ast/names/Token.mjs +0 -2
  652. package/lib/ast/names/Token.mjs.map +0 -1
  653. package/lib/ast/statements/Block.mjs +0 -2
  654. package/lib/ast/statements/Block.mjs.map +0 -1
  655. package/lib/ast/statements/BreakStatement.mjs +0 -2
  656. package/lib/ast/statements/BreakStatement.mjs.map +0 -1
  657. package/lib/ast/statements/CaseBlock.mjs +0 -2
  658. package/lib/ast/statements/CaseBlock.mjs.map +0 -1
  659. package/lib/ast/statements/CaseClause.mjs +0 -2
  660. package/lib/ast/statements/CaseClause.mjs.map +0 -1
  661. package/lib/ast/statements/CaseOrDefaultClause.mjs +0 -2
  662. package/lib/ast/statements/CaseOrDefaultClause.mjs.map +0 -1
  663. package/lib/ast/statements/CatchClause.mjs +0 -2
  664. package/lib/ast/statements/CatchClause.mjs.map +0 -1
  665. package/lib/ast/statements/ContinueStatement.mjs +0 -2
  666. package/lib/ast/statements/ContinueStatement.mjs.map +0 -1
  667. package/lib/ast/statements/DebuggerStatement.mjs +0 -2
  668. package/lib/ast/statements/DebuggerStatement.mjs.map +0 -1
  669. package/lib/ast/statements/Declaration.mjs +0 -2
  670. package/lib/ast/statements/Declaration.mjs.map +0 -1
  671. package/lib/ast/statements/DefaultClause.mjs +0 -2
  672. package/lib/ast/statements/DefaultClause.mjs.map +0 -1
  673. package/lib/ast/statements/DoStatement.mjs +0 -2
  674. package/lib/ast/statements/DoStatement.mjs.map +0 -1
  675. package/lib/ast/statements/EmptyStatement.mjs +0 -2
  676. package/lib/ast/statements/EmptyStatement.mjs.map +0 -1
  677. package/lib/ast/statements/ExpressionStatement.mjs +0 -2
  678. package/lib/ast/statements/ExpressionStatement.mjs.map +0 -1
  679. package/lib/ast/statements/ForInStatement.mjs +0 -2
  680. package/lib/ast/statements/ForInStatement.mjs.map +0 -1
  681. package/lib/ast/statements/ForInitializer.mjs +0 -2
  682. package/lib/ast/statements/ForInitializer.mjs.map +0 -1
  683. package/lib/ast/statements/ForOfStatement.mjs +0 -2
  684. package/lib/ast/statements/ForOfStatement.mjs.map +0 -1
  685. package/lib/ast/statements/ForStatement.mjs +0 -2
  686. package/lib/ast/statements/ForStatement.mjs.map +0 -1
  687. package/lib/ast/statements/IfStatement.mjs +0 -2
  688. package/lib/ast/statements/IfStatement.mjs.map +0 -1
  689. package/lib/ast/statements/LabeledStatement.mjs +0 -2
  690. package/lib/ast/statements/LabeledStatement.mjs.map +0 -1
  691. package/lib/ast/statements/NotEmittedStatement.mjs +0 -2
  692. package/lib/ast/statements/NotEmittedStatement.mjs.map +0 -1
  693. package/lib/ast/statements/ReturnStatement.mjs +0 -2
  694. package/lib/ast/statements/ReturnStatement.mjs.map +0 -1
  695. package/lib/ast/statements/Statement.mjs +0 -2
  696. package/lib/ast/statements/Statement.mjs.map +0 -1
  697. package/lib/ast/statements/SwitchStatement.mjs +0 -2
  698. package/lib/ast/statements/SwitchStatement.mjs.map +0 -1
  699. package/lib/ast/statements/ThrowStatement.mjs +0 -2
  700. package/lib/ast/statements/ThrowStatement.mjs.map +0 -1
  701. package/lib/ast/statements/TryStatement.mjs +0 -2
  702. package/lib/ast/statements/TryStatement.mjs.map +0 -1
  703. package/lib/ast/statements/VariableDeclaration.mjs +0 -2
  704. package/lib/ast/statements/VariableDeclaration.mjs.map +0 -1
  705. package/lib/ast/statements/VariableDeclarationList.mjs +0 -2
  706. package/lib/ast/statements/VariableDeclarationList.mjs.map +0 -1
  707. package/lib/ast/statements/VariableStatement.mjs +0 -2
  708. package/lib/ast/statements/VariableStatement.mjs.map +0 -1
  709. package/lib/ast/statements/WhileStatement.mjs +0 -2
  710. package/lib/ast/statements/WhileStatement.mjs.map +0 -1
  711. package/lib/ast/statements/WithStatement.mjs +0 -2
  712. package/lib/ast/statements/WithStatement.mjs.map +0 -1
  713. package/lib/ast/types/ArrayTypeNode.mjs +0 -2
  714. package/lib/ast/types/ArrayTypeNode.mjs.map +0 -1
  715. package/lib/ast/types/CallSignatureDeclaration.mjs +0 -2
  716. package/lib/ast/types/CallSignatureDeclaration.mjs.map +0 -1
  717. package/lib/ast/types/ConditionalTypeNode.mjs +0 -2
  718. package/lib/ast/types/ConditionalTypeNode.mjs.map +0 -1
  719. package/lib/ast/types/ConstructSignatureDeclaration.mjs +0 -2
  720. package/lib/ast/types/ConstructSignatureDeclaration.mjs.map +0 -1
  721. package/lib/ast/types/ConstructorTypeNode.mjs +0 -2
  722. package/lib/ast/types/ConstructorTypeNode.mjs.map +0 -1
  723. package/lib/ast/types/ExpressionWithTypeArguments.mjs +0 -2
  724. package/lib/ast/types/ExpressionWithTypeArguments.mjs.map +0 -1
  725. package/lib/ast/types/FunctionTypeNode.mjs +0 -2
  726. package/lib/ast/types/FunctionTypeNode.mjs.map +0 -1
  727. package/lib/ast/types/ImportTypeNode.mjs +0 -2
  728. package/lib/ast/types/ImportTypeNode.mjs.map +0 -1
  729. package/lib/ast/types/IndexSignatureDeclaration.mjs +0 -2
  730. package/lib/ast/types/IndexSignatureDeclaration.mjs.map +0 -1
  731. package/lib/ast/types/IndexedAccessTypeNode.mjs +0 -2
  732. package/lib/ast/types/IndexedAccessTypeNode.mjs.map +0 -1
  733. package/lib/ast/types/InferTypeNode.mjs +0 -2
  734. package/lib/ast/types/InferTypeNode.mjs.map +0 -1
  735. package/lib/ast/types/IntersectionTypeNode.mjs +0 -2
  736. package/lib/ast/types/IntersectionTypeNode.mjs.map +0 -1
  737. package/lib/ast/types/KeywordTypeNode.mjs +0 -2
  738. package/lib/ast/types/KeywordTypeNode.mjs.map +0 -1
  739. package/lib/ast/types/LiteralTypeNode.mjs +0 -2
  740. package/lib/ast/types/LiteralTypeNode.mjs.map +0 -1
  741. package/lib/ast/types/MappedTypeNode.mjs +0 -2
  742. package/lib/ast/types/MappedTypeNode.mjs.map +0 -1
  743. package/lib/ast/types/MethodSignature.mjs +0 -2
  744. package/lib/ast/types/MethodSignature.mjs.map +0 -1
  745. package/lib/ast/types/NamedTupleMember.mjs +0 -2
  746. package/lib/ast/types/NamedTupleMember.mjs.map +0 -1
  747. package/lib/ast/types/NotEmittedTypeElement.mjs +0 -2
  748. package/lib/ast/types/NotEmittedTypeElement.mjs.map +0 -1
  749. package/lib/ast/types/OptionalTypeNode.mjs +0 -2
  750. package/lib/ast/types/OptionalTypeNode.mjs.map +0 -1
  751. package/lib/ast/types/ParenthesizedTypeNode.mjs +0 -2
  752. package/lib/ast/types/ParenthesizedTypeNode.mjs.map +0 -1
  753. package/lib/ast/types/PropertySignature.mjs +0 -2
  754. package/lib/ast/types/PropertySignature.mjs.map +0 -1
  755. package/lib/ast/types/RestTypeNode.mjs +0 -2
  756. package/lib/ast/types/RestTypeNode.mjs.map +0 -1
  757. package/lib/ast/types/TemplateLiteralTypeNode.mjs +0 -2
  758. package/lib/ast/types/TemplateLiteralTypeNode.mjs.map +0 -1
  759. package/lib/ast/types/TemplateLiteralTypeSpan.mjs +0 -2
  760. package/lib/ast/types/TemplateLiteralTypeSpan.mjs.map +0 -1
  761. package/lib/ast/types/ThisTypeNode.mjs +0 -2
  762. package/lib/ast/types/ThisTypeNode.mjs.map +0 -1
  763. package/lib/ast/types/TupleTypeNode.mjs +0 -2
  764. package/lib/ast/types/TupleTypeNode.mjs.map +0 -1
  765. package/lib/ast/types/TypeElement.mjs +0 -2
  766. package/lib/ast/types/TypeElement.mjs.map +0 -1
  767. package/lib/ast/types/TypeLiteralNode.mjs +0 -2
  768. package/lib/ast/types/TypeLiteralNode.mjs.map +0 -1
  769. package/lib/ast/types/TypeNode.mjs +0 -2
  770. package/lib/ast/types/TypeNode.mjs.map +0 -1
  771. package/lib/ast/types/TypeOperatorNode.mjs +0 -2
  772. package/lib/ast/types/TypeOperatorNode.mjs.map +0 -1
  773. package/lib/ast/types/TypeParameterDeclaration.mjs +0 -2
  774. package/lib/ast/types/TypeParameterDeclaration.mjs.map +0 -1
  775. package/lib/ast/types/TypePredicateNode.mjs +0 -2
  776. package/lib/ast/types/TypePredicateNode.mjs.map +0 -1
  777. package/lib/ast/types/TypeQueryNode.mjs +0 -2
  778. package/lib/ast/types/TypeQueryNode.mjs.map +0 -1
  779. package/lib/ast/types/TypeReferenceNode.mjs +0 -2
  780. package/lib/ast/types/TypeReferenceNode.mjs.map +0 -1
  781. package/lib/ast/types/UnionTypeNode.mjs +0 -2
  782. package/lib/ast/types/UnionTypeNode.mjs.map +0 -1
  783. package/lib/syntax/index.mjs +0 -3
  784. package/lib/syntax/index.mjs.map +0 -1
@@ -1,6 +1,7 @@
1
+ import '../../syntax/SyntaxKind.mjs';
2
+ import { NodeFlags } from '../../syntax/NodeFlags.mjs';
1
3
  import { make } from '../internal/make.mjs';
2
4
  import { createIdentifier } from '../names/createIdentifier.mjs';
3
- import { NodeFlags } from '../../syntax/NodeFlags.mjs';
4
5
 
5
6
  /**
6
7
  * Create a {@link ModuleDeclaration}: a `namespace X { ... }` or `module X { ...
@@ -1 +1 @@
1
- {"version":3,"file":"createModuleDeclaration.mjs","sources":["../../../esm-tmp/factory/declarations/createModuleDeclaration.js"],"sourcesContent":["import { NodeFlags } from \"../../syntax\";\nimport { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link ModuleDeclaration}: a `namespace X { ... }` or `module X { ...\n * }`.\n *\n * The `modifiers` precede the keyword, so an `export` modifier prints `export\n * namespace`. The `name` accepts a string, which is wrapped in an identifier,\n * or a prebuilt module name. The `body` is the brace block, normally a\n * {@link ModuleBlock}, whose statements the printer indents one per line.\n *\n * The `flags` decide the keyword the printer emits: the `Namespace` flag prints\n * `namespace`, while the default prints `module`. This is the one input that\n * does not show up as text directly but changes the rendered keyword.\n *\n * Given an `export` modifier, the name `app`, a body holding `export type ID =\n * string;`, and the `Namespace` flag, the printed declaration is:\n *\n * ```ts\n * export namespace app {\n * export type ID = string;\n * }\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param modifiers The leading modifiers, if any.\n * @param name The name.\n * @param body The body.\n * @param flags The node flags that select the `namespace` or `module` keyword.\n * @returns The created {@link ModuleDeclaration}.\n */\nexport const createModuleDeclaration = (modifiers, name, body, flags = NodeFlags.None) => make(\"ModuleDeclaration\", {\n modifiers,\n name: typeof name === \"string\" ? createIdentifier(name) : name,\n body,\n flags,\n});\n//# sourceMappingURL=createModuleDeclaration.js.map"],"names":[],"mappings":";;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,uBAAuB,GAAG,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,GAAG,SAAS,CAAC,IAAI,KAAK,IAAI,CAAC,mBAAmB,EAAE;AACpH,IAAI,SAAS;AACb,IAAI,IAAI,EAAE,OAAO,IAAI,KAAK,QAAQ,GAAG,gBAAgB,CAAC,IAAI,CAAC,GAAG,IAAI;AAClE,IAAI,IAAI;AACR,IAAI,KAAK;AACT,CAAC;;;;"}
1
+ {"version":3,"file":"createModuleDeclaration.mjs","sources":["../../../src/factory/declarations/createModuleDeclaration.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAUA;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BG;MACU,uBAAuB,GAAG,CACrC,SAA8C,EAC9C,IAAyB,EACzB,IAA4B,EAC5B,KAAA,GAAmB,SAAS,CAAC,IAAI,KAEjC,IAAI,CAAC,mBAAmB,EAAE;IACxB,SAAS;AACT,IAAA,IAAI,EAAE,OAAO,IAAI,KAAK,QAAQ,GAAG,gBAAgB,CAAC,IAAI,CAAC,GAAG,IAAI;IAC9D,IAAI;IACJ,KAAK;AACN,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createNamespaceExportDeclaration.mjs","sources":["../../../esm-tmp/factory/declarations/createNamespaceExportDeclaration.js"],"sourcesContent":["import { asName } from \"../internal/asName\";\nimport { make } from \"../internal/make\";\n/**\n * Create a {@link NamespaceExportDeclaration}: an `export as namespace X;`.\n *\n * This is the UMD global declaration used in `.d.ts` files to state the global\n * variable name under which the module is exposed in a script context. The\n * `name` is that global identifier.\n *\n * Given the name `App`, the printed declaration is:\n *\n * ```ts\n * export as namespace App;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param name The name.\n * @returns The created {@link NamespaceExportDeclaration}.\n */\nexport const createNamespaceExportDeclaration = (name) => make(\"NamespaceExportDeclaration\", { name: asName(name) });\n//# sourceMappingURL=createNamespaceExportDeclaration.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,gCAAgC,GAAG,CAAC,IAAI,KAAK,IAAI,CAAC,4BAA4B,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,EAAE;;;;"}
1
+ {"version":3,"file":"createNamespaceExportDeclaration.mjs","sources":["../../../src/factory/declarations/createNamespaceExportDeclaration.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;AAgBG;MACU,gCAAgC,GAAG,CAC9C,IAAyB,KAEzB,IAAI,CAAC,4BAA4B,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createPropertyDeclaration.mjs","sources":["../../../esm-tmp/factory/declarations/createPropertyDeclaration.js"],"sourcesContent":["import { asPropertyName } from \"../internal/asPropertyName\";\nimport { make } from \"../internal/make\";\n/**\n * Create a {@link PropertyDeclaration}: a class field such as `x: number;`.\n *\n * The `modifiers` precede the property name, so `public readonly` prints in\n * that order. Any decorators among the modifiers are hoisted onto their own\n * lines above the property. The `name` is the field key, and the\n * `questionOrExclamationToken` appends either the optional marker (`?`) or the\n * definite-assignment marker (`!`) after the name.\n *\n * The optional `type` prints after a colon, and the optional `initializer`\n * prints after an `=`. The printer terminates the field with a semicolon.\n *\n * Given `public readonly` modifiers, the name `id`, a `string` type, and a\n * string-literal initializer of `\"x\"`, the printed field is:\n *\n * ```ts\n * public readonly id: string = \"x\";\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param modifiers The leading modifiers and decorators, if any.\n * @param name The name.\n * @param questionOrExclamationToken The optional (`?`) or definite-assignment\n * (`!`) marker, if any.\n * @param type The type.\n * @param initializer The initializer, if any.\n * @returns The created {@link PropertyDeclaration}.\n */\nexport const createPropertyDeclaration = (modifiers, name, questionOrExclamationToken, type, initializer) => make(\"PropertyDeclaration\", {\n modifiers,\n name: asPropertyName(name),\n questionOrExclamationToken,\n type,\n initializer,\n});\n//# sourceMappingURL=createPropertyDeclaration.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,yBAAyB,GAAG,CAAC,SAAS,EAAE,IAAI,EAAE,0BAA0B,EAAE,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC,qBAAqB,EAAE;AACzI,IAAI,SAAS;AACb,IAAI,IAAI,EAAE,cAAc,CAAC,IAAI,CAAC;AAC9B,IAAI,0BAA0B;AAC9B,IAAI,IAAI;AACR,IAAI,WAAW;AACf,CAAC;;;;"}
1
+ {"version":3,"file":"createPropertyDeclaration.mjs","sources":["../../../src/factory/declarations/createPropertyDeclaration.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAWA;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BG;MACU,yBAAyB,GAAG,CACvC,SAA8C,EAC9C,IAA2B,EAC3B,0BAA6C,EAC7C,IAA0B,EAC1B,WAAmC,KAEnC,IAAI,CAAC,qBAAqB,EAAE;IAC1B,SAAS;AACT,IAAA,IAAI,EAAE,cAAc,CAAC,IAAI,CAAC;IAC1B,0BAA0B;IAC1B,IAAI;IACJ,WAAW;AACZ,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createSemicolonClassElement.mjs","sources":["../../../esm-tmp/factory/declarations/createSemicolonClassElement.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link SemicolonClassElement}: a stray `;` in a class body.\n *\n * This is an empty class member, a lone semicolon that TypeScript permits\n * between real members. It carries no name or body. Placed inside a class, the\n * printer emits it as a single semicolon on its own line:\n *\n * ```ts\n * class C {}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @returns The created {@link SemicolonClassElement}.\n */\nexport const createSemicolonClassElement = () => make(\"SemicolonClassElement\", {});\n//# sourceMappingURL=createSemicolonClassElement.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,2BAA2B,GAAG,MAAM,IAAI,CAAC,uBAAuB,EAAE,EAAE;;;;"}
1
+ {"version":3,"file":"createSemicolonClassElement.mjs","sources":["../../../src/factory/declarations/createSemicolonClassElement.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;AAaG;AACI,MAAM,2BAA2B,GAAG,MACzC,IAAI,CAAC,uBAAuB,EAAE,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createSetAccessorDeclaration.mjs","sources":["../../../esm-tmp/factory/declarations/createSetAccessorDeclaration.js"],"sourcesContent":["import { asPropertyName } from \"../internal/asPropertyName\";\nimport { make } from \"../internal/make\";\n/**\n * Create a {@link SetAccessorDeclaration}: a `set x(value) { ... }` accessor.\n *\n * The `modifiers` precede the `set` keyword, so a `public` modifier prints\n * `public set`. The `name` is the accessor key. A setter takes exactly one\n * value parameter, supplied through `parameters`, and has no return type. The\n * `body` block holds the statements, indented one per line.\n *\n * Given a `public` modifier, the name `value`, a single `value: number`\n * parameter, and a body assigning `this._value = value`, the printed accessor\n * is:\n *\n * ```ts\n * public set value(value: number) {\n * this._value = value;\n * }\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param modifiers The leading modifiers and decorators, if any.\n * @param name The name.\n * @param parameters The parameters.\n * @param body The body.\n * @returns The created {@link SetAccessorDeclaration}.\n */\nexport const createSetAccessorDeclaration = (modifiers, name, parameters, body) => make(\"SetAccessorDeclaration\", {\n modifiers,\n name: asPropertyName(name),\n parameters,\n body,\n});\n//# sourceMappingURL=createSetAccessorDeclaration.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,4BAA4B,GAAG,CAAC,SAAS,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,KAAK,IAAI,CAAC,wBAAwB,EAAE;AAClH,IAAI,SAAS;AACb,IAAI,IAAI,EAAE,cAAc,CAAC,IAAI,CAAC;AAC9B,IAAI,UAAU;AACd,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createSetAccessorDeclaration.mjs","sources":["../../../src/factory/declarations/createSetAccessorDeclaration.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAUA;;;;;;;;;;;;;;;;;;;;;;;;AAwBG;AACI,MAAM,4BAA4B,GAAG,CAC1C,SAA8C,EAC9C,IAA2B,EAC3B,UAA2C,EAC3C,IAAuB,KAEvB,IAAI,CAAC,wBAAwB,EAAE;IAC7B,SAAS;AACT,IAAA,IAAI,EAAE,cAAc,CAAC,IAAI,CAAC;IAC1B,UAAU;IACV,IAAI;AACL,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createTypeAliasDeclaration.mjs","sources":["../../../esm-tmp/factory/declarations/createTypeAliasDeclaration.js"],"sourcesContent":["import { asName } from \"../internal/asName\";\nimport { make } from \"../internal/make\";\n/**\n * Create a {@link TypeAliasDeclaration}: a `type X = ...;`.\n *\n * The `modifiers` precede the `type` keyword, so an `export` modifier prints\n * `export type`. The `name` accepts a string or identifier, and\n * `typeParameters` add the generic `<...>` list when present. The `type` is the\n * aliased type printed after the `=`, and the printer terminates the statement\n * with a semicolon.\n *\n * Given an `export` modifier, the name `ID`, and a `string` type, the printed\n * declaration is:\n *\n * ```ts\n * export type ID = string;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param modifiers The leading modifiers and decorators, if any.\n * @param name The name.\n * @param typeParameters The generic type parameters, if any.\n * @param type The type.\n * @returns The created {@link TypeAliasDeclaration}.\n */\nexport const createTypeAliasDeclaration = (modifiers, name, typeParameters, type) => make(\"TypeAliasDeclaration\", {\n modifiers,\n name: asName(name),\n typeParameters,\n type,\n});\n//# sourceMappingURL=createTypeAliasDeclaration.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,0BAA0B,GAAG,CAAC,SAAS,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,KAAK,IAAI,CAAC,sBAAsB,EAAE;AAClH,IAAI,SAAS;AACb,IAAI,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC;AACtB,IAAI,cAAc;AAClB,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createTypeAliasDeclaration.mjs","sources":["../../../src/factory/declarations/createTypeAliasDeclaration.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAUA;;;;;;;;;;;;;;;;;;;;;;AAsBG;AACI,MAAM,0BAA0B,GAAG,CACxC,SAA8C,EAC9C,IAAyB,EACzB,cAA+D,EAC/D,IAAc,KAEd,IAAI,CAAC,sBAAsB,EAAE;IAC3B,SAAS;AACT,IAAA,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC;IAClB,cAAc;IACd,IAAI;AACL,CAAA;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `+` operator: addition or string
@@ -1 +1 @@
1
- {"version":3,"file":"createAdd.mjs","sources":["../../../esm-tmp/factory/expressions/createAdd.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `+` operator: addition or string\n * concatenation.\n *\n * Shorthand for {@link createBinaryExpression} with the `PlusToken` operator.\n * The printer surrounds the operator with a single space on each side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a + b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createAdd = (left, right) => createBinaryExpression(left, SyntaxKind.PlusToken, right);\n//# sourceMappingURL=createAdd.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,SAAS,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,SAAS,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createAdd.mjs","sources":["../../../src/factory/expressions/createAdd.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;;AAiBG;MACU,SAAS,GAAG,CACvB,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,SAAS,EAAE,KAAK;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createArrayBindingPattern.mjs","sources":["../../../esm-tmp/factory/expressions/createArrayBindingPattern.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create an {@link ArrayBindingPattern}: the `[a, b]` binding used in array\n * destructuring.\n *\n * The elements are {@link BindingElement} nodes or omitted-element holes. The\n * printer wraps them in square brackets, separated by a comma and a space.\n *\n * Given two binding elements named `a` and `b`, the printer emits:\n *\n * ```ts\n * [a, b];\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param elements The binding elements.\n * @returns The created {@link ArrayBindingPattern}.\n */\nexport const createArrayBindingPattern = (elements) => make(\"ArrayBindingPattern\", { elements });\n//# sourceMappingURL=createArrayBindingPattern.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,yBAAyB,GAAG,CAAC,QAAQ,KAAK,IAAI,CAAC,qBAAqB,EAAE,EAAE,QAAQ,EAAE;;;;"}
1
+ {"version":3,"file":"createArrayBindingPattern.mjs","sources":["../../../src/factory/expressions/createArrayBindingPattern.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,yBAAyB,GAAG,CACvC,QAAwC,KAChB,IAAI,CAAC,qBAAqB,EAAE,EAAE,QAAQ,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createArrayLiteralExpression.mjs","sources":["../../../esm-tmp/factory/expressions/createArrayLiteralExpression.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create an {@link ArrayLiteralExpression}: an `[...]` array literal.\n *\n * The elements may include {@link SpreadElement} and omitted holes. When\n * `multiLine` is `false` (the default) the printer keeps the array on one line\n * with comma-and-space separators. When `multiLine` is `true` it places each\n * element on its own indented line and appends a trailing comma.\n *\n * Given elements `1`, `2`, `3` on a single line, the printer emits:\n *\n * ```ts\n * [1, 2, 3];\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param elements The element expressions.\n * @param multiLine When `true`, print one entry per line.\n * @returns The created {@link ArrayLiteralExpression}.\n */\nexport const createArrayLiteralExpression = (elements = [], multiLine) => make(\"ArrayLiteralExpression\", { elements, multiLine });\n//# sourceMappingURL=createArrayLiteralExpression.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,4BAA4B,GAAG,CAAC,QAAQ,GAAG,EAAE,EAAE,SAAS,KAAK,IAAI,CAAC,wBAAwB,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE;;;;"}
1
+ {"version":3,"file":"createArrayLiteralExpression.mjs","sources":["../../../src/factory/expressions/createArrayLiteralExpression.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;AAkBG;MACU,4BAA4B,GAAG,CAC1C,QAAA,GAAkC,EAAE,EACpC,SAAmB,KAEnB,IAAI,CAAC,wBAAwB,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createArrowFunction.mjs","sources":["../../../esm-tmp/factory/expressions/createArrowFunction.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create an {@link ArrowFunction}: a `(params) => body` arrow function.\n *\n * The `body` is either a {@link Block} for a statement body or an\n * {@link Expression} for a concise body. The optional `modifiers`,\n * `typeParameters` and return `type` are printed when present. The\n * `_equalsGreaterThanToken` parameter exists only for signature parity with the\n * legacy factory and is ignored: the printer always emits `=>` between the\n * parameter list and the body.\n *\n * Given one parameter `x` and a concise body of `x`, the printer emits:\n *\n * ```ts\n * (x) => x;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param modifiers The leading modifiers and decorators, if any.\n * @param typeParameters The generic type parameters, if any.\n * @param parameters The parameters.\n * @param type The return type, if any.\n * @param _equalsGreaterThanToken Ignored; present only to mirror the legacy\n * signature.\n * @param body The block or expression body.\n * @returns The created {@link ArrowFunction}.\n */\nexport const createArrowFunction = (modifiers, typeParameters, parameters, type, _equalsGreaterThanToken, body) => make(\"ArrowFunction\", { modifiers, typeParameters, parameters, type, body });\n//# sourceMappingURL=createArrowFunction.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,mBAAmB,GAAG,CAAC,SAAS,EAAE,cAAc,EAAE,UAAU,EAAE,IAAI,EAAE,uBAAuB,EAAE,IAAI,KAAK,IAAI,CAAC,eAAe,EAAE,EAAE,SAAS,EAAE,cAAc,EAAE,UAAU,EAAE,IAAI,EAAE,IAAI,EAAE;;;;"}
1
+ {"version":3,"file":"createArrowFunction.mjs","sources":["../../../src/factory/expressions/createArrowFunction.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAYA;;;;;;;;;;;;;;;;;;;;;;;;;AAyBG;AACI,MAAM,mBAAmB,GAAG,CACjC,SAA8C,EAC9C,cAA+D,EAC/D,UAA2C,EAC3C,IAA0B,EAC1B,uBAA0C,EAC1C,IAAwB,KAExB,IAAI,CAAC,eAAe,EAAE,EAAE,SAAS,EAAE,cAAc,EAAE,UAAU,EAAE,IAAI,EAAE,IAAI,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createAsExpression.mjs","sources":["../../../esm-tmp/factory/expressions/createAsExpression.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create an {@link AsExpression}: a TypeScript `expression as type` assertion.\n *\n * The printer writes the expression, the `as` keyword and the target type, each\n * separated by a single space.\n *\n * Given expression `value` and type `string`, the printer emits:\n *\n * ```ts\n * value as string;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param expression The expression being asserted.\n * @param type The target type.\n * @returns The created {@link AsExpression}.\n */\nexport const createAsExpression = (expression, type) => make(\"AsExpression\", { expression, type });\n//# sourceMappingURL=createAsExpression.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,kBAAkB,GAAG,CAAC,UAAU,EAAE,IAAI,KAAK,IAAI,CAAC,cAAc,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;;;;"}
1
+ {"version":3,"file":"createAsExpression.mjs","sources":["../../../src/factory/expressions/createAsExpression.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;AAgBG;MACU,kBAAkB,GAAG,CAChC,UAAsB,EACtB,IAAc,KACG,IAAI,CAAC,cAAc,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `=` operator: a simple assignment.
@@ -1 +1 @@
1
- {"version":3,"file":"createAssignment.mjs","sources":["../../../esm-tmp/factory/expressions/createAssignment.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `=` operator: a simple assignment.\n *\n * Shorthand for {@link createBinaryExpression} with the `EqualsToken` operator.\n * The left operand is the assignment target and the right operand is the value.\n * The printer surrounds the operator with a single space on each side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a = b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The assignment target.\n * @param right The value to assign.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createAssignment = (left, right) => createBinaryExpression(left, SyntaxKind.EqualsToken, right);\n//# sourceMappingURL=createAssignment.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,gBAAgB,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,WAAW,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createAssignment.mjs","sources":["../../../src/factory/expressions/createAssignment.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;;AAiBG;MACU,gBAAgB,GAAG,CAC9B,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,WAAW,EAAE,KAAK;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createAwaitExpression.mjs","sources":["../../../esm-tmp/factory/expressions/createAwaitExpression.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create an {@link AwaitExpression}: an `await` of an operand.\n *\n * The printer writes the `await` keyword followed by a single space and the\n * operand expression.\n *\n * Given operand `promise`, the printer emits:\n *\n * ```ts\n * await promise;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param expression The awaited expression.\n * @returns The created {@link AwaitExpression}.\n */\nexport const createAwaitExpression = (expression) => make(\"AwaitExpression\", { expression });\n//# sourceMappingURL=createAwaitExpression.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,qBAAqB,GAAG,CAAC,UAAU,KAAK,IAAI,CAAC,iBAAiB,EAAE,EAAE,UAAU,EAAE;;;;"}
1
+ {"version":3,"file":"createAwaitExpression.mjs","sources":["../../../src/factory/expressions/createAwaitExpression.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;AAeG;AACI,MAAM,qBAAqB,GAAG,CACnC,UAAsB,KACF,IAAI,CAAC,iBAAiB,EAAE,EAAE,UAAU,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createBinaryExpression.mjs","sources":["../../../esm-tmp/factory/expressions/createBinaryExpression.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link BinaryExpression}: two operands joined by an infix operator.\n *\n * The operator may be given as a `SyntaxKind` string (e.g. `\"+\"`, `\"===\"`,\n * `\"&&\"`) or as an operator {@link Token}, in which case its `token` value is\n * used. This is the base builder behind the operator-specific shorthands such\n * as {@link createAdd}, {@link createStrictEquality} and\n * {@link createLogicalAnd}.\n *\n * The printer surrounds the operator with a single space on each side.\n *\n * Given operands `a`, `b` and the `+` operator, the printer emits:\n *\n * ```ts\n * a + b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param operator The operator token or its `SyntaxKind`.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createBinaryExpression = (left, operator, right) => make(\"BinaryExpression\", {\n left,\n operator: typeof operator === \"object\" ? operator.token : operator,\n right,\n});\n//# sourceMappingURL=createBinaryExpression.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,KAAK,IAAI,CAAC,kBAAkB,EAAE;AAC1F,IAAI,IAAI;AACR,IAAI,QAAQ,EAAE,OAAO,QAAQ,KAAK,QAAQ,GAAG,QAAQ,CAAC,KAAK,GAAG,QAAQ;AACtE,IAAI,KAAK;AACT,CAAC;;;;"}
1
+ {"version":3,"file":"createBinaryExpression.mjs","sources":["../../../src/factory/expressions/createBinaryExpression.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAIA;;;;;;;;;;;;;;;;;;;;;;AAsBG;AACI,MAAM,sBAAsB,GAAG,CACpC,IAAgB,EAChB,QAA4B,EAC5B,KAAiB,KAEjB,IAAI,CAAC,kBAAkB,EAAE;IACvB,IAAI;AACJ,IAAA,QAAQ,EAAE,OAAO,QAAQ,KAAK,QAAQ,GAAI,QAAgB,CAAC,KAAK,GAAG,QAAQ;IAC3E,KAAK;AACN,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createBindingElement.mjs","sources":["../../../esm-tmp/factory/expressions/createBindingElement.js"],"sourcesContent":["import { asPropertyName } from \"../internal/asPropertyName\";\nimport { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link BindingElement}: one entry of an array or object binding\n * pattern.\n *\n * A `dotDotDotToken` marks a rest element. A `propertyName` (accepted as a\n * string or {@link PropertyName}, normalized with {@link asPropertyName}) maps a\n * source property to a different local `name`. A string `name` is wrapped with\n * {@link createIdentifier}. An `initializer` supplies a default value.\n *\n * The printer renders the parts as `...`, `propertyName: name` and `= default`,\n * each present only when supplied. A plain element named `a` prints as `a`;\n * with an initializer `def` it prints as `c = def`; a rest element named `rest`\n * prints as `...rest`. With a property name `src` mapping to local `dst` it\n * prints:\n *\n * ```ts\n * src: dst;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param dotDotDotToken The rest token, if this is a rest element.\n * @param propertyName The source property name, if renamed.\n * @param name The local binding name.\n * @param initializer The default-value initializer, if any.\n * @returns The created {@link BindingElement}.\n */\nexport const createBindingElement = (dotDotDotToken, propertyName, name, initializer) => make(\"BindingElement\", {\n dotDotDotToken,\n propertyName: propertyName === undefined ? undefined : asPropertyName(propertyName),\n name: typeof name === \"string\" ? createIdentifier(name) : name,\n initializer,\n});\n//# sourceMappingURL=createBindingElement.js.map"],"names":[],"mappings":";;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,oBAAoB,GAAG,CAAC,cAAc,EAAE,YAAY,EAAE,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC,gBAAgB,EAAE;AAChH,IAAI,cAAc;AAClB,IAAI,YAAY,EAAE,YAAY,KAAK,SAAS,GAAG,SAAS,GAAG,cAAc,CAAC,YAAY,CAAC;AACvF,IAAI,IAAI,EAAE,OAAO,IAAI,KAAK,QAAQ,GAAG,gBAAgB,CAAC,IAAI,CAAC,GAAG,IAAI;AAClE,IAAI,WAAW;AACf,CAAC;;;;"}
1
+ {"version":3,"file":"createBindingElement.mjs","sources":["../../../src/factory/expressions/createBindingElement.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAWA;;;;;;;;;;;;;;;;;;;;;;;;;AAyBG;AACI,MAAM,oBAAoB,GAAG,CAClC,cAAiC,EACjC,YAA+C,EAC/C,IAA0B,EAC1B,WAAwB,KAExB,IAAI,CAAC,gBAAgB,EAAE;IACrB,cAAc;AACd,IAAA,YAAY,EACV,YAAY,KAAK,SAAS,GAAG,SAAS,GAAG,cAAc,CAAC,YAAY,CAAC;AACvE,IAAA,IAAI,EAAE,OAAO,IAAI,KAAK,QAAQ,GAAG,gBAAgB,CAAC,IAAI,CAAC,GAAG,IAAI;IAC9D,WAAW;AACZ,CAAA;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `&` operator: bitwise AND.
@@ -1 +1 @@
1
- {"version":3,"file":"createBitwiseAnd.mjs","sources":["../../../esm-tmp/factory/expressions/createBitwiseAnd.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `&` operator: bitwise AND.\n *\n * Shorthand for {@link createBinaryExpression} with the `AmpersandToken`\n * operator. The printer surrounds the operator with a single space on each\n * side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a & b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createBitwiseAnd = (left, right) => createBinaryExpression(left, SyntaxKind.AmpersandToken, right);\n//# sourceMappingURL=createBitwiseAnd.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,gBAAgB,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,cAAc,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createBitwiseAnd.mjs","sources":["../../../src/factory/expressions/createBitwiseAnd.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;;AAiBG;MACU,gBAAgB,GAAG,CAC9B,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,cAAc,EAAE,KAAK;;;;"}
@@ -1,5 +1,6 @@
1
- import { createPrefixUnaryExpression } from './createPrefixUnaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createPrefixUnaryExpression } from './createPrefixUnaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link PrefixUnaryExpression} with the `~` operator: bitwise NOT.
@@ -1 +1 @@
1
- {"version":3,"file":"createBitwiseNot.mjs","sources":["../../../esm-tmp/factory/expressions/createBitwiseNot.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createPrefixUnaryExpression } from \"./createPrefixUnaryExpression\";\n/**\n * Create a {@link PrefixUnaryExpression} with the `~` operator: bitwise NOT.\n *\n * Shorthand for {@link createPrefixUnaryExpression} with the `TildeToken`\n * operator. The printer writes the operator directly before the operand with no\n * separating space.\n *\n * Given operand `a`, the printer emits:\n *\n * ```ts\n * ~a;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param operand The operand to negate.\n * @returns The created {@link PrefixUnaryExpression}.\n */\nexport const createBitwiseNot = (operand) => createPrefixUnaryExpression(SyntaxKind.TildeToken, operand);\n//# sourceMappingURL=createBitwiseNot.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,gBAAgB,GAAG,CAAC,OAAO,KAAK,2BAA2B,CAAC,UAAU,CAAC,UAAU,EAAE,OAAO;;;;"}
1
+ {"version":3,"file":"createBitwiseNot.mjs","sources":["../../../src/factory/expressions/createBitwiseNot.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,gBAAgB,GAAG,CAAC,OAAmB,KAClD,2BAA2B,CAAC,UAAU,CAAC,UAAU,EAAE,OAAO;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `|` operator: bitwise OR.
@@ -1 +1 @@
1
- {"version":3,"file":"createBitwiseOr.mjs","sources":["../../../esm-tmp/factory/expressions/createBitwiseOr.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `|` operator: bitwise OR.\n *\n * Shorthand for {@link createBinaryExpression} with the `BarToken` operator. The\n * printer surrounds the operator with a single space on each side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a | b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createBitwiseOr = (left, right) => createBinaryExpression(left, SyntaxKind.BarToken, right);\n//# sourceMappingURL=createBitwiseOr.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,eAAe,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,QAAQ,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createBitwiseOr.mjs","sources":["../../../src/factory/expressions/createBitwiseOr.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;AAgBG;MACU,eAAe,GAAG,CAC7B,IAAgB,EAChB,KAAiB,KACI,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,QAAQ,EAAE,KAAK;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `^` operator: bitwise XOR.
@@ -1 +1 @@
1
- {"version":3,"file":"createBitwiseXor.mjs","sources":["../../../esm-tmp/factory/expressions/createBitwiseXor.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `^` operator: bitwise XOR.\n *\n * Shorthand for {@link createBinaryExpression} with the `CaretToken` operator.\n * The printer surrounds the operator with a single space on each side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a ^ b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createBitwiseXor = (left, right) => createBinaryExpression(left, SyntaxKind.CaretToken, right);\n//# sourceMappingURL=createBitwiseXor.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,gBAAgB,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,UAAU,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createBitwiseXor.mjs","sources":["../../../src/factory/expressions/createBitwiseXor.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;AAgBG;MACU,gBAAgB,GAAG,CAC9B,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,UAAU,EAAE,KAAK;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createCallChain.mjs","sources":["../../../esm-tmp/factory/expressions/createCallChain.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link CallChain}: a call that participates in an optional chain.\n *\n * The `questionDotToken` is the `?.` token. When it sits directly before the\n * argument list the printer emits an optional call `fn?.(args)`; when the\n * callee is a property-access chain the `?.` appears at that link and the call\n * itself uses plain parentheses. The optional `typeArguments` are printed in\n * `<...>` before the arguments, and a missing `argumentsArray` is treated as an\n * empty list.\n *\n * Given a property-access chain `obj?.fn` and one argument `a`, the printer\n * emits:\n *\n * ```ts\n * obj?.fn(a);\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param expression The callee expression.\n * @param questionDotToken The `?.` token, if the call link is optional.\n * @param typeArguments The generic type arguments, if any.\n * @param argumentsArray The call arguments.\n * @returns The created {@link CallChain}.\n */\nexport const createCallChain = (expression, questionDotToken, typeArguments, argumentsArray) => make(\"CallChain\", {\n expression,\n questionDotToken,\n typeArguments,\n arguments: argumentsArray ?? [],\n});\n//# sourceMappingURL=createCallChain.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,eAAe,GAAG,CAAC,UAAU,EAAE,gBAAgB,EAAE,aAAa,EAAE,cAAc,KAAK,IAAI,CAAC,WAAW,EAAE;AAClH,IAAI,UAAU;AACd,IAAI,gBAAgB;AACpB,IAAI,aAAa;AACjB,IAAI,SAAS,EAAE,cAAc,IAAI,EAAE;AACnC,CAAC;;;;"}
1
+ {"version":3,"file":"createCallChain.mjs","sources":["../../../src/factory/expressions/createCallChain.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;;;;;;AAuBG;AACI,MAAM,eAAe,GAAG,CAC7B,UAAsB,EACtB,gBAAmC,EACnC,aAA8C,EAC9C,cAAiD,KAEjD,IAAI,CAAC,WAAW,EAAE;IAChB,UAAU;IACV,gBAAgB;IAChB,aAAa;IACb,SAAS,EAAE,cAAc,IAAI,EAAE;AAChC,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createCallExpression.mjs","sources":["../../../esm-tmp/factory/expressions/createCallExpression.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link CallExpression}: a function or method call.\n *\n * The optional `typeArguments` are printed in `<...>` before the argument list.\n * The arguments are printed comma separated inside the parentheses, and a\n * missing `argumentsArray` is treated as an empty list.\n *\n * Given callee `fn` and arguments `a`, `b`, the printer emits:\n *\n * ```ts\n * fn(a, b);\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param expression The callee expression.\n * @param typeArguments The generic type arguments, if any.\n * @param argumentsArray The call arguments.\n * @returns The created {@link CallExpression}.\n */\nexport const createCallExpression = (expression, typeArguments, argumentsArray) => make(\"CallExpression\", {\n expression,\n typeArguments,\n arguments: argumentsArray ?? [],\n});\n//# sourceMappingURL=createCallExpression.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,oBAAoB,GAAG,CAAC,UAAU,EAAE,aAAa,EAAE,cAAc,KAAK,IAAI,CAAC,gBAAgB,EAAE;AAC1G,IAAI,UAAU;AACd,IAAI,aAAa;AACjB,IAAI,SAAS,EAAE,cAAc,IAAI,EAAE;AACnC,CAAC;;;;"}
1
+ {"version":3,"file":"createCallExpression.mjs","sources":["../../../src/factory/expressions/createCallExpression.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;AAkBG;AACI,MAAM,oBAAoB,GAAG,CAClC,UAAsB,EACtB,aAA8C,EAC9C,cAAiD,KAEjD,IAAI,CAAC,gBAAgB,EAAE;IACrB,UAAU;IACV,aAAa;IACb,SAAS,EAAE,cAAc,IAAI,EAAE;AAChC,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createClassExpression.mjs","sources":["../../../esm-tmp/factory/expressions/createClassExpression.js"],"sourcesContent":["import { asName } from \"../internal/asName\";\nimport { make } from \"../internal/make\";\n/**\n * Create a {@link ClassExpression}: a `class` used as an expression.\n *\n * A string `name` is normalized with {@link asName}; the name is optional, as\n * are the `modifiers`, `typeParameters` and `heritageClauses` (the `extends` /\n * `implements` clauses). The `members` are printed inside the class body.\n *\n * Given name `C` and no members, the printer emits:\n *\n * ```ts\n * class C {}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param modifiers The leading modifiers, if any.\n * @param name The class name, if any.\n * @param typeParameters The generic type parameters, if any.\n * @param heritageClauses The extends and implements clauses, if any.\n * @param members The class members.\n * @returns The created {@link ClassExpression}.\n */\nexport const createClassExpression = (modifiers, name, typeParameters, heritageClauses, members) => make(\"ClassExpression\", {\n modifiers,\n name: name === undefined ? undefined : asName(name),\n typeParameters,\n heritageClauses,\n members,\n});\n//# sourceMappingURL=createClassExpression.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,qBAAqB,GAAG,CAAC,SAAS,EAAE,IAAI,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,KAAK,IAAI,CAAC,iBAAiB,EAAE;AAC5H,IAAI,SAAS;AACb,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC;AACvD,IAAI,cAAc;AAClB,IAAI,eAAe;AACnB,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createClassExpression.mjs","sources":["../../../src/factory/expressions/createClassExpression.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAWA;;;;;;;;;;;;;;;;;;;;AAoBG;MACU,qBAAqB,GAAG,CACnC,SAA8C,EAC9C,IAAqC,EACrC,cAA+D,EAC/D,eAAsD,EACtD,OAAgC,KAEhC,IAAI,CAAC,iBAAiB,EAAE;IACtB,SAAS;AACT,IAAA,IAAI,EAAE,IAAI,KAAK,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC;IACnD,cAAc;IACd,eAAe;IACf,OAAO;AACR,CAAA;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `,` operator: the comma operator,
@@ -1 +1 @@
1
- {"version":3,"file":"createComma.mjs","sources":["../../../esm-tmp/factory/expressions/createComma.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `,` operator: the comma operator,\n * which evaluates both operands and yields the right one.\n *\n * Shorthand for {@link createBinaryExpression} with the `CommaToken` operator.\n * The printer treats the comma like any other binary operator and surrounds it\n * with a single space on each side, so the output has a space before the\n * comma.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * (a, b);\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createComma = (left, right) => createBinaryExpression(left, SyntaxKind.CommaToken, right);\n//# sourceMappingURL=createComma.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,WAAW,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,UAAU,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createComma.mjs","sources":["../../../src/factory/expressions/createComma.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;;;;AAmBG;MACU,WAAW,GAAG,CACzB,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,UAAU,EAAE,KAAK;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createCommaListExpression.mjs","sources":["../../../esm-tmp/factory/expressions/createCommaListExpression.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link CommaListExpression}: a synthetic list of expressions joined\n * by commas, used where several expressions are emitted in sequence.\n *\n * Unlike a chain of comma {@link BinaryExpression} nodes, this is a flat list.\n * The printer separates the elements with a comma and a space.\n *\n * Given elements `a`, `b`, `c`, the printer emits:\n *\n * ```ts\n * (a, b, c);\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param elements The element expressions.\n * @returns The created {@link CommaListExpression}.\n */\nexport const createCommaListExpression = (elements) => make(\"CommaListExpression\", { elements });\n//# sourceMappingURL=createCommaListExpression.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,yBAAyB,GAAG,CAAC,QAAQ,KAAK,IAAI,CAAC,qBAAqB,EAAE,EAAE,QAAQ,EAAE;;;;"}
1
+ {"version":3,"file":"createCommaListExpression.mjs","sources":["../../../src/factory/expressions/createCommaListExpression.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,yBAAyB,GAAG,CACvC,QAA+B,KACP,IAAI,CAAC,qBAAqB,EAAE,EAAE,QAAQ,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createComputedPropertyName.mjs","sources":["../../../esm-tmp/factory/expressions/createComputedPropertyName.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link ComputedPropertyName}: a `[expression]` property key.\n *\n * Used as the name of an object-literal member, class member or signature so\n * the key is computed at runtime. The printer wraps the expression in square\n * brackets.\n *\n * Given expression `key`, the printer emits the key:\n *\n * ```ts\n * [key];\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param expression The key expression.\n * @returns The created {@link ComputedPropertyName}.\n */\nexport const createComputedPropertyName = (expression) => make(\"ComputedPropertyName\", { expression });\n//# sourceMappingURL=createComputedPropertyName.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,0BAA0B,GAAG,CAAC,UAAU,KAAK,IAAI,CAAC,sBAAsB,EAAE,EAAE,UAAU,EAAE;;;;"}
1
+ {"version":3,"file":"createComputedPropertyName.mjs","sources":["../../../src/factory/expressions/createComputedPropertyName.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,0BAA0B,GAAG,CACxC,UAAsB,KACG,IAAI,CAAC,sBAAsB,EAAE,EAAE,UAAU,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createConditionalExpression.mjs","sources":["../../../esm-tmp/factory/expressions/createConditionalExpression.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link ConditionalExpression}: a ternary `condition ? whenTrue :\n * whenFalse`.\n *\n * The `_questionToken` and `_colonToken` parameters exist only for signature\n * parity with the legacy factory and are ignored: the printer always emits `?`\n * and `:`, each surrounded by a single space.\n *\n * Given condition `cond` and branches `a` and `b`, the printer emits:\n *\n * ```ts\n * cond ? a : b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param condition The condition.\n * @param _questionToken Ignored; present only to mirror the legacy signature.\n * @param whenTrue The value when the condition holds.\n * @param _colonToken Ignored; present only to mirror the legacy signature.\n * @param whenFalse The value otherwise.\n * @returns The created {@link ConditionalExpression}.\n */\nexport const createConditionalExpression = (condition, _questionToken, whenTrue, _colonToken, whenFalse) => make(\"ConditionalExpression\", { condition, whenTrue, whenFalse });\n//# sourceMappingURL=createConditionalExpression.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,2BAA2B,GAAG,CAAC,SAAS,EAAE,cAAc,EAAE,QAAQ,EAAE,WAAW,EAAE,SAAS,KAAK,IAAI,CAAC,uBAAuB,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE;;;;"}
1
+ {"version":3,"file":"createConditionalExpression.mjs","sources":["../../../src/factory/expressions/createConditionalExpression.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;;;;AAqBG;AACI,MAAM,2BAA2B,GAAG,CACzC,SAAqB,EACrB,cAAiC,EACjC,QAAoB,EACpB,WAA8B,EAC9B,SAAqB,KAErB,IAAI,CAAC,uBAAuB,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createDeleteExpression.mjs","sources":["../../../esm-tmp/factory/expressions/createDeleteExpression.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link DeleteExpression}: a `delete` of an operand.\n *\n * The printer writes the `delete` keyword followed by a single space and the\n * operand expression.\n *\n * Given operand `obj.prop`, the printer emits:\n *\n * ```ts\n * delete obj.prop;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param expression The expression to delete.\n * @returns The created {@link DeleteExpression}.\n */\nexport const createDeleteExpression = (expression) => make(\"DeleteExpression\", { expression });\n//# sourceMappingURL=createDeleteExpression.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,sBAAsB,GAAG,CAAC,UAAU,KAAK,IAAI,CAAC,kBAAkB,EAAE,EAAE,UAAU,EAAE;;;;"}
1
+ {"version":3,"file":"createDeleteExpression.mjs","sources":["../../../src/factory/expressions/createDeleteExpression.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;AAeG;AACI,MAAM,sBAAsB,GAAG,CACpC,UAAsB,KACD,IAAI,CAAC,kBAAkB,EAAE,EAAE,UAAU,EAAE;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `/` operator: division.
@@ -1 +1 @@
1
- {"version":3,"file":"createDivide.mjs","sources":["../../../esm-tmp/factory/expressions/createDivide.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `/` operator: division.\n *\n * Shorthand for {@link createBinaryExpression} with the `SlashToken` operator.\n * The printer surrounds the operator with a single space on each side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a / b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createDivide = (left, right) => createBinaryExpression(left, SyntaxKind.SlashToken, right);\n//# sourceMappingURL=createDivide.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,YAAY,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,UAAU,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createDivide.mjs","sources":["../../../src/factory/expressions/createDivide.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;AAgBG;MACU,YAAY,GAAG,CAC1B,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,UAAU,EAAE,KAAK;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createElementAccessChain.mjs","sources":["../../../esm-tmp/factory/expressions/createElementAccessChain.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createNumericLiteral } from \"../literals/createNumericLiteral\";\n/**\n * Create an {@link ElementAccessChain}: a bracket access that participates in an\n * optional chain.\n *\n * The `questionDotToken` is the `?.` token printed before the brackets. A\n * numeric `index` is wrapped with {@link createNumericLiteral}; any other\n * expression is used as the key directly. The printer wraps the key in square\n * brackets.\n *\n * Given object `obj`, an optional `?.` token and index `0`, the printer emits:\n *\n * ```ts\n * obj?.[0];\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param expression The object expression.\n * @param questionDotToken The `?.` token, if this link is optional.\n * @param index The index or key.\n * @returns The created {@link ElementAccessChain}.\n */\nexport const createElementAccessChain = (expression, questionDotToken, index) => make(\"ElementAccessChain\", {\n expression,\n questionDotToken,\n argumentExpression: typeof index === \"number\" ? createNumericLiteral(index) : index,\n});\n//# sourceMappingURL=createElementAccessChain.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,wBAAwB,GAAG,CAAC,UAAU,EAAE,gBAAgB,EAAE,KAAK,KAAK,IAAI,CAAC,oBAAoB,EAAE;AAC5G,IAAI,UAAU;AACd,IAAI,gBAAgB;AACpB,IAAI,kBAAkB,EAAE,OAAO,KAAK,KAAK,QAAQ,GAAG,oBAAoB,CAAC,KAAK,CAAC,GAAG,KAAK;AACvF,CAAC;;;;"}
1
+ {"version":3,"file":"createElementAccessChain.mjs","sources":["../../../src/factory/expressions/createElementAccessChain.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;;;;;AAoBG;AACI,MAAM,wBAAwB,GAAG,CACtC,UAAsB,EACtB,gBAAmC,EACnC,KAA0B,KAE1B,IAAI,CAAC,oBAAoB,EAAE;IACzB,UAAU;IACV,gBAAgB;AAChB,IAAA,kBAAkB,EAChB,OAAO,KAAK,KAAK,QAAQ,GAAG,oBAAoB,CAAC,KAAK,CAAC,GAAG,KAAK;AAClE,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createElementAccessExpression.mjs","sources":["../../../esm-tmp/factory/expressions/createElementAccessExpression.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createNumericLiteral } from \"../literals/createNumericLiteral\";\n/**\n * Create an {@link ElementAccessExpression}: a `object[key]` bracket access.\n *\n * A numeric `index` is wrapped with {@link createNumericLiteral}; any other\n * expression is used as the key directly. The printer wraps the key in square\n * brackets, so a string key prints quoted (for example `obj[\"key\"]`).\n *\n * Given object `obj` and index `0`, the printer emits:\n *\n * ```ts\n * obj[0];\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param expression The object expression.\n * @param index The index or key.\n * @returns The created {@link ElementAccessExpression}.\n */\nexport const createElementAccessExpression = (expression, index) => make(\"ElementAccessExpression\", {\n expression,\n argumentExpression: typeof index === \"number\" ? createNumericLiteral(index) : index,\n});\n//# sourceMappingURL=createElementAccessExpression.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,6BAA6B,GAAG,CAAC,UAAU,EAAE,KAAK,KAAK,IAAI,CAAC,yBAAyB,EAAE;AACpG,IAAI,UAAU;AACd,IAAI,kBAAkB,EAAE,OAAO,KAAK,KAAK,QAAQ,GAAG,oBAAoB,CAAC,KAAK,CAAC,GAAG,KAAK;AACvF,CAAC;;;;"}
1
+ {"version":3,"file":"createElementAccessExpression.mjs","sources":["../../../src/factory/expressions/createElementAccessExpression.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;;AAiBG;AACI,MAAM,6BAA6B,GAAG,CAC3C,UAAsB,EACtB,KAA0B,KAE1B,IAAI,CAAC,yBAAyB,EAAE;IAC9B,UAAU;AACV,IAAA,kBAAkB,EAChB,OAAO,KAAK,KAAK,QAAQ,GAAG,oBAAoB,CAAC,KAAK,CAAC,GAAG,KAAK;AAClE,CAAA;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `==` operator: loose equality with
@@ -1 +1 @@
1
- {"version":3,"file":"createEquality.mjs","sources":["../../../esm-tmp/factory/expressions/createEquality.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `==` operator: loose equality with\n * type coercion.\n *\n * Shorthand for {@link createBinaryExpression} with the `EqualsEqualsToken`\n * operator. The printer surrounds the operator with a single space on each\n * side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a == b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createEquality = (left, right) => createBinaryExpression(left, SyntaxKind.EqualsEqualsToken, right);\n//# sourceMappingURL=createEquality.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,cAAc,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,iBAAiB,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createEquality.mjs","sources":["../../../src/factory/expressions/createEquality.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;;;AAkBG;MACU,cAAc,GAAG,CAC5B,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,iBAAiB,EAAE,KAAK;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `**` operator: exponentiation.
@@ -1 +1 @@
1
- {"version":3,"file":"createExponent.mjs","sources":["../../../esm-tmp/factory/expressions/createExponent.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `**` operator: exponentiation.\n *\n * Shorthand for {@link createBinaryExpression} with the `AsteriskAsteriskToken`\n * operator. The printer surrounds the operator with a single space on each\n * side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a ** b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The base operand.\n * @param right The exponent operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createExponent = (left, right) => createBinaryExpression(left, SyntaxKind.AsteriskAsteriskToken, right);\n//# sourceMappingURL=createExponent.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,cAAc,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,qBAAqB,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createExponent.mjs","sources":["../../../src/factory/expressions/createExponent.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;;AAiBG;MACU,cAAc,GAAG,CAC5B,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,qBAAqB,EAAE,KAAK;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createFunctionExpression.mjs","sources":["../../../esm-tmp/factory/expressions/createFunctionExpression.js"],"sourcesContent":["import { asName } from \"../internal/asName\";\nimport { make } from \"../internal/make\";\n/**\n * Create a {@link FunctionExpression}: a `function` used as an expression.\n *\n * A string `name` is normalized with {@link asName}; the name is optional, as\n * are the `modifiers`, `asteriskToken` (the generator `*`), `typeParameters`\n * and return `type`. The `body` is a {@link Block}.\n *\n * Given name `f`, no parameters and an empty body, the printer emits:\n *\n * ```ts\n * function f() {}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param modifiers The leading modifiers and decorators, if any.\n * @param asteriskToken The generator marker (`*`), if any.\n * @param name The function name, if any.\n * @param typeParameters The generic type parameters, if any.\n * @param parameters The parameters.\n * @param type The return type, if any.\n * @param body The block body.\n * @returns The created {@link FunctionExpression}.\n */\nexport const createFunctionExpression = (modifiers, asteriskToken, name, typeParameters, parameters, type, body) => make(\"FunctionExpression\", {\n modifiers,\n asteriskToken,\n name: name === undefined ? undefined : asName(name),\n typeParameters,\n parameters,\n type,\n body,\n});\n//# sourceMappingURL=createFunctionExpression.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,wBAAwB,GAAG,CAAC,SAAS,EAAE,aAAa,EAAE,IAAI,EAAE,cAAc,EAAE,UAAU,EAAE,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC,oBAAoB,EAAE;AAC/I,IAAI,SAAS;AACb,IAAI,aAAa;AACjB,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC;AACvD,IAAI,cAAc;AAClB,IAAI,UAAU;AACd,IAAI,IAAI;AACR,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createFunctionExpression.mjs","sources":["../../../src/factory/expressions/createFunctionExpression.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAaA;;;;;;;;;;;;;;;;;;;;;;AAsBG;AACI,MAAM,wBAAwB,GAAG,CACtC,SAA8C,EAC9C,aAAgC,EAChC,IAAqC,EACrC,cAA+D,EAC/D,UAA2C,EAC3C,IAA0B,EAC1B,IAAW,KAEX,IAAI,CAAC,oBAAoB,EAAE;IACzB,SAAS;IACT,aAAa;AACb,IAAA,IAAI,EAAE,IAAI,KAAK,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC;IACnD,cAAc;IACd,UAAU;IACV,IAAI;IACJ,IAAI;AACL,CAAA;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `>` operator: greater-than
@@ -1 +1 @@
1
- {"version":3,"file":"createGreaterThan.mjs","sources":["../../../esm-tmp/factory/expressions/createGreaterThan.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `>` operator: greater-than\n * comparison.\n *\n * Shorthand for {@link createBinaryExpression} with the `GreaterThanToken`\n * operator. The printer surrounds the operator with a single space on each\n * side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a > b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createGreaterThan = (left, right) => createBinaryExpression(left, SyntaxKind.GreaterThanToken, right);\n//# sourceMappingURL=createGreaterThan.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,iBAAiB,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,gBAAgB,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createGreaterThan.mjs","sources":["../../../src/factory/expressions/createGreaterThan.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;;;AAkBG;MACU,iBAAiB,GAAG,CAC/B,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,gBAAgB,EAAE,KAAK;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `>=` operator: greater-than-or-
@@ -1 +1 @@
1
- {"version":3,"file":"createGreaterThanEquals.mjs","sources":["../../../esm-tmp/factory/expressions/createGreaterThanEquals.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `>=` operator: greater-than-or-\n * equal comparison.\n *\n * Shorthand for {@link createBinaryExpression} with the `GreaterThanEqualsToken`\n * operator. The printer surrounds the operator with a single space on each\n * side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a >= b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createGreaterThanEquals = (left, right) => createBinaryExpression(left, SyntaxKind.GreaterThanEqualsToken, right);\n//# sourceMappingURL=createGreaterThanEquals.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,uBAAuB,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,sBAAsB,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createGreaterThanEquals.mjs","sources":["../../../src/factory/expressions/createGreaterThanEquals.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;;;AAkBG;MACU,uBAAuB,GAAG,CACrC,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,sBAAsB,EAAE,KAAK;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createImmediatelyInvokedArrowFunction.mjs","sources":["../../../esm-tmp/factory/expressions/createImmediatelyInvokedArrowFunction.js"],"sourcesContent":["import { createBlock } from \"../statements/createBlock\";\nimport { createArrowFunction } from \"./createArrowFunction\";\nimport { createCallExpression } from \"./createCallExpression\";\nimport { createParenthesizedExpression } from \"./createParenthesizedExpression\";\n/**\n * Create an immediately-invoked arrow function: `(() => { ... })()`.\n *\n * The `statements` become the body of a parameterless arrow function whose\n * block is forced multi-line. The arrow is wrapped in parentheses with\n * {@link createParenthesizedExpression} and then called with no arguments via\n * {@link createCallExpression}.\n *\n * Given a single `return 1;` statement, the printer emits:\n *\n * ```ts\n * (() => {\n * return 1;\n * })();\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param statements The body statements.\n * @returns The created {@link CallExpression}.\n */\nexport const createImmediatelyInvokedArrowFunction = (statements) => createCallExpression(createParenthesizedExpression(createArrowFunction(undefined, undefined, [], undefined, undefined, createBlock(statements, true))), undefined, []);\n//# sourceMappingURL=createImmediatelyInvokedArrowFunction.js.map"],"names":[],"mappings":";;;;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,qCAAqC,GAAG,CAAC,UAAU,KAAK,oBAAoB,CAAC,6BAA6B,CAAC,mBAAmB,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,SAAS,EAAE,EAAE;;;;"}
1
+ {"version":3,"file":"createImmediatelyInvokedArrowFunction.mjs","sources":["../../../src/factory/expressions/createImmediatelyInvokedArrowFunction.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,qCAAqC,GAAG,CACnD,UAAgC,KAEhC,oBAAoB,CAClB,6BAA6B,CAC3B,mBAAmB,CACjB,SAAS,EACT,SAAS,EACT,EAAE,EACF,SAAS,EACT,SAAS,EACT,WAAW,CAAC,UAAU,EAAE,IAAI,CAAC,CAC9B,CACF,EACD,SAAS,EACT,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createImmediatelyInvokedFunctionExpression.mjs","sources":["../../../esm-tmp/factory/expressions/createImmediatelyInvokedFunctionExpression.js"],"sourcesContent":["import { createBlock } from \"../statements/createBlock\";\nimport { createCallExpression } from \"./createCallExpression\";\nimport { createFunctionExpression } from \"./createFunctionExpression\";\nimport { createParenthesizedExpression } from \"./createParenthesizedExpression\";\n/**\n * Create an immediately-invoked function expression: `(function () { ... })()`.\n *\n * The `statements` become the body of an anonymous function expression whose\n * block is forced multi-line. The function is wrapped in parentheses with\n * {@link createParenthesizedExpression} and then called with no arguments via\n * {@link createCallExpression}.\n *\n * Given a single `return 1;` statement, the printer emits:\n *\n * ```ts\n * (function () {\n * return 1;\n * })();\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param statements The body statements.\n * @returns The created {@link CallExpression}.\n */\nexport const createImmediatelyInvokedFunctionExpression = (statements) => createCallExpression(createParenthesizedExpression(createFunctionExpression(undefined, undefined, undefined, undefined, [], undefined, createBlock(statements, true))), undefined, []);\n//# sourceMappingURL=createImmediatelyInvokedFunctionExpression.js.map"],"names":[],"mappings":";;;;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,0CAA0C,GAAG,CAAC,UAAU,KAAK,oBAAoB,CAAC,6BAA6B,CAAC,wBAAwB,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,WAAW,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,SAAS,EAAE,EAAE;;;;"}
1
+ {"version":3,"file":"createImmediatelyInvokedFunctionExpression.mjs","sources":["../../../src/factory/expressions/createImmediatelyInvokedFunctionExpression.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,0CAA0C,GAAG,CACxD,UAAgC,KAEhC,oBAAoB,CAClB,6BAA6B,CAC3B,wBAAwB,CACtB,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,EAAE,EACF,SAAS,EACT,WAAW,CAAC,UAAU,EAAE,IAAI,CAAC,CAC9B,CACF,EACD,SAAS,EACT,EAAE;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `!=` operator: loose inequality
@@ -1 +1 @@
1
- {"version":3,"file":"createInequality.mjs","sources":["../../../esm-tmp/factory/expressions/createInequality.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `!=` operator: loose inequality\n * with type coercion.\n *\n * Shorthand for {@link createBinaryExpression} with the `ExclamationEqualsToken`\n * operator. The printer surrounds the operator with a single space on each\n * side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a != b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createInequality = (left, right) => createBinaryExpression(left, SyntaxKind.ExclamationEqualsToken, right);\n//# sourceMappingURL=createInequality.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,gBAAgB,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,sBAAsB,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createInequality.mjs","sources":["../../../src/factory/expressions/createInequality.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;;;AAkBG;MACU,gBAAgB,GAAG,CAC9B,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,sBAAsB,EAAE,KAAK;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `<<` operator: bitwise left shift.
@@ -1 +1 @@
1
- {"version":3,"file":"createLeftShift.mjs","sources":["../../../esm-tmp/factory/expressions/createLeftShift.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `<<` operator: bitwise left shift.\n *\n * Shorthand for {@link createBinaryExpression} with the `LessThanLessThanToken`\n * operator. The printer surrounds the operator with a single space on each\n * side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a << b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The value to shift.\n * @param right The shift amount.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createLeftShift = (left, right) => createBinaryExpression(left, SyntaxKind.LessThanLessThanToken, right);\n//# sourceMappingURL=createLeftShift.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,eAAe,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,qBAAqB,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createLeftShift.mjs","sources":["../../../src/factory/expressions/createLeftShift.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;;AAiBG;MACU,eAAe,GAAG,CAC7B,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,qBAAqB,EAAE,KAAK;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `<` operator: less-than comparison.
@@ -1 +1 @@
1
- {"version":3,"file":"createLessThan.mjs","sources":["../../../esm-tmp/factory/expressions/createLessThan.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `<` operator: less-than comparison.\n *\n * Shorthand for {@link createBinaryExpression} with the `LessThanToken`\n * operator. The printer surrounds the operator with a single space on each\n * side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a < b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createLessThan = (left, right) => createBinaryExpression(left, SyntaxKind.LessThanToken, right);\n//# sourceMappingURL=createLessThan.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,cAAc,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,aAAa,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createLessThan.mjs","sources":["../../../src/factory/expressions/createLessThan.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;;AAiBG;MACU,cAAc,GAAG,CAC5B,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,aAAa,EAAE,KAAK;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `<=` operator: less-than-or-equal
@@ -1 +1 @@
1
- {"version":3,"file":"createLessThanEquals.mjs","sources":["../../../esm-tmp/factory/expressions/createLessThanEquals.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `<=` operator: less-than-or-equal\n * comparison.\n *\n * Shorthand for {@link createBinaryExpression} with the `LessThanEqualsToken`\n * operator. The printer surrounds the operator with a single space on each\n * side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a <= b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createLessThanEquals = (left, right) => createBinaryExpression(left, SyntaxKind.LessThanEqualsToken, right);\n//# sourceMappingURL=createLessThanEquals.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,oBAAoB,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,mBAAmB,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createLessThanEquals.mjs","sources":["../../../src/factory/expressions/createLessThanEquals.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;;;AAkBG;MACU,oBAAoB,GAAG,CAClC,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,mBAAmB,EAAE,KAAK;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `&&` operator: logical AND with
@@ -1 +1 @@
1
- {"version":3,"file":"createLogicalAnd.mjs","sources":["../../../esm-tmp/factory/expressions/createLogicalAnd.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createBinaryExpression } from \"./createBinaryExpression\";\n/**\n * Create a {@link BinaryExpression} with the `&&` operator: logical AND with\n * short-circuit evaluation.\n *\n * Shorthand for {@link createBinaryExpression} with the\n * `AmpersandAmpersandToken` operator. The printer surrounds the operator with a\n * single space on each side.\n *\n * Given operands `a` and `b`, the printer emits:\n *\n * ```ts\n * a && b;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand operand.\n * @param right The right-hand operand.\n * @returns The created {@link BinaryExpression}.\n */\nexport const createLogicalAnd = (left, right) => createBinaryExpression(left, SyntaxKind.AmpersandAmpersandToken, right);\n//# sourceMappingURL=createLogicalAnd.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,gBAAgB,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,uBAAuB,EAAE,KAAK;;;;"}
1
+ {"version":3,"file":"createLogicalAnd.mjs","sources":["../../../src/factory/expressions/createLogicalAnd.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;;;AAkBG;MACU,gBAAgB,GAAG,CAC9B,IAAgB,EAChB,KAAiB,KAEjB,sBAAsB,CAAC,IAAI,EAAE,UAAU,CAAC,uBAAuB,EAAE,KAAK;;;;"}
@@ -1,5 +1,6 @@
1
- import { createPrefixUnaryExpression } from './createPrefixUnaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createPrefixUnaryExpression } from './createPrefixUnaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link PrefixUnaryExpression} with the `!` operator: logical NOT.
@@ -1 +1 @@
1
- {"version":3,"file":"createLogicalNot.mjs","sources":["../../../esm-tmp/factory/expressions/createLogicalNot.js"],"sourcesContent":["import { SyntaxKind } from \"../../syntax\";\nimport { createPrefixUnaryExpression } from \"./createPrefixUnaryExpression\";\n/**\n * Create a {@link PrefixUnaryExpression} with the `!` operator: logical NOT.\n *\n * Shorthand for {@link createPrefixUnaryExpression} with the `ExclamationToken`\n * operator. The printer writes the operator directly before the operand with no\n * separating space.\n *\n * Given operand `a`, the printer emits:\n *\n * ```ts\n * !a;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param operand The operand to negate.\n * @returns The created {@link PrefixUnaryExpression}.\n */\nexport const createLogicalNot = (operand) => createPrefixUnaryExpression(SyntaxKind.ExclamationToken, operand);\n//# sourceMappingURL=createLogicalNot.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,gBAAgB,GAAG,CAAC,OAAO,KAAK,2BAA2B,CAAC,UAAU,CAAC,gBAAgB,EAAE,OAAO;;;;"}
1
+ {"version":3,"file":"createLogicalNot.mjs","sources":["../../../src/factory/expressions/createLogicalNot.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,gBAAgB,GAAG,CAAC,OAAmB,KAClD,2BAA2B,CAAC,UAAU,CAAC,gBAAgB,EAAE,OAAO;;;;"}
@@ -1,5 +1,6 @@
1
- import { createBinaryExpression } from './createBinaryExpression.mjs';
2
1
  import { SyntaxKind } from '../../syntax/SyntaxKind.mjs';
2
+ import '../../syntax/NodeFlags.mjs';
3
+ import { createBinaryExpression } from './createBinaryExpression.mjs';
3
4
 
4
5
  /**
5
6
  * Create a {@link BinaryExpression} with the `||` operator: logical OR with