@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 +1 @@
1
- {"version":3,"file":"createImportDeclaration.mjs","sources":["../../../esm-tmp/factory/imports/createImportDeclaration.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createStringLiteral } from \"../literals/createStringLiteral\";\n/**\n * Create an {@link ImportDeclaration}: an `import ... from \"...\"` statement.\n *\n * The `importClause` carries the default binding, namespace binding, and named\n * bindings. Omit it to emit a side-effect-only import that just runs the module\n * for its effects. The `moduleSpecifier` is the `from` target; pass a raw\n * string and it is wrapped in a string literal for you, or pass an expression\n * node directly.\n *\n * Given a named import of `a` from `\"./mod\"`, this prints:\n *\n * ```ts\n * import { a } from \"./mod\";\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param modifiers The leading modifiers and decorators, if any.\n * @param importClause The import clause; omitted for a side-effect-only import.\n * @param moduleSpecifier The module specifier (the `from` target).\n * @returns The created {@link ImportDeclaration}.\n */\nexport const createImportDeclaration = (modifiers, importClause, moduleSpecifier) => make(\"ImportDeclaration\", {\n modifiers,\n importClause,\n moduleSpecifier: typeof moduleSpecifier === \"string\"\n ? createStringLiteral(moduleSpecifier)\n : moduleSpecifier,\n});\n//# sourceMappingURL=createImportDeclaration.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,uBAAuB,GAAG,CAAC,SAAS,EAAE,YAAY,EAAE,eAAe,KAAK,IAAI,CAAC,mBAAmB,EAAE;AAC/G,IAAI,SAAS;AACb,IAAI,YAAY;AAChB,IAAI,eAAe,EAAE,OAAO,eAAe,KAAK;AAChD,UAAU,mBAAmB,CAAC,eAAe;AAC7C,UAAU,eAAe;AACzB,CAAC;;;;"}
1
+ {"version":3,"file":"createImportDeclaration.mjs","sources":["../../../src/factory/imports/createImportDeclaration.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AASA;;;;;;;;;;;;;;;;;;;;AAoBG;AACI,MAAM,uBAAuB,GAAG,CACrC,SAA8C,EAC9C,YAAsC,EACtC,eAAoC,KAEpC,IAAI,CAAC,mBAAmB,EAAE;IACxB,SAAS;IACT,YAAY;AACZ,IAAA,eAAe,EACb,OAAO,eAAe,KAAK;AACzB,UAAE,mBAAmB,CAAC,eAAe;AACrC,UAAE,eAAe;AACtB,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createImportSpecifier.mjs","sources":["../../../esm-tmp/factory/imports/createImportSpecifier.js"],"sourcesContent":["import { asName } from \"../internal/asName\";\nimport { make } from \"../internal/make\";\n/**\n * Create an {@link ImportSpecifier}: one entry inside a {@link NamedImports}\n * brace group.\n *\n * Pass `propertyName` to alias an export under a different local name, which\n * prints as `propertyName as name`; leave it undefined for a plain binding. The\n * `name` accepts a raw string and is wrapped in an identifier for you. Set\n * `isTypeOnly` to prefix the single specifier with `type`.\n *\n * Given source name `x` aliased to `y`, this prints:\n *\n * ```ts\n * x as y;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param isTypeOnly Whether this is a type-only import/export.\n * @param propertyName The original (source) name, when aliased.\n * @param name The name.\n * @returns The created {@link ImportSpecifier}.\n */\nexport const createImportSpecifier = (isTypeOnly, propertyName, name) => make(\"ImportSpecifier\", { isTypeOnly, propertyName, name: asName(name) });\n//# sourceMappingURL=createImportSpecifier.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,UAAU,EAAE,YAAY,EAAE,IAAI,KAAK,IAAI,CAAC,iBAAiB,EAAE,EAAE,UAAU,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,EAAE;;;;"}
1
+ {"version":3,"file":"createImportSpecifier.mjs","sources":["../../../src/factory/imports/createImportSpecifier.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;;;;;AAoBG;AACI,MAAM,qBAAqB,GAAG,CACnC,UAAmB,EACnB,YAAoC,EACpC,IAAyB,KAEzB,IAAI,CAAC,iBAAiB,EAAE,EAAE,UAAU,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createNamedExports.mjs","sources":["../../../esm-tmp/factory/imports/createNamedExports.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link NamedExports}: the `{ ... }` binding group inside an export\n * declaration.\n *\n * Each element is an {@link ExportSpecifier} naming one binding, optionally\n * aliased with `as`. This node is the `exportClause` slot of an\n * {@link ExportDeclaration}; on its own it prints just the brace group, and the\n * printer adds a trailing comma when the list breaks across lines.\n *\n * Given specifiers for `a` and `b`, this prints:\n *\n * ```ts\n * { a, b }\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param elements The elements.\n * @returns The created {@link NamedExports}.\n */\nexport const createNamedExports = (elements) => make(\"NamedExports\", { elements });\n//# sourceMappingURL=createNamedExports.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,kBAAkB,GAAG,CAAC,QAAQ,KAAK,IAAI,CAAC,cAAc,EAAE,EAAE,QAAQ,EAAE;;;;"}
1
+ {"version":3,"file":"createNamedExports.mjs","sources":["../../../src/factory/imports/createNamedExports.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;AAkBG;AACI,MAAM,kBAAkB,GAAG,CAChC,QAAoC,KACnB,IAAI,CAAC,cAAc,EAAE,EAAE,QAAQ,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createNamedImports.mjs","sources":["../../../esm-tmp/factory/imports/createNamedImports.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link NamedImports}: the `{ ... }` binding group inside an import\n * clause.\n *\n * Each element is an {@link ImportSpecifier} naming one binding, optionally\n * aliased with `as`. This node is the `namedBindings` slot of an\n * {@link ImportClause}; on its own it prints just the brace group, and the\n * printer adds a trailing comma when the list breaks across lines.\n *\n * Given specifiers for `a` and `b`, this prints:\n *\n * ```ts\n * { a, b }\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param elements The elements.\n * @returns The created {@link NamedImports}.\n */\nexport const createNamedImports = (elements) => make(\"NamedImports\", { elements });\n//# sourceMappingURL=createNamedImports.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,kBAAkB,GAAG,CAAC,QAAQ,KAAK,IAAI,CAAC,cAAc,EAAE,EAAE,QAAQ,EAAE;;;;"}
1
+ {"version":3,"file":"createNamedImports.mjs","sources":["../../../src/factory/imports/createNamedImports.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;AAkBG;AACI,MAAM,kBAAkB,GAAG,CAChC,QAAoC,KACnB,IAAI,CAAC,cAAc,EAAE,EAAE,QAAQ,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createNamespaceExport.mjs","sources":["../../../esm-tmp/factory/imports/createNamespaceExport.js"],"sourcesContent":["import { asName } from \"../internal/asName\";\nimport { make } from \"../internal/make\";\n/**\n * Create a {@link NamespaceExport}: the `* as ns` clause that re-exports an\n * entire module under a single namespace name.\n *\n * This node fills the `exportClause` slot of an {@link ExportDeclaration} that\n * carries a `from` specifier. The `name` accepts a raw string and is wrapped in\n * an identifier for you.\n *\n * Given the namespace name `ns`, this prints:\n *\n * ```ts\n * * as ns\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param name The name.\n * @returns The created {@link NamespaceExport}.\n */\nexport const createNamespaceExport = (name) => make(\"NamespaceExport\", { name: asName(name) });\n//# sourceMappingURL=createNamespaceExport.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,qBAAqB,GAAG,CAAC,IAAI,KAAK,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,EAAE;;;;"}
1
+ {"version":3,"file":"createNamespaceExport.mjs","sources":["../../../src/factory/imports/createNamespaceExport.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;;AAiBG;MACU,qBAAqB,GAAG,CACnC,IAAyB,KACL,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createNamespaceImport.mjs","sources":["../../../esm-tmp/factory/imports/createNamespaceImport.js"],"sourcesContent":["import { asName } from \"../internal/asName\";\nimport { make } from \"../internal/make\";\n/**\n * Create a {@link NamespaceImport}: the `* as ns` binding that imports an entire\n * module under a single namespace name.\n *\n * This node fills the `namedBindings` slot of an {@link ImportClause}. The\n * `name` accepts a raw string and is wrapped in an identifier for you.\n *\n * Given the namespace name `ns`, this prints:\n *\n * ```ts\n * * as ns\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param name The name.\n * @returns The created {@link NamespaceImport}.\n */\nexport const createNamespaceImport = (name) => make(\"NamespaceImport\", { name: asName(name) });\n//# sourceMappingURL=createNamespaceImport.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,qBAAqB,GAAG,CAAC,IAAI,KAAK,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,EAAE;;;;"}
1
+ {"version":3,"file":"createNamespaceImport.mjs","sources":["../../../src/factory/imports/createNamespaceImport.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;AAgBG;MACU,qBAAqB,GAAG,CACnC,IAAyB,KACL,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["../../esm-tmp/factory/index.js"],"sourcesContent":["/**\n * Hand-written, dependency-free re-implementation of the legacy TypeScript AST\n * node factory (`ts.factory`).\n *\n * This module is a pure re-export barrel: each `createXxx` builder lives in its\n * own file and is re-exported here. `src/index.ts` aggregates them into the\n * `factory` namespace via `export * as factory`, which lets bundlers tree-shake\n * unused builders. No `typescript` module is imported anywhere.\n *\n * @author Jeongho Nam - https://github.com/samchon\n */\nexport * from \"./clauses/createHeritageClause\";\nexport * from \"./jsx/createJsxAttribute\";\nexport * from \"./jsx/createJsxAttributes\";\nexport * from \"./jsx/createJsxClosingElement\";\nexport * from \"./jsx/createJsxElement\";\nexport * from \"./jsx/createJsxExpression\";\nexport * from \"./jsx/createJsxFragment\";\nexport * from \"./jsx/createJsxJsxClosingFragment\";\nexport * from \"./jsx/createJsxNamespacedName\";\nexport * from \"./jsx/createJsxOpeningElement\";\nexport * from \"./jsx/createJsxOpeningFragment\";\nexport * from \"./jsx/createJsxSelfClosingElement\";\nexport * from \"./jsx/createJsxSpreadAttribute\";\nexport * from \"./jsx/createJsxText\";\nexport * from \"./expressions/createPartiallyEmittedExpression\";\nexport * from \"./file/createBundle\";\nexport * from \"./imports/createImportAttribute\";\nexport * from \"./imports/createImportAttributes\";\nexport * from \"./literals/createStringLiteralFromNode\";\nexport * from \"./names/createLoopVariable\";\nexport * from \"./names/createModifiersFromModifierFlags\";\nexport * from \"./names/createTempVariable\";\nexport * from \"./names/createUniqueName\";\nexport * from \"./names/createUniquePrivateName\";\nexport * from \"./statements/createNotEmittedStatement\";\nexport * from \"./types/createNotEmittedTypeElement\";\nexport * from \"./jsdoc/createJSDocComment\";\nexport * from \"./jsdoc/createJSDocAllType\";\nexport * from \"./jsdoc/createJSDocAugmentsTag\";\nexport * from \"./jsdoc/createJSDocAuthorTag\";\nexport * from \"./jsdoc/createJSDocCallbackTag\";\nexport * from \"./jsdoc/createJSDocClassTag\";\nexport * from \"./jsdoc/createJSDocDeprecatedTag\";\nexport * from \"./jsdoc/createJSDocEnumTag\";\nexport * from \"./jsdoc/createJSDocFunctionType\";\nexport * from \"./jsdoc/createJSDocImplementsTag\";\nexport * from \"./jsdoc/createJSDocImportTag\";\nexport * from \"./jsdoc/createJSDocLink\";\nexport * from \"./jsdoc/createJSDocLinkCode\";\nexport * from \"./jsdoc/createJSDocLinkPlain\";\nexport * from \"./jsdoc/createJSDocMemberName\";\nexport * from \"./jsdoc/createJSDocNamepathType\";\nexport * from \"./jsdoc/createJSDocNameReference\";\nexport * from \"./jsdoc/createJSDocNonNullableType\";\nexport * from \"./jsdoc/createJSDocNullableType\";\nexport * from \"./jsdoc/createJSDocOptionalType\";\nexport * from \"./jsdoc/createJSDocOverloadTag\";\nexport * from \"./jsdoc/createJSDocOverrideTag\";\nexport * from \"./jsdoc/createJSDocParameterTag\";\nexport * from \"./jsdoc/createJSDocPrivateTag\";\nexport * from \"./jsdoc/createJSDocPropertyTag\";\nexport * from \"./jsdoc/createJSDocProtectedTag\";\nexport * from \"./jsdoc/createJSDocPublicTag\";\nexport * from \"./jsdoc/createJSDocReadonlyTag\";\nexport * from \"./jsdoc/createJSDocReturnTag\";\nexport * from \"./jsdoc/createJSDocSatisfiesTag\";\nexport * from \"./jsdoc/createJSDocSeeTag\";\nexport * from \"./jsdoc/createJSDocSignature\";\nexport * from \"./jsdoc/createJSDocTemplateTag\";\nexport * from \"./jsdoc/createJSDocText\";\nexport * from \"./jsdoc/createJSDocThisTag\";\nexport * from \"./jsdoc/createJSDocThrowsTag\";\nexport * from \"./jsdoc/createJSDocTypedefTag\";\nexport * from \"./jsdoc/createJSDocTypeExpression\";\nexport * from \"./jsdoc/createJSDocTypeLiteral\";\nexport * from \"./jsdoc/createJSDocTypeTag\";\nexport * from \"./jsdoc/createJSDocUnknownTag\";\nexport * from \"./jsdoc/createJSDocUnknownType\";\nexport * from \"./jsdoc/createJSDocVariadicType\";\nexport * from \"./clauses/createParameterDeclaration\";\nexport * from \"./declarations/createClassDeclaration\";\nexport * from \"./declarations/createClassStaticBlockDeclaration\";\nexport * from \"./declarations/createConstructorDeclaration\";\nexport * from \"./declarations/createEnumDeclaration\";\nexport * from \"./declarations/createEnumMember\";\nexport * from \"./declarations/createExternalModuleReference\";\nexport * from \"./declarations/createFunctionDeclaration\";\nexport * from \"./declarations/createGetAccessorDeclaration\";\nexport * from \"./declarations/createImportEqualsDeclaration\";\nexport * from \"./declarations/createInterfaceDeclaration\";\nexport * from \"./declarations/createMethodDeclaration\";\nexport * from \"./declarations/createModuleBlock\";\nexport * from \"./declarations/createModuleDeclaration\";\nexport * from \"./declarations/createNamespaceExportDeclaration\";\nexport * from \"./declarations/createPropertyDeclaration\";\nexport * from \"./declarations/createSemicolonClassElement\";\nexport * from \"./declarations/createSetAccessorDeclaration\";\nexport * from \"./declarations/createTypeAliasDeclaration\";\nexport * from \"./expressions/createAdd\";\nexport * from \"./expressions/createArrayBindingPattern\";\nexport * from \"./expressions/createArrayLiteralExpression\";\nexport * from \"./expressions/createArrowFunction\";\nexport * from \"./expressions/createAsExpression\";\nexport * from \"./expressions/createAssignment\";\nexport * from \"./expressions/createAwaitExpression\";\nexport * from \"./expressions/createBinaryExpression\";\nexport * from \"./expressions/createBindingElement\";\nexport * from \"./expressions/createBitwiseAnd\";\nexport * from \"./expressions/createBitwiseNot\";\nexport * from \"./expressions/createBitwiseOr\";\nexport * from \"./expressions/createBitwiseXor\";\nexport * from \"./expressions/createCallChain\";\nexport * from \"./expressions/createCallExpression\";\nexport * from \"./expressions/createClassExpression\";\nexport * from \"./expressions/createComma\";\nexport * from \"./expressions/createCommaListExpression\";\nexport * from \"./expressions/createComputedPropertyName\";\nexport * from \"./expressions/createConditionalExpression\";\nexport * from \"./expressions/createDeleteExpression\";\nexport * from \"./expressions/createDivide\";\nexport * from \"./expressions/createElementAccessChain\";\nexport * from \"./expressions/createElementAccessExpression\";\nexport * from \"./expressions/createEquality\";\nexport * from \"./expressions/createExponent\";\nexport * from \"./expressions/createFunctionExpression\";\nexport * from \"./expressions/createGreaterThan\";\nexport * from \"./expressions/createGreaterThanEquals\";\nexport * from \"./expressions/createImmediatelyInvokedArrowFunction\";\nexport * from \"./expressions/createImmediatelyInvokedFunctionExpression\";\nexport * from \"./expressions/createInequality\";\nexport * from \"./expressions/createLeftShift\";\nexport * from \"./expressions/createLessThan\";\nexport * from \"./expressions/createLessThanEquals\";\nexport * from \"./expressions/createLogicalAnd\";\nexport * from \"./expressions/createLogicalNot\";\nexport * from \"./expressions/createLogicalOr\";\nexport * from \"./expressions/createMetaProperty\";\nexport * from \"./expressions/createModulo\";\nexport * from \"./expressions/createMultiply\";\nexport * from \"./expressions/createNewExpression\";\nexport * from \"./expressions/createNonNullChain\";\nexport * from \"./expressions/createNonNullExpression\";\nexport * from \"./expressions/createObjectBindingPattern\";\nexport * from \"./expressions/createObjectLiteralExpression\";\nexport * from \"./expressions/createOmittedExpression\";\nexport * from \"./expressions/createParenthesizedExpression\";\nexport * from \"./expressions/createPostfixDecrement\";\nexport * from \"./expressions/createPostfixIncrement\";\nexport * from \"./expressions/createPostfixUnaryExpression\";\nexport * from \"./expressions/createPrefixDecrement\";\nexport * from \"./expressions/createPrefixIncrement\";\nexport * from \"./expressions/createPrefixMinus\";\nexport * from \"./expressions/createPrefixPlus\";\nexport * from \"./expressions/createPrefixUnaryExpression\";\nexport * from \"./expressions/createPropertyAccessChain\";\nexport * from \"./expressions/createPropertyAccessExpression\";\nexport * from \"./expressions/createPropertyAssignment\";\nexport * from \"./expressions/createRegularExpressionLiteral\";\nexport * from \"./expressions/createRightShift\";\nexport * from \"./expressions/createSatisfiesExpression\";\nexport * from \"./expressions/createShorthandPropertyAssignment\";\nexport * from \"./expressions/createSpreadAssignment\";\nexport * from \"./expressions/createSpreadElement\";\nexport * from \"./expressions/createStrictEquality\";\nexport * from \"./expressions/createStrictInequality\";\nexport * from \"./expressions/createSubtract\";\nexport * from \"./expressions/createTaggedTemplateExpression\";\nexport * from \"./expressions/createTemplateExpression\";\nexport * from \"./expressions/createTemplateSpan\";\nexport * from \"./expressions/createTypeAssertion\";\nexport * from \"./expressions/createTypeOfExpression\";\nexport * from \"./expressions/createUnsignedRightShift\";\nexport * from \"./expressions/createVoidExpression\";\nexport * from \"./expressions/createVoidZero\";\nexport * from \"./expressions/createYieldExpression\";\nexport * from \"./file/createNodeArray\";\nexport * from \"./file/createSourceFile\";\nexport * from \"./file/updateSourceFile\";\nexport * from \"./imports/createExportAssignment\";\nexport * from \"./imports/createExportDeclaration\";\nexport * from \"./imports/createExportDefault\";\nexport * from \"./imports/createExportSpecifier\";\nexport * from \"./imports/createExternalModuleExport\";\nexport * from \"./imports/createImportClause\";\nexport * from \"./imports/createImportDeclaration\";\nexport * from \"./imports/createImportSpecifier\";\nexport * from \"./imports/createNamedExports\";\nexport * from \"./imports/createNamedImports\";\nexport * from \"./imports/createNamespaceExport\";\nexport * from \"./imports/createNamespaceImport\";\nexport * from \"./literals/createBigIntLiteral\";\nexport * from \"./literals/createNoSubstitutionTemplateLiteral\";\nexport * from \"./literals/createNumericLiteral\";\nexport * from \"./literals/createStringLiteral\";\nexport * from \"./literals/createTemplateHead\";\nexport * from \"./literals/createTemplateMiddle\";\nexport * from \"./literals/createTemplateTail\";\nexport * from \"./names/createDecorator\";\nexport * from \"./names/createFalse\";\nexport * from \"./names/createIdentifier\";\nexport * from \"./names/createModifier\";\nexport * from \"./names/createNull\";\nexport * from \"./names/createPrivateIdentifier\";\nexport * from \"./names/createQualifiedName\";\nexport * from \"./names/createSuper\";\nexport * from \"./names/createThis\";\nexport * from \"./names/createToken\";\nexport * from \"./names/createTrue\";\nexport * from \"./statements/createBlock\";\nexport * from \"./statements/createBreakStatement\";\nexport * from \"./statements/createCaseBlock\";\nexport * from \"./statements/createCaseClause\";\nexport * from \"./statements/createCatchClause\";\nexport * from \"./statements/createContinueStatement\";\nexport * from \"./statements/createDebuggerStatement\";\nexport * from \"./statements/createDefaultClause\";\nexport * from \"./statements/createDoStatement\";\nexport * from \"./statements/createEmptyStatement\";\nexport * from \"./statements/createExpressionStatement\";\nexport * from \"./statements/createForInStatement\";\nexport * from \"./statements/createForOfStatement\";\nexport * from \"./statements/createForStatement\";\nexport * from \"./statements/createIfStatement\";\nexport * from \"./statements/createLabeledStatement\";\nexport * from \"./statements/createReturnStatement\";\nexport * from \"./statements/createSwitchStatement\";\nexport * from \"./statements/createThrowStatement\";\nexport * from \"./statements/createTryStatement\";\nexport * from \"./statements/createVariableDeclaration\";\nexport * from \"./statements/createVariableDeclarationList\";\nexport * from \"./statements/createVariableStatement\";\nexport * from \"./statements/createWhileStatement\";\nexport * from \"./statements/createWithStatement\";\nexport * from \"./types/createArrayTypeNode\";\nexport * from \"./types/createCallSignature\";\nexport * from \"./types/createConditionalTypeNode\";\nexport * from \"./types/createConstructorTypeNode\";\nexport * from \"./types/createConstructSignature\";\nexport * from \"./types/createExpressionWithTypeArguments\";\nexport * from \"./types/createFunctionTypeNode\";\nexport * from \"./types/createImportTypeNode\";\nexport * from \"./types/createIndexedAccessTypeNode\";\nexport * from \"./types/createIndexSignature\";\nexport * from \"./types/createInferTypeNode\";\nexport * from \"./types/createIntersectionTypeNode\";\nexport * from \"./types/createKeywordTypeNode\";\nexport * from \"./types/createLiteralTypeNode\";\nexport * from \"./types/createMappedTypeNode\";\nexport * from \"./types/createMethodSignature\";\nexport * from \"./types/createNamedTupleMember\";\nexport * from \"./types/createOptionalTypeNode\";\nexport * from \"./types/createParenthesizedType\";\nexport * from \"./types/createPropertySignature\";\nexport * from \"./types/createRestTypeNode\";\nexport * from \"./types/createTemplateLiteralType\";\nexport * from \"./types/createTemplateLiteralTypeSpan\";\nexport * from \"./types/createThisTypeNode\";\nexport * from \"./types/createTupleTypeNode\";\nexport * from \"./types/createTypeLiteralNode\";\nexport * from \"./types/createTypeOperatorNode\";\nexport * from \"./types/createTypeParameterDeclaration\";\nexport * from \"./types/createTypePredicateNode\";\nexport * from \"./types/createTypeQueryNode\";\nexport * from \"./types/createTypeReferenceNode\";\nexport * from \"./types/createUnionTypeNode\";\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
1
+ {"version":3,"file":"index.mjs","sources":["../../src/factory/index.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;AAUG"}
@@ -1 +1 @@
1
- {"version":3,"file":"asEntityName.mjs","sources":["../../../esm-tmp/factory/internal/asEntityName.js"],"sourcesContent":["import { createIdentifier } from \"../names/createIdentifier\";\n/** @internal */\nexport const asEntityName = (name) => typeof name === \"string\" ? createIdentifier(name) : name;\n//# sourceMappingURL=asEntityName.js.map"],"names":[],"mappings":";;AACA;AACY,MAAC,YAAY,GAAG,CAAC,IAAI,KAAK,OAAO,IAAI,KAAK,QAAQ,GAAG,gBAAgB,CAAC,IAAI,CAAC,GAAG;;;;"}
1
+ {"version":3,"file":"asEntityName.mjs","sources":["../../../src/factory/internal/asEntityName.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;AACO,MAAM,YAAY,GAAG,CAAC,IAAyB,KACpD,OAAO,IAAI,KAAK,QAAQ,GAAG,gBAAgB,CAAC,IAAI,CAAC,GAAG;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"asName.mjs","sources":["../../../esm-tmp/factory/internal/asName.js"],"sourcesContent":["import { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Coerce a `string | Identifier` into an {@link Identifier}.\n *\n * @internal\n */\nexport const asName = (name) => typeof name === \"string\" ? createIdentifier(name) : name;\n//# sourceMappingURL=asName.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,MAAM,GAAG,CAAC,IAAI,KAAK,OAAO,IAAI,KAAK,QAAQ,GAAG,gBAAgB,CAAC,IAAI,CAAC,GAAG;;;;"}
1
+ {"version":3,"file":"asName.mjs","sources":["../../../src/factory/internal/asName.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;AAIG;AACI,MAAM,MAAM,GAAG,CAAC,IAAyB,KAC9C,OAAO,IAAI,KAAK,QAAQ,GAAG,gBAAgB,CAAC,IAAI,CAAC,GAAG;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"asPropertyName.mjs","sources":["../../../esm-tmp/factory/internal/asPropertyName.js"],"sourcesContent":["import { createIdentifier } from \"../names/createIdentifier\";\n/** @internal */\nexport const asPropertyName = (name) => typeof name === \"string\" ? createIdentifier(name) : name;\n//# sourceMappingURL=asPropertyName.js.map"],"names":[],"mappings":";;AACA;AACY,MAAC,cAAc,GAAG,CAAC,IAAI,KAAK,OAAO,IAAI,KAAK,QAAQ,GAAG,gBAAgB,CAAC,IAAI,CAAC,GAAG;;;;"}
1
+ {"version":3,"file":"asPropertyName.mjs","sources":["../../../src/factory/internal/asPropertyName.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;AACO,MAAM,cAAc,GAAG,CAAC,IAA2B,KACxD,OAAO,IAAI,KAAK,QAAQ,GAAG,gBAAgB,CAAC,IAAI,CAAC,GAAG;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"make.mjs","sources":["../../../esm-tmp/factory/internal/make.js"],"sourcesContent":["/**\n * Construct an outline node of the given `kind`.\n *\n * Generic over the node kind, so the `props` object is type-checked against the\n * exact node interface (every required field present, no stray fields, correct\n * types) and the return type is the concrete node — the factory is type-safe\n * end to end.\n *\n * @internal\n */\nexport const make = (kind, props) => ({ kind, ...props });\n//# sourceMappingURL=make.js.map"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,IAAI,GAAG,CAAC,IAAI,EAAE,KAAK,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE;;;;"}
1
+ {"version":3,"file":"make.mjs","sources":["../../../src/factory/internal/make.ts"],"sourcesContent":[null],"names":[],"mappings":"AAEA;;;;;;;;;AASG;AACI,MAAM,IAAI,GAAG,CAClB,IAAO,EACP,KAA+C,MAE9C,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocAllType.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocAllType.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocAllType}: the JSDoc `*` wildcard type.\n *\n * This node takes no inputs. It represents the \"any\" wildcard written as a bare\n * asterisk in a JSDoc type expression.\n *\n * The printer emits:\n *\n * ```ts\n * *\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @returns The created {@link JSDocAllType}.\n */\nexport const createJSDocAllType = () => make(\"JSDocAllType\", {});\n//# sourceMappingURL=createJSDocAllType.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,kBAAkB,GAAG,MAAM,IAAI,CAAC,cAAc,EAAE,EAAE;;;;"}
1
+ {"version":3,"file":"createJSDocAllType.mjs","sources":["../../../src/factory/jsdoc/createJSDocAllType.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;AAcG;AACI,MAAM,kBAAkB,GAAG,MAAoB,IAAI,CAAC,cAAc,EAAE,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocAugmentsTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocAugmentsTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocAugmentsTag}: an `@augments` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `augments` when omitted. The\n * `className` is the base class expression, which the printer wraps in braces.\n * The `comment` is the trailing description, if any.\n *\n * With the default tag name and a `Base` class expression, the printer emits:\n *\n * ```ts\n * @augments {Base}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `augments`.\n * @param className The augmented class.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocAugmentsTag}.\n */\nexport const createJSDocAugmentsTag = (tagName, className, comment) => make(\"JSDocAugmentsTag\", {\n tagName: tagName ?? createIdentifier(\"augments\"),\n class: className,\n comment,\n});\n//# sourceMappingURL=createJSDocAugmentsTag.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,sBAAsB,GAAG,CAAC,OAAO,EAAE,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC,kBAAkB,EAAE;AAChG,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,UAAU,CAAC;AACpD,IAAI,KAAK,EAAE,SAAS;AACpB,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocAugmentsTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocAugmentsTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AASA;;;;;;;;;;;;;;;;;;AAkBG;AACI,MAAM,sBAAsB,GAAG,CACpC,OAA+B,EAC/B,SAAsC,EACtC,OAA0C,KAE1C,IAAI,CAAC,kBAAkB,EAAE;AACvB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,UAAU,CAAC;AAChD,IAAA,KAAK,EAAE,SAAS;IAChB,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocAuthorTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocAuthorTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocAuthorTag}: an `@author` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `author` when omitted. The\n * `comment` is the trailing text naming the author.\n *\n * With the default tag name and a `Jeongho Nam` comment, the printer emits:\n *\n * ```ts\n * @author Jeongho Nam\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `author`.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocAuthorTag}.\n */\nexport const createJSDocAuthorTag = (tagName, comment) => make(\"JSDocAuthorTag\", {\n tagName: tagName ?? createIdentifier(\"author\"),\n comment,\n});\n//# sourceMappingURL=createJSDocAuthorTag.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,oBAAoB,GAAG,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC,gBAAgB,EAAE;AACjF,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,QAAQ,CAAC;AAClD,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocAuthorTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocAuthorTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,oBAAoB,GAAG,CAClC,OAA+B,EAC/B,OAA0C,KAE1C,IAAI,CAAC,gBAAgB,EAAE;AACrB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,QAAQ,CAAC;IAC9C,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocCallbackTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocCallbackTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocCallbackTag}: a `@callback` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `callback` when omitted. The\n * `typeExpression` is the {@link JSDocSignature} describing the callback,\n * `fullName` is the callback's name, and `comment` is the trailing description.\n * The printer prints the tag and name on the first line, then the signature's\n * `@param` and `@returns` tags on their own lines.\n *\n * With the default tag name, a name of `MyCb`, and a signature taking `{number}\n * x` and returning `{void}`, the printer emits:\n *\n * ```ts\n * @callback MyCb\n * @param {number} x\n * @returns {void}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `callback`.\n * @param typeExpression The callback signature.\n * @param fullName The full callback name, if any.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocCallbackTag}.\n */\nexport const createJSDocCallbackTag = (tagName, typeExpression, fullName, comment) => make(\"JSDocCallbackTag\", {\n tagName: tagName ?? createIdentifier(\"callback\"),\n typeExpression,\n fullName,\n comment,\n});\n//# sourceMappingURL=createJSDocCallbackTag.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,sBAAsB,GAAG,CAAC,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC,kBAAkB,EAAE;AAC/G,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,UAAU,CAAC;AACpD,IAAI,cAAc;AAClB,IAAI,QAAQ;AACZ,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocCallbackTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocCallbackTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AASA;;;;;;;;;;;;;;;;;;;;;;;;AAwBG;AACI,MAAM,sBAAsB,GAAG,CACpC,OAA+B,EAC/B,cAA8B,EAC9B,QAAqB,EACrB,OAA0C,KAE1C,IAAI,CAAC,kBAAkB,EAAE;AACvB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,UAAU,CAAC;IAChD,cAAc;IACd,QAAQ;IACR,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocClassTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocClassTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocClassTag}: a `@class` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `class` when omitted. The\n * `comment` is the trailing description, if any.\n *\n * With the default tag name and no comment, the printer emits:\n *\n * ```ts\n * @class\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `class`.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocClassTag}.\n */\nexport const createJSDocClassTag = (tagName, comment) => make(\"JSDocClassTag\", {\n tagName: tagName ?? createIdentifier(\"class\"),\n comment,\n});\n//# sourceMappingURL=createJSDocClassTag.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,mBAAmB,GAAG,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC,eAAe,EAAE;AAC/E,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,OAAO,CAAC;AACjD,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocClassTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocClassTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,mBAAmB,GAAG,CACjC,OAA+B,EAC/B,OAA0C,KAE1C,IAAI,CAAC,eAAe,EAAE;AACpB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,OAAO,CAAC;IAC7C,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocComment.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocComment.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDoc}: a `/** ... *\\/` comment block.\n *\n * The `comment` is the leading summary text, and `tags` are the block tags that\n * follow it. The printer wraps the whole thing in the `/**` and `*\\/`\n * delimiters and prefixes each interior line with `*`.\n *\n * With a `Just a summary.` comment and no tags, the printer emits:\n *\n * ```ts\n * /**\n * * Just a summary.\n * *\\/\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param comment The leading comment text, if any.\n * @param tags The tags, if any.\n * @returns The created {@link JSDoc}.\n */\nexport const createJSDocComment = (comment, tags) => make(\"JSDoc\", {\n comment,\n tags,\n});\n//# sourceMappingURL=createJSDocComment.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,kBAAkB,GAAG,CAAC,OAAO,EAAE,IAAI,KAAK,IAAI,CAAC,OAAO,EAAE;AACnE,IAAI,OAAO;AACX,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocComment.mjs","sources":["../../../src/factory/jsdoc/createJSDocComment.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,kBAAkB,GAAG,CAChC,OAAsD,EACtD,IAAsC,KAEtC,IAAI,CAAC,OAAO,EAAE;IACZ,OAAO;IACP,IAAI;AACL,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocDeprecatedTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocDeprecatedTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocDeprecatedTag}: a `@deprecated` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `deprecated` when omitted. The\n * `comment` is the trailing text explaining the deprecation.\n *\n * With the default tag name and a `use foo` comment, the printer emits:\n *\n * ```ts\n * @deprecated use foo\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `deprecated`.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocDeprecatedTag}.\n */\nexport const createJSDocDeprecatedTag = (tagName, comment) => make(\"JSDocDeprecatedTag\", {\n tagName: tagName ?? createIdentifier(\"deprecated\"),\n comment,\n});\n//# sourceMappingURL=createJSDocDeprecatedTag.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,wBAAwB,GAAG,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC,oBAAoB,EAAE;AACzF,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,YAAY,CAAC;AACtD,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocDeprecatedTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocDeprecatedTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,wBAAwB,GAAG,CACtC,OAA+B,EAC/B,OAA0C,KAE1C,IAAI,CAAC,oBAAoB,EAAE;AACzB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,YAAY,CAAC;IAClD,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocEnumTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocEnumTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocEnumTag}: an `@enum` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `enum` when omitted. The\n * `typeExpression` supplies the brace-wrapped member type, and `comment` is the\n * trailing description, if any.\n *\n * With the default tag name and a `{number}` type expression, the printer\n * emits:\n *\n * ```ts\n * @enum {number}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `enum`.\n * @param typeExpression The type expression.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocEnumTag}.\n */\nexport const createJSDocEnumTag = (tagName, typeExpression, comment) => make(\"JSDocEnumTag\", {\n tagName: tagName ?? createIdentifier(\"enum\"),\n typeExpression,\n comment,\n});\n//# sourceMappingURL=createJSDocEnumTag.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,kBAAkB,GAAG,CAAC,OAAO,EAAE,cAAc,EAAE,OAAO,KAAK,IAAI,CAAC,cAAc,EAAE;AAC7F,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,MAAM,CAAC;AAChD,IAAI,cAAc;AAClB,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocEnumTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocEnumTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AASA;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,kBAAkB,GAAG,CAChC,OAA+B,EAC/B,cAAmC,EACnC,OAA0C,KAE1C,IAAI,CAAC,cAAc,EAAE;AACnB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,MAAM,CAAC;IAC5C,cAAc;IACd,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocFunctionType.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocFunctionType.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocFunctionType}: a JSDoc `function(...)` type.\n *\n * The `parameters` are the function parameters, printed inside the parentheses.\n * The `type` is the return type, printed after a colon when present.\n *\n * With no parameters and a `number` return type, the printer emits:\n *\n * ```ts\n * function(): number\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param parameters The parameters.\n * @param type The return type, if any.\n * @returns The created {@link JSDocFunctionType}.\n */\nexport const createJSDocFunctionType = (parameters, type) => make(\"JSDocFunctionType\", {\n parameters,\n type,\n});\n//# sourceMappingURL=createJSDocFunctionType.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,uBAAuB,GAAG,CAAC,UAAU,EAAE,IAAI,KAAK,IAAI,CAAC,mBAAmB,EAAE;AACvF,IAAI,UAAU;AACd,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocFunctionType.mjs","sources":["../../../src/factory/jsdoc/createJSDocFunctionType.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAOA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,uBAAuB,GAAG,CACrC,UAA2C,EAC3C,IAA0B,KAE1B,IAAI,CAAC,mBAAmB,EAAE;IACxB,UAAU;IACV,IAAI;AACL,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocImplementsTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocImplementsTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocImplementsTag}: an `@implements` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `implements` when omitted. The\n * `className` is the implemented interface or class expression, which the\n * printer wraps in braces. The `comment` is the trailing description, if any.\n *\n * With the default tag name and an `Iface` class expression, the printer emits:\n *\n * ```ts\n * @implements {Iface}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `implements`.\n * @param className The implemented class.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocImplementsTag}.\n */\nexport const createJSDocImplementsTag = (tagName, className, comment) => make(\"JSDocImplementsTag\", {\n tagName: tagName ?? createIdentifier(\"implements\"),\n class: className,\n comment,\n});\n//# sourceMappingURL=createJSDocImplementsTag.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,wBAAwB,GAAG,CAAC,OAAO,EAAE,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC,oBAAoB,EAAE;AACpG,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,YAAY,CAAC;AACtD,IAAI,KAAK,EAAE,SAAS;AACpB,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocImplementsTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocImplementsTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AASA;;;;;;;;;;;;;;;;;;AAkBG;AACI,MAAM,wBAAwB,GAAG,CACtC,OAA+B,EAC/B,SAAsC,EACtC,OAA0C,KAE1C,IAAI,CAAC,oBAAoB,EAAE;AACzB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,YAAY,CAAC;AAClD,IAAA,KAAK,EAAE,SAAS;IAChB,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocImportTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocImportTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocImportTag}: an `@import` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `import` when omitted. The\n * `importClause` names the bindings to bring in, the `moduleSpecifier` is the\n * source module, and `comment` is the trailing description. The printer mirrors\n * an ordinary import statement after the tag name.\n *\n * With the default tag name, a named import clause for `Foo`, and a `\"./mod\"`\n * module specifier, the printer emits:\n *\n * ```ts\n * @import { Foo } from \"./mod\"\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `import`.\n * @param importClause The import clause, if any.\n * @param moduleSpecifier The module specifier.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocImportTag}.\n */\nexport const createJSDocImportTag = (tagName, importClause, moduleSpecifier, comment) => make(\"JSDocImportTag\", {\n tagName: tagName ?? createIdentifier(\"import\"),\n importClause,\n moduleSpecifier,\n comment,\n});\n//# sourceMappingURL=createJSDocImportTag.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;AACY,MAAC,oBAAoB,GAAG,CAAC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,OAAO,KAAK,IAAI,CAAC,gBAAgB,EAAE;AAChH,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,QAAQ,CAAC;AAClD,IAAI,YAAY;AAChB,IAAI,eAAe;AACnB,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocImportTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocImportTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAUA;;;;;;;;;;;;;;;;;;;;;AAqBG;AACI,MAAM,oBAAoB,GAAG,CAClC,OAA+B,EAC/B,YAAsC,EACtC,eAA2B,EAC3B,OAA0C,KAE1C,IAAI,CAAC,gBAAgB,EAAE;AACrB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,QAAQ,CAAC;IAC9C,YAAY;IACZ,eAAe;IACf,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocLink.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocLink.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocLink}: an inline `{@link ...}` reference.\n *\n * The `name` is the linked target, if any, and `text` is the trailing label.\n * The printer appends the text to the name verbatim, with no separator inserted\n * between them, so any space you want before the label must be part of `text`.\n * When `name` is omitted, only the text is printed.\n *\n * With a `Foo` name and a ` the foo` text (note the leading space), the printer\n * emits:\n *\n * ```ts\n * {@link Foo the foo}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param name The linked name, if any.\n * @param text The trailing link text.\n * @returns The created {@link JSDocLink}.\n */\nexport const createJSDocLink = (name, text) => make(\"JSDocLink\", {\n name,\n text,\n});\n//# sourceMappingURL=createJSDocLink.js.map"],"names":[],"mappings":";;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,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC,WAAW,EAAE;AACjE,IAAI,IAAI;AACR,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocLink.mjs","sources":["../../../src/factory/jsdoc/createJSDocLink.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,eAAe,GAAG,CAC7B,IAA8C,EAC9C,IAAY,KAEZ,IAAI,CAAC,WAAW,EAAE;IAChB,IAAI;IACJ,IAAI;AACL,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocLinkCode.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocLinkCode.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocLinkCode}: an inline `{@linkcode ...}` reference.\n *\n * The `name` is the linked target, if any, and `text` is the trailing label,\n * rendered as code by documentation tooling. The printer appends the text to\n * the name verbatim, with no separator inserted between them, so any space you\n * want before the label must be part of `text`.\n *\n * With a `Foo` name and a ` the foo` text (note the leading space), the printer\n * emits:\n *\n * ```ts\n * {@linkcode Foo the foo}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param name The linked name, if any.\n * @param text The trailing link text.\n * @returns The created {@link JSDocLinkCode}.\n */\nexport const createJSDocLinkCode = (name, text) => make(\"JSDocLinkCode\", {\n name,\n text,\n});\n//# sourceMappingURL=createJSDocLinkCode.js.map"],"names":[],"mappings":";;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,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC,eAAe,EAAE;AACzE,IAAI,IAAI;AACR,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocLinkCode.mjs","sources":["../../../src/factory/jsdoc/createJSDocLinkCode.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,mBAAmB,GAAG,CACjC,IAA8C,EAC9C,IAAY,KAEZ,IAAI,CAAC,eAAe,EAAE;IACpB,IAAI;IACJ,IAAI;AACL,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocLinkPlain.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocLinkPlain.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocLinkPlain}: an inline `{@linkplain ...}` reference.\n *\n * The `name` is the linked target, if any, and `text` is the trailing label,\n * rendered as plain text by documentation tooling. The printer appends the text\n * to the name verbatim, with no separator inserted between them, so any space\n * you want before the label must be part of `text`.\n *\n * With a `Foo` name and a ` the foo` text (note the leading space), the printer\n * emits:\n *\n * ```ts\n * {@linkplain Foo the foo}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param name The linked name, if any.\n * @param text The trailing link text.\n * @returns The created {@link JSDocLinkPlain}.\n */\nexport const createJSDocLinkPlain = (name, text) => make(\"JSDocLinkPlain\", {\n name,\n text,\n});\n//# sourceMappingURL=createJSDocLinkPlain.js.map"],"names":[],"mappings":";;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,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC,gBAAgB,EAAE;AAC3E,IAAI,IAAI;AACR,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocLinkPlain.mjs","sources":["../../../src/factory/jsdoc/createJSDocLinkPlain.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,oBAAoB,GAAG,CAClC,IAA8C,EAC9C,IAAY,KAEZ,IAAI,CAAC,gBAAgB,EAAE;IACrB,IAAI;IACJ,IAAI;AACL,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocMemberName.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocMemberName.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocMemberName}: a JSDoc `#`-joined member reference.\n *\n * The `left` is the owning name and `right` is the member. The printer joins\n * them with a `#`, the JSDoc separator for an instance member.\n *\n * With a left of `Foo` and a right of `bar`, the printer emits:\n *\n * ```ts\n * Foo#bar\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param left The left-hand side.\n * @param right The right-hand side.\n * @returns The created {@link JSDocMemberName}.\n */\nexport const createJSDocMemberName = (left, right) => make(\"JSDocMemberName\", {\n left,\n right,\n});\n//# sourceMappingURL=createJSDocMemberName.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,qBAAqB,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK,IAAI,CAAC,iBAAiB,EAAE;AAC9E,IAAI,IAAI;AACR,IAAI,KAAK;AACT,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocMemberName.mjs","sources":["../../../src/factory/jsdoc/createJSDocMemberName.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,qBAAqB,GAAG,CACnC,IAAkC,EAClC,KAAiB,KAEjB,IAAI,CAAC,iBAAiB,EAAE;IACtB,IAAI;IACJ,KAAK;AACN,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocNameReference.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocNameReference.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocNameReference}: a JSDoc reference to a declared name.\n *\n * The `name` is the referenced entity or member name. The printer emits that\n * name directly, with no surrounding decoration. This node is what tags such as\n * `@see` carry as their target.\n *\n * With a `Foo` name, the printer emits:\n *\n * ```ts\n * Foo;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param name The referenced name.\n * @returns The created {@link JSDocNameReference}.\n */\nexport const createJSDocNameReference = (name) => make(\"JSDocNameReference\", {\n name,\n});\n//# sourceMappingURL=createJSDocNameReference.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,wBAAwB,GAAG,CAAC,IAAI,KAAK,IAAI,CAAC,oBAAoB,EAAE;AAC7E,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocNameReference.mjs","sources":["../../../src/factory/jsdoc/createJSDocNameReference.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAOA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,wBAAwB,GAAG,CACtC,IAAkC,KAElC,IAAI,CAAC,oBAAoB,EAAE;IACzB,IAAI;AACL,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocNamepathType.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocNamepathType.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocNamepathType}: a JSDoc namepath type.\n *\n * The `type` is the wrapped type. This node carries no marker of its own, so\n * the printer emits the wrapped type alone with no surrounding prefix or\n * suffix.\n *\n * With a `number` type, the printer emits:\n *\n * ```ts\n * number;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param type The wrapped type.\n * @returns The created {@link JSDocNamepathType}.\n */\nexport const createJSDocNamepathType = (type) => make(\"JSDocNamepathType\", {\n type,\n});\n//# sourceMappingURL=createJSDocNamepathType.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,uBAAuB,GAAG,CAAC,IAAI,KAAK,IAAI,CAAC,mBAAmB,EAAE;AAC3E,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocNamepathType.mjs","sources":["../../../src/factory/jsdoc/createJSDocNamepathType.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,uBAAuB,GAAG,CAAC,IAAc,KACpD,IAAI,CAAC,mBAAmB,EAAE;IACxB,IAAI;AACL,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocNonNullableType.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocNonNullableType.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocNonNullableType}: a JSDoc `!`-marked non-nullable type.\n *\n * The `type` is the wrapped type. The `postfix` flag controls placement of the\n * `!` marker: when `true` it prints after the type, when `false` it prints\n * before.\n *\n * With a `number` type and `postfix` of `true`, the printer emits:\n *\n * ```ts\n * number!;\n * ```\n *\n * The same type with `postfix` of `false` instead emits:\n *\n * ```ts\n * !number;\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param type The wrapped type.\n * @param postfix Whether the `!` is written after the type.\n * @returns The created {@link JSDocNonNullableType}.\n */\nexport const createJSDocNonNullableType = (type, postfix = false) => make(\"JSDocNonNullableType\", {\n type,\n postfix,\n});\n//# sourceMappingURL=createJSDocNonNullableType.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,0BAA0B,GAAG,CAAC,IAAI,EAAE,OAAO,GAAG,KAAK,KAAK,IAAI,CAAC,sBAAsB,EAAE;AAClG,IAAI,IAAI;AACR,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocNonNullableType.mjs","sources":["../../../src/factory/jsdoc/createJSDocNonNullableType.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;;;;;;AAuBG;AACI,MAAM,0BAA0B,GAAG,CACxC,IAAc,EACd,OAAA,GAAmB,KAAK,KAExB,IAAI,CAAC,sBAAsB,EAAE;IAC3B,IAAI;IACJ,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocNullableType.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocNullableType.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocNullableType}: a JSDoc `?`-marked nullable type.\n *\n * The `type` is the wrapped type. The `postfix` flag controls placement of the\n * `?` marker: when `true` it prints after the type, when `false` it prints\n * before.\n *\n * With a `number` type and `postfix` of `true`, the printer emits:\n *\n * ```ts\n * number?\n * ```\n *\n * The same type with `postfix` of `false` instead emits:\n *\n * ```ts\n * ?number\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param type The wrapped type.\n * @param postfix Whether the `?` is written after the type.\n * @returns The created {@link JSDocNullableType}.\n */\nexport const createJSDocNullableType = (type, postfix = false) => make(\"JSDocNullableType\", {\n type,\n postfix,\n});\n//# sourceMappingURL=createJSDocNullableType.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,uBAAuB,GAAG,CAAC,IAAI,EAAE,OAAO,GAAG,KAAK,KAAK,IAAI,CAAC,mBAAmB,EAAE;AAC5F,IAAI,IAAI;AACR,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocNullableType.mjs","sources":["../../../src/factory/jsdoc/createJSDocNullableType.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;;;;;;AAuBG;AACI,MAAM,uBAAuB,GAAG,CACrC,IAAc,EACd,OAAA,GAAmB,KAAK,KAExB,IAAI,CAAC,mBAAmB,EAAE;IACxB,IAAI;IACJ,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocOptionalType.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocOptionalType.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocOptionalType}: a JSDoc `=`-marked optional type.\n *\n * The `type` is the wrapped type. The printer appends an `=` marker after it.\n *\n * With a `number` type, the printer emits:\n *\n * ```ts\n * number=\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param type The wrapped type.\n * @returns The created {@link JSDocOptionalType}.\n */\nexport const createJSDocOptionalType = (type) => make(\"JSDocOptionalType\", {\n type,\n});\n//# sourceMappingURL=createJSDocOptionalType.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,uBAAuB,GAAG,CAAC,IAAI,KAAK,IAAI,CAAC,mBAAmB,EAAE;AAC3E,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocOptionalType.mjs","sources":["../../../src/factory/jsdoc/createJSDocOptionalType.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;AAcG;AACI,MAAM,uBAAuB,GAAG,CAAC,IAAc,KACpD,IAAI,CAAC,mBAAmB,EAAE;IACxB,IAAI;AACL,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocOverloadTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocOverloadTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocOverloadTag}: an `@overload` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `overload` when omitted. The\n * `typeExpression` is the {@link JSDocSignature} describing the overload, and\n * `comment` is the trailing description. The printer prints the tag on the\n * first line, then the signature's `@param` and `@returns` tags on their own\n * lines.\n *\n * With the default tag name and a signature taking `{number} x` and returning\n * `{void}`, the printer emits:\n *\n * ```ts\n * @overload\n * @param {number} x\n * @returns {void}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `overload`.\n * @param typeExpression The overload signature.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocOverloadTag}.\n */\nexport const createJSDocOverloadTag = (tagName, typeExpression, comment) => make(\"JSDocOverloadTag\", {\n tagName: tagName ?? createIdentifier(\"overload\"),\n typeExpression,\n comment,\n});\n//# sourceMappingURL=createJSDocOverloadTag.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;AACY,MAAC,sBAAsB,GAAG,CAAC,OAAO,EAAE,cAAc,EAAE,OAAO,KAAK,IAAI,CAAC,kBAAkB,EAAE;AACrG,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,UAAU,CAAC;AACpD,IAAI,cAAc;AAClB,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocOverloadTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocOverloadTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AASA;;;;;;;;;;;;;;;;;;;;;;;AAuBG;AACI,MAAM,sBAAsB,GAAG,CACpC,OAA+B,EAC/B,cAA8B,EAC9B,OAA0C,KAE1C,IAAI,CAAC,kBAAkB,EAAE;AACvB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,UAAU,CAAC;IAChD,cAAc;IACd,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocOverrideTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocOverrideTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocOverrideTag}: an `@override` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `override` when omitted. The\n * `comment` is the trailing description, if any.\n *\n * With the default tag name and no comment, the printer emits:\n *\n * ```ts\n * @override\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `override`.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocOverrideTag}.\n */\nexport const createJSDocOverrideTag = (tagName, comment) => make(\"JSDocOverrideTag\", {\n tagName: tagName ?? createIdentifier(\"override\"),\n comment,\n});\n//# sourceMappingURL=createJSDocOverrideTag.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,sBAAsB,GAAG,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC,kBAAkB,EAAE;AACrF,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,UAAU,CAAC;AACpD,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocOverrideTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocOverrideTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,sBAAsB,GAAG,CACpC,OAA+B,EAC/B,OAA0C,KAE1C,IAAI,CAAC,kBAAkB,EAAE;AACvB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,UAAU,CAAC;IAChD,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocParameterTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocParameterTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocParameterTag}: a `@param` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `param` when omitted. The\n * `name` is the documented parameter, `isBracketed` wraps that name in square\n * brackets to mark it optional, and `typeExpression` supplies the brace-wrapped\n * type. The `isNameFirst` flag controls ordering: when `true` the name prints\n * before the type, when `false` the type prints first. The `comment` is the\n * trailing description.\n *\n * With the default tag name, name `x`, a `{number}` type expression, and a `the\n * x` comment, `isNameFirst` of `true` prints the name ahead of the type:\n *\n * ```ts\n * @param x {number} the x\n * ```\n *\n * The same inputs with `isNameFirst` of `false` print the type first:\n *\n * ```ts\n * @param {number} x the x\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `param`.\n * @param name The parameter name.\n * @param isBracketed Whether the name was wrapped in brackets.\n * @param typeExpression The type expression, if any.\n * @param isNameFirst Whether the name was written before the type.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocParameterTag}.\n */\nexport const createJSDocParameterTag = (tagName, name, isBracketed, typeExpression, isNameFirst = false, comment) => make(\"JSDocParameterTag\", {\n tagName: tagName ?? createIdentifier(\"param\"),\n name,\n isBracketed,\n typeExpression,\n isNameFirst: !!isNameFirst,\n comment,\n});\n//# sourceMappingURL=createJSDocParameterTag.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;AACA;AACA;AACA;AACA;AACY,MAAC,uBAAuB,GAAG,CAAC,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,cAAc,EAAE,WAAW,GAAG,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC,mBAAmB,EAAE;AAC/I,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,OAAO,CAAC;AACjD,IAAI,IAAI;AACR,IAAI,WAAW;AACf,IAAI,cAAc;AAClB,IAAI,WAAW,EAAE,CAAC,CAAC,WAAW;AAC9B,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocParameterTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocParameterTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAUA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+BG;MACU,uBAAuB,GAAG,CACrC,OAA+B,EAC/B,IAAgB,EAChB,WAAoB,EACpB,cAAoC,EACpC,WAAA,GAAuB,KAAK,EAC5B,OAA0C,KAE1C,IAAI,CAAC,mBAAmB,EAAE;AACxB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,OAAO,CAAC;IAC7C,IAAI;IACJ,WAAW;IACX,cAAc;IACd,WAAW,EAAE,CAAC,CAAC,WAAW;IAC1B,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocPrivateTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocPrivateTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocPrivateTag}: a `@private` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `private` when omitted. The\n * `comment` is the trailing description, if any.\n *\n * With the default tag name and no comment, the printer emits:\n *\n * ```ts\n * @private\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `private`.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocPrivateTag}.\n */\nexport const createJSDocPrivateTag = (tagName, comment) => make(\"JSDocPrivateTag\", {\n tagName: tagName ?? createIdentifier(\"private\"),\n comment,\n});\n//# sourceMappingURL=createJSDocPrivateTag.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,qBAAqB,GAAG,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC,iBAAiB,EAAE;AACnF,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,SAAS,CAAC;AACnD,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocPrivateTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocPrivateTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,qBAAqB,GAAG,CACnC,OAA+B,EAC/B,OAA0C,KAE1C,IAAI,CAAC,iBAAiB,EAAE;AACtB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,SAAS,CAAC;IAC/C,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocPropertyTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocPropertyTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocPropertyTag}: a `@prop` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `prop` when omitted. The `name`\n * is the documented property, `isBracketed` wraps that name in square brackets\n * to mark it optional, and `typeExpression` supplies the brace-wrapped type.\n * The `isNameFirst` flag controls ordering: when `true` the name prints before\n * the type, when `false` the type prints first. The `comment` is the trailing\n * description.\n *\n * With the default tag name, name `x`, a `{number}` type expression, `the x`\n * comment, and `isNameFirst` of `true`, the printer emits:\n *\n * ```ts\n * @prop x {number} the x\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `prop`.\n * @param name The property name.\n * @param isBracketed Whether the name was wrapped in brackets.\n * @param typeExpression The type expression, if any.\n * @param isNameFirst Whether the name was written before the type.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocPropertyTag}.\n */\nexport const createJSDocPropertyTag = (tagName, name, isBracketed, typeExpression, isNameFirst = false, comment) => make(\"JSDocPropertyTag\", {\n tagName: tagName ?? createIdentifier(\"prop\"),\n name,\n isBracketed,\n typeExpression,\n isNameFirst: !!isNameFirst,\n comment,\n});\n//# sourceMappingURL=createJSDocPropertyTag.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;AACY,MAAC,sBAAsB,GAAG,CAAC,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,cAAc,EAAE,WAAW,GAAG,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC,kBAAkB,EAAE;AAC7I,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,MAAM,CAAC;AAChD,IAAI,IAAI;AACR,IAAI,WAAW;AACf,IAAI,cAAc;AAClB,IAAI,WAAW,EAAE,CAAC,CAAC,WAAW;AAC9B,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocPropertyTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocPropertyTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAUA;;;;;;;;;;;;;;;;;;;;;;;;;AAyBG;MACU,sBAAsB,GAAG,CACpC,OAA+B,EAC/B,IAAgB,EAChB,WAAoB,EACpB,cAAoC,EACpC,WAAA,GAAuB,KAAK,EAC5B,OAA0C,KAE1C,IAAI,CAAC,kBAAkB,EAAE;AACvB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,MAAM,CAAC;IAC5C,IAAI;IACJ,WAAW;IACX,cAAc;IACd,WAAW,EAAE,CAAC,CAAC,WAAW;IAC1B,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocProtectedTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocProtectedTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocProtectedTag}: a `@protected` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `protected` when omitted. The\n * `comment` is the trailing description, if any.\n *\n * With the default tag name and no comment, the printer emits:\n *\n * ```ts\n * @protected\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `protected`.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocProtectedTag}.\n */\nexport const createJSDocProtectedTag = (tagName, comment) => make(\"JSDocProtectedTag\", {\n tagName: tagName ?? createIdentifier(\"protected\"),\n comment,\n});\n//# sourceMappingURL=createJSDocProtectedTag.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,uBAAuB,GAAG,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC,mBAAmB,EAAE;AACvF,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,WAAW,CAAC;AACrD,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocProtectedTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocProtectedTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,uBAAuB,GAAG,CACrC,OAA+B,EAC/B,OAA0C,KAE1C,IAAI,CAAC,mBAAmB,EAAE;AACxB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,WAAW,CAAC;IACjD,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocPublicTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocPublicTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocPublicTag}: a `@public` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `public` when omitted. The\n * `comment` is the trailing description, if any.\n *\n * With the default tag name and no comment, the printer emits:\n *\n * ```ts\n * @public\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `public`.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocPublicTag}.\n */\nexport const createJSDocPublicTag = (tagName, comment) => make(\"JSDocPublicTag\", {\n tagName: tagName ?? createIdentifier(\"public\"),\n comment,\n});\n//# sourceMappingURL=createJSDocPublicTag.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,oBAAoB,GAAG,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC,gBAAgB,EAAE;AACjF,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,QAAQ,CAAC;AAClD,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocPublicTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocPublicTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,oBAAoB,GAAG,CAClC,OAA+B,EAC/B,OAA0C,KAE1C,IAAI,CAAC,gBAAgB,EAAE;AACrB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,QAAQ,CAAC;IAC9C,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocReadonlyTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocReadonlyTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocReadonlyTag}: a `@readonly` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `readonly` when omitted. The\n * `comment` is the trailing description, if any.\n *\n * With the default tag name and no comment, the printer emits:\n *\n * ```ts\n * @readonly\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `readonly`.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocReadonlyTag}.\n */\nexport const createJSDocReadonlyTag = (tagName, comment) => make(\"JSDocReadonlyTag\", {\n tagName: tagName ?? createIdentifier(\"readonly\"),\n comment,\n});\n//# sourceMappingURL=createJSDocReadonlyTag.js.map"],"names":[],"mappings":";;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,sBAAsB,GAAG,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC,kBAAkB,EAAE;AACrF,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,UAAU,CAAC;AACpD,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocReadonlyTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocReadonlyTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAIA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,sBAAsB,GAAG,CACpC,OAA+B,EAC/B,OAA0C,KAE1C,IAAI,CAAC,kBAAkB,EAAE;AACvB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,UAAU,CAAC;IAChD,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocReturnTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocReturnTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocReturnTag}: a `@returns` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `returns` when omitted. The\n * `typeExpression` supplies the brace-wrapped return type, and `comment` is the\n * trailing description. When the type expression is omitted, the printer drops\n * the braces and emits only the tag name and comment.\n *\n * With the default tag name, a `{number}` type expression, and a `the count`\n * comment, the printer emits:\n *\n * ```ts\n * @returns {number} the count\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `returns`.\n * @param typeExpression The type expression, if any.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocReturnTag}.\n */\nexport const createJSDocReturnTag = (tagName, typeExpression, comment) => make(\"JSDocReturnTag\", {\n tagName: tagName ?? createIdentifier(\"returns\"),\n typeExpression,\n comment,\n});\n//# sourceMappingURL=createJSDocReturnTag.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,oBAAoB,GAAG,CAAC,OAAO,EAAE,cAAc,EAAE,OAAO,KAAK,IAAI,CAAC,gBAAgB,EAAE;AACjG,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,SAAS,CAAC;AACnD,IAAI,cAAc;AAClB,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocReturnTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocReturnTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AASA;;;;;;;;;;;;;;;;;;;;AAoBG;AACI,MAAM,oBAAoB,GAAG,CAClC,OAA+B,EAC/B,cAAoC,EACpC,OAA0C,KAE1C,IAAI,CAAC,gBAAgB,EAAE;AACrB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,SAAS,CAAC;IAC/C,cAAc;IACd,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocSatisfiesTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocSatisfiesTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocSatisfiesTag}: a `@satisfies` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `satisfies` when omitted. The\n * `typeExpression` supplies the brace-wrapped target type, and `comment` is the\n * trailing description.\n *\n * With the default tag name, a `{Foo}` type expression, and an `ok` comment,\n * the printer emits:\n *\n * ```ts\n * @satisfies {Foo} ok\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `satisfies`.\n * @param typeExpression The type expression.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocSatisfiesTag}.\n */\nexport const createJSDocSatisfiesTag = (tagName, typeExpression, comment) => make(\"JSDocSatisfiesTag\", {\n tagName: tagName ?? createIdentifier(\"satisfies\"),\n typeExpression,\n comment,\n});\n//# sourceMappingURL=createJSDocSatisfiesTag.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,uBAAuB,GAAG,CAAC,OAAO,EAAE,cAAc,EAAE,OAAO,KAAK,IAAI,CAAC,mBAAmB,EAAE;AACvG,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,WAAW,CAAC;AACrD,IAAI,cAAc;AAClB,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocSatisfiesTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocSatisfiesTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AASA;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,uBAAuB,GAAG,CACrC,OAA+B,EAC/B,cAAmC,EACnC,OAA0C,KAE1C,IAAI,CAAC,mBAAmB,EAAE;AACxB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,WAAW,CAAC;IACjD,cAAc;IACd,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocSeeTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocSeeTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocSeeTag}: a `@see` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `see` when omitted. The\n * `nameExpression` is the referenced name, if any, and `comment` is the\n * trailing description.\n *\n * With the default tag name, a `Foo` name reference, and a `more` comment, the\n * printer emits:\n *\n * ```ts\n * @see Foo more\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `see`.\n * @param nameExpression The referenced name, if any.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocSeeTag}.\n */\nexport const createJSDocSeeTag = (tagName, nameExpression, comment) => make(\"JSDocSeeTag\", {\n tagName: tagName ?? createIdentifier(\"see\"),\n name: nameExpression,\n comment,\n});\n//# sourceMappingURL=createJSDocSeeTag.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,iBAAiB,GAAG,CAAC,OAAO,EAAE,cAAc,EAAE,OAAO,KAAK,IAAI,CAAC,aAAa,EAAE;AAC3F,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,KAAK,CAAC;AAC/C,IAAI,IAAI,EAAE,cAAc;AACxB,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocSeeTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocSeeTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AASA;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,iBAAiB,GAAG,CAC/B,OAA+B,EAC/B,cAA8C,EAC9C,OAA0C,KAE1C,IAAI,CAAC,aAAa,EAAE;AAClB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,KAAK,CAAC;AAC3C,IAAA,IAAI,EAAE,cAAc;IACpB,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocSignature.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocSignature.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocSignature}: the synthetic signature behind `@callback`\n * and `@overload` tags.\n *\n * The `typeParameters` are the `@template` tags, `parameters` are the `@param`\n * tags, and `type` is the `@returns` tag. The printer emits each on its own\n * line, in that order.\n *\n * With no type parameters, a single `@param {number} x the x` tag, and an\n * `@returns {boolean}` tag, the printer emits:\n *\n * ```ts\n * @param {number} x the x\n * @returns {boolean}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param typeParameters The `@template` type parameters, if any.\n * @param parameters The `@param` tags.\n * @param type The `@return` tag, if any.\n * @returns The created {@link JSDocSignature}.\n */\nexport const createJSDocSignature = (typeParameters, parameters, type) => make(\"JSDocSignature\", {\n typeParameters,\n parameters,\n type,\n});\n//# sourceMappingURL=createJSDocSignature.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,oBAAoB,GAAG,CAAC,cAAc,EAAE,UAAU,EAAE,IAAI,KAAK,IAAI,CAAC,gBAAgB,EAAE;AACjG,IAAI,cAAc;AAClB,IAAI,UAAU;AACd,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocSignature.mjs","sources":["../../../src/factory/jsdoc/createJSDocSignature.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAQA;;;;;;;;;;;;;;;;;;;;;AAqBG;AACI,MAAM,oBAAoB,GAAG,CAClC,cAAuD,EACvD,UAAwC,EACxC,IAAqB,KAErB,IAAI,CAAC,gBAAgB,EAAE;IACrB,cAAc;IACd,UAAU;IACV,IAAI;AACL,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocTemplateTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocTemplateTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocTemplateTag}: a `@template` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `template` when omitted. The\n * `constraint` is the shared brace-wrapped bound applied to every declared\n * parameter, if any. The `typeParameters` are the declared names, and `comment`\n * is the trailing description.\n *\n * With the default tag name, a `{string}` constraint, and a single `T` type\n * parameter, the printer emits:\n *\n * ```ts\n * @template {string} T\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `template`.\n * @param constraint The shared constraint, if any.\n * @param typeParameters The declared type parameters.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocTemplateTag}.\n */\nexport const createJSDocTemplateTag = (tagName, constraint, typeParameters, comment) => make(\"JSDocTemplateTag\", {\n tagName: tagName ?? createIdentifier(\"template\"),\n constraint,\n typeParameters,\n comment,\n});\n//# sourceMappingURL=createJSDocTemplateTag.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;AACY,MAAC,sBAAsB,GAAG,CAAC,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,OAAO,KAAK,IAAI,CAAC,kBAAkB,EAAE;AACjH,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,UAAU,CAAC;AACpD,IAAI,UAAU;AACd,IAAI,cAAc;AAClB,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocTemplateTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocTemplateTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAUA;;;;;;;;;;;;;;;;;;;;;AAqBG;AACI,MAAM,sBAAsB,GAAG,CACpC,OAA+B,EAC/B,UAA2C,EAC3C,cAAmD,EACnD,OAA0C,KAE1C,IAAI,CAAC,kBAAkB,EAAE;AACvB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,UAAU,CAAC;IAChD,UAAU;IACV,cAAc;IACd,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocText.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocText.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocText}: a run of plain text inside a JSDoc comment.\n *\n * The `text` is the literal content. The printer emits it verbatim, with no\n * decoration. This node holds the prose that sits between inline tags in a\n * comment body.\n *\n * With a `hello world` text, the printer emits:\n *\n * ```ts\n * hello world\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param text The textual content.\n * @returns The created {@link JSDocText}.\n */\nexport const createJSDocText = (text) => make(\"JSDocText\", {\n text,\n});\n//# sourceMappingURL=createJSDocText.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,eAAe,GAAG,CAAC,IAAI,KAAK,IAAI,CAAC,WAAW,EAAE;AAC3D,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocText.mjs","sources":["../../../src/factory/jsdoc/createJSDocText.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;AAgBG;AACI,MAAM,eAAe,GAAG,CAAC,IAAY,KAC1C,IAAI,CAAC,WAAW,EAAE;IAChB,IAAI;AACL,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocThisTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocThisTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocThisTag}: a `@this` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `this` when omitted. The\n * `typeExpression` supplies the brace-wrapped `this` type, and `comment` is the\n * trailing description, if any.\n *\n * With the default tag name and a `{Foo}` type expression, the printer emits:\n *\n * ```ts\n * @this {Foo}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `this`.\n * @param typeExpression The type expression.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocThisTag}.\n */\nexport const createJSDocThisTag = (tagName, typeExpression, comment) => make(\"JSDocThisTag\", {\n tagName: tagName ?? createIdentifier(\"this\"),\n typeExpression,\n comment,\n});\n//# sourceMappingURL=createJSDocThisTag.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,kBAAkB,GAAG,CAAC,OAAO,EAAE,cAAc,EAAE,OAAO,KAAK,IAAI,CAAC,cAAc,EAAE;AAC7F,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,MAAM,CAAC;AAChD,IAAI,cAAc;AAClB,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocThisTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocThisTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AASA;;;;;;;;;;;;;;;;;;AAkBG;AACI,MAAM,kBAAkB,GAAG,CAChC,OAA+B,EAC/B,cAAmC,EACnC,OAA0C,KAE1C,IAAI,CAAC,cAAc,EAAE;AACnB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,MAAM,CAAC;IAC5C,cAAc;IACd,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocThrowsTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocThrowsTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocThrowsTag}: a `@throws` JSDoc tag.\n *\n * The `tagName` is the identifier after the `@`, such as `throws`. The\n * `typeExpression` supplies the brace-wrapped thrown type, and `comment` is the\n * trailing description.\n *\n * With a tag name of `throws`, an `{Error}` type expression, and an `on\n * failure` comment, the printer emits:\n *\n * ```ts\n * @throws {Error} on failure\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name.\n * @param typeExpression The type expression, if any.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocThrowsTag}.\n */\nexport const createJSDocThrowsTag = (tagName, typeExpression, comment) => make(\"JSDocThrowsTag\", {\n tagName,\n typeExpression,\n comment,\n});\n//# sourceMappingURL=createJSDocThrowsTag.js.map"],"names":[],"mappings":";;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,OAAO,EAAE,cAAc,EAAE,OAAO,KAAK,IAAI,CAAC,gBAAgB,EAAE;AACjG,IAAI,OAAO;AACX,IAAI,cAAc;AAClB,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocThrowsTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocThrowsTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAQA;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,oBAAoB,GAAG,CAClC,OAAmB,EACnB,cAA+C,EAC/C,OAA0C,KAE1C,IAAI,CAAC,gBAAgB,EAAE;IACrB,OAAO;IACP,cAAc;IACd,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocTypeExpression.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocTypeExpression.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocTypeExpression}: a brace-wrapped JSDoc type.\n *\n * The `type` is the wrapped type. The printer surrounds it with curly braces,\n * producing the `{Type}` form that JSDoc tags use to carry their type.\n *\n * With a `number` type, the printer emits:\n *\n * ```ts\n * {number}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param type The wrapped type.\n * @returns The created {@link JSDocTypeExpression}.\n */\nexport const createJSDocTypeExpression = (type) => make(\"JSDocTypeExpression\", {\n type,\n});\n//# sourceMappingURL=createJSDocTypeExpression.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,yBAAyB,GAAG,CAAC,IAAI,KAAK,IAAI,CAAC,qBAAqB,EAAE;AAC/E,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocTypeExpression.mjs","sources":["../../../src/factory/jsdoc/createJSDocTypeExpression.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;AAeG;AACI,MAAM,yBAAyB,GAAG,CACvC,IAAc,KAEd,IAAI,CAAC,qBAAqB,EAAE;IAC1B,IAAI;AACL,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocTypeLiteral.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocTypeLiteral.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocTypeLiteral}: an object-shape type built from `@prop`\n * tags.\n *\n * The `jsDocPropertyTags` are the member property tags, which the printer emits\n * one per line. The `isArrayType` flag, when `true`, appends `[]` to mark the\n * literal as an array of that shape.\n *\n * With a single `@prop {number} x` member tag and `isArrayType` of `false`, the\n * printer emits:\n *\n * ```ts\n * @prop {number} x\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param jsDocPropertyTags The member `@property` tags, if any.\n * @param isArrayType Whether the literal represents an array of its type.\n * @returns The created {@link JSDocTypeLiteral}.\n */\nexport const createJSDocTypeLiteral = (jsDocPropertyTags, isArrayType = false) => make(\"JSDocTypeLiteral\", {\n jsDocPropertyTags,\n isArrayType,\n});\n//# sourceMappingURL=createJSDocTypeLiteral.js.map"],"names":[],"mappings":";;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,iBAAiB,EAAE,WAAW,GAAG,KAAK,KAAK,IAAI,CAAC,kBAAkB,EAAE;AAC3G,IAAI,iBAAiB;AACrB,IAAI,WAAW;AACf,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocTypeLiteral.mjs","sources":["../../../src/factory/jsdoc/createJSDocTypeLiteral.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,sBAAsB,GAAG,CACpC,iBAA+C,EAC/C,WAAA,GAAuB,KAAK,KAE5B,IAAI,CAAC,kBAAkB,EAAE;IACvB,iBAAiB;IACjB,WAAW;AACZ,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocTypeTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocTypeTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocTypeTag}: a `@type` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `type` when omitted. The\n * `typeExpression` supplies the brace-wrapped type, and `comment` is the\n * trailing description, if any.\n *\n * With the default tag name and a `{number}` type expression, the printer\n * emits:\n *\n * ```ts\n * @type {number}\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `type`.\n * @param typeExpression The type expression.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocTypeTag}.\n */\nexport const createJSDocTypeTag = (tagName, typeExpression, comment) => make(\"JSDocTypeTag\", {\n tagName: tagName ?? createIdentifier(\"type\"),\n typeExpression,\n comment,\n});\n//# sourceMappingURL=createJSDocTypeTag.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,kBAAkB,GAAG,CAAC,OAAO,EAAE,cAAc,EAAE,OAAO,KAAK,IAAI,CAAC,cAAc,EAAE;AAC7F,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,MAAM,CAAC;AAChD,IAAI,cAAc;AAClB,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocTypeTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocTypeTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AASA;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,kBAAkB,GAAG,CAChC,OAA+B,EAC/B,cAAmC,EACnC,OAA0C,KAE1C,IAAI,CAAC,cAAc,EAAE;AACnB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,MAAM,CAAC;IAC5C,cAAc;IACd,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocTypedefTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocTypedefTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\nimport { createIdentifier } from \"../names/createIdentifier\";\n/**\n * Create a {@link JSDocTypedefTag}: a `@typedef` JSDoc tag.\n *\n * The `tagName` defaults to an identifier named `typedef` when omitted. The\n * `typeExpression` is the aliased type, either a brace-wrapped type expression\n * or a {@link JSDocTypeLiteral}. The `fullName` is the alias name, printed after\n * the type, and `comment` is the trailing description.\n *\n * With the default tag name, a `{number}` type expression, and a `Count` name,\n * the printer emits:\n *\n * ```ts\n * @typedef {number} Count\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name; defaults to `typedef`.\n * @param typeExpression The aliased type, if any.\n * @param fullName The full alias name, if any.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocTypedefTag}.\n */\nexport const createJSDocTypedefTag = (tagName, typeExpression, fullName, comment) => make(\"JSDocTypedefTag\", {\n tagName: tagName ?? createIdentifier(\"typedef\"),\n typeExpression,\n fullName,\n comment,\n});\n//# sourceMappingURL=createJSDocTypedefTag.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;AACY,MAAC,qBAAqB,GAAG,CAAC,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC,iBAAiB,EAAE;AAC7G,IAAI,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,SAAS,CAAC;AACnD,IAAI,cAAc;AAClB,IAAI,QAAQ;AACZ,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocTypedefTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocTypedefTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAUA;;;;;;;;;;;;;;;;;;;;;AAqBG;AACI,MAAM,qBAAqB,GAAG,CACnC,OAA+B,EAC/B,cAAuD,EACvD,QAAqB,EACrB,OAA0C,KAE1C,IAAI,CAAC,iBAAiB,EAAE;AACtB,IAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,CAAC,SAAS,CAAC;IAC/C,cAAc;IACd,QAAQ;IACR,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocUnknownTag.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocUnknownTag.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocUnknownTag}: a JSDoc tag whose name is not one of the\n * recognized tags.\n *\n * The `tagName` is the identifier after the `@`, and `comment` is the trailing\n * text. This is the fallback node for any custom or unrecognized tag.\n *\n * With a tag name of `custom` and a `hello` comment, the printer emits:\n *\n * ```ts\n * @custom hello\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name.\n * @param comment The trailing comment, if any.\n * @returns The created {@link JSDocUnknownTag}.\n */\nexport const createJSDocUnknownTag = (tagName, comment) => make(\"JSDocUnknownTag\", {\n tagName,\n comment,\n});\n//# sourceMappingURL=createJSDocUnknownTag.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,qBAAqB,GAAG,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC,iBAAiB,EAAE;AACnF,IAAI,OAAO;AACX,IAAI,OAAO;AACX,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocUnknownTag.mjs","sources":["../../../src/factory/jsdoc/createJSDocUnknownTag.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;AAiBG;AACI,MAAM,qBAAqB,GAAG,CACnC,OAAmB,EACnB,OAA0C,KAE1C,IAAI,CAAC,iBAAiB,EAAE;IACtB,OAAO;IACP,OAAO;AACR,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocUnknownType.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocUnknownType.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocUnknownType}: the JSDoc `?` unknown type.\n *\n * This node takes no inputs. It represents the unknown-type marker written as a\n * bare question mark in a JSDoc type expression.\n *\n * The printer emits:\n *\n * ```ts\n * ?\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @returns The created {@link JSDocUnknownType}.\n */\nexport const createJSDocUnknownType = () => make(\"JSDocUnknownType\", {});\n//# sourceMappingURL=createJSDocUnknownType.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,sBAAsB,GAAG,MAAM,IAAI,CAAC,kBAAkB,EAAE,EAAE;;;;"}
1
+ {"version":3,"file":"createJSDocUnknownType.mjs","sources":["../../../src/factory/jsdoc/createJSDocUnknownType.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;AAcG;AACI,MAAM,sBAAsB,GAAG,MACpC,IAAI,CAAC,kBAAkB,EAAE,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJSDocVariadicType.mjs","sources":["../../../esm-tmp/factory/jsdoc/createJSDocVariadicType.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JSDocVariadicType}: a JSDoc `...`-marked variadic type.\n *\n * The `type` is the wrapped element type. The printer prepends a `...` marker\n * before it.\n *\n * With a `number` type, the printer emits:\n *\n * ```ts\n * ...number\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param type The wrapped type.\n * @returns The created {@link JSDocVariadicType}.\n */\nexport const createJSDocVariadicType = (type) => make(\"JSDocVariadicType\", {\n type,\n});\n//# sourceMappingURL=createJSDocVariadicType.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,uBAAuB,GAAG,CAAC,IAAI,KAAK,IAAI,CAAC,mBAAmB,EAAE;AAC3E,IAAI,IAAI;AACR,CAAC;;;;"}
1
+ {"version":3,"file":"createJSDocVariadicType.mjs","sources":["../../../src/factory/jsdoc/createJSDocVariadicType.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;AAeG;AACI,MAAM,uBAAuB,GAAG,CAAC,IAAc,KACpD,IAAI,CAAC,mBAAmB,EAAE;IACxB,IAAI;AACL,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJsxAttribute.mjs","sources":["../../../esm-tmp/factory/jsx/createJsxAttribute.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JsxAttribute}: a single `name=value` prop on a JSX element.\n *\n * The name is a plain identifier or a {@link JsxNamespacedName} like\n * `xlink:href`. The initializer is the value: a string literal, or a\n * {@link JsxExpression} brace such as `{value}`. Pass `undefined` for a bare\n * boolean-style attribute, which prints the name alone with no `=value`.\n *\n * Given the name `bar` and a string-literal initializer `\"x\"`, the printer\n * emits:\n *\n * ```tsx\n * bar = \"x\";\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param name The name.\n * @param initializer The initializer, if any.\n * @returns The created {@link JsxAttribute}.\n */\nexport const createJsxAttribute = (name, initializer) => make(\"JsxAttribute\", {\n name,\n initializer,\n});\n//# sourceMappingURL=createJsxAttribute.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,kBAAkB,GAAG,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC,cAAc,EAAE;AAC9E,IAAI,IAAI;AACR,IAAI,WAAW;AACf,CAAC;;;;"}
1
+ {"version":3,"file":"createJsxAttribute.mjs","sources":["../../../src/factory/jsx/createJsxAttribute.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAOA;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,kBAAkB,GAAG,CAChC,IAAsB,EACtB,WAA0C,KAE1C,IAAI,CAAC,cAAc,EAAE;IACnB,IAAI;IACJ,WAAW;AACZ,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJsxAttributes.mjs","sources":["../../../esm-tmp/factory/jsx/createJsxAttributes.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JsxAttributes}: the ordered collection of props on a JSX\n * element.\n *\n * Each entry is either a {@link JsxAttribute} (`name=value`) or a\n * {@link JsxSpreadAttribute} (`{...props}`). This node is what an opening or\n * self-closing element holds as its `attributes`; an empty list prints to\n * nothing.\n *\n * Printed on its own, the collection leads with a separating space before each\n * attribute. Given a single `bar=\"x\"` property, the printer emits (note the\n * leading space):\n *\n * ```tsx\n * bar = \"x\";\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param properties The attribute properties.\n * @returns The created {@link JsxAttributes}.\n */\nexport const createJsxAttributes = (properties) => make(\"JsxAttributes\", { properties });\n//# sourceMappingURL=createJsxAttributes.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;AACY,MAAC,mBAAmB,GAAG,CAAC,UAAU,KAAK,IAAI,CAAC,eAAe,EAAE,EAAE,UAAU,EAAE;;;;"}
1
+ {"version":3,"file":"createJsxAttributes.mjs","sources":["../../../src/factory/jsx/createJsxAttributes.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;;;;AAoBG;AACI,MAAM,mBAAmB,GAAG,CACjC,UAAuC,KACrB,IAAI,CAAC,eAAe,EAAE,EAAE,UAAU,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJsxClosingElement.mjs","sources":["../../../esm-tmp/factory/jsx/createJsxClosingElement.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JsxClosingElement}: the `</Tag>` that closes a paired\n * {@link JsxElement}.\n *\n * This is the trailing half of a `<Tag>...</Tag>` pair. The tag name must match\n * the one on the corresponding {@link JsxOpeningElement}; the factory does not\n * enforce that, so the caller is responsible for passing the same name.\n *\n * Given the tag name `Foo`, the printer emits:\n *\n * ```tsx\n * </Foo>\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param tagName The tag name.\n * @returns The created {@link JsxClosingElement}.\n */\nexport const createJsxClosingElement = (tagName) => make(\"JsxClosingElement\", { tagName });\n//# sourceMappingURL=createJsxClosingElement.js.map"],"names":[],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,uBAAuB,GAAG,CAAC,OAAO,KAAK,IAAI,CAAC,mBAAmB,EAAE,EAAE,OAAO,EAAE;;;;"}
1
+ {"version":3,"file":"createJsxClosingElement.mjs","sources":["../../../src/factory/jsx/createJsxClosingElement.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAGA;;;;;;;;;;;;;;;;;AAiBG;AACI,MAAM,uBAAuB,GAAG,CACrC,OAAmB,KACG,IAAI,CAAC,mBAAmB,EAAE,EAAE,OAAO,EAAE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"createJsxElement.mjs","sources":["../../../esm-tmp/factory/jsx/createJsxElement.js"],"sourcesContent":["import { make } from \"../internal/make\";\n/**\n * Create a {@link JsxElement}: a paired `<Tag>...</Tag>` element with children.\n *\n * The element is built from three already-created pieces: the\n * {@link JsxOpeningElement} that carries the tag name and attributes, the list\n * of children rendered between the tags, and the {@link JsxClosingElement} that\n * repeats the tag name. The children may be {@link JsxText}, nested elements,\n * fragments, or {@link JsxExpression} braces, in source order.\n *\n * Given an opening `<Foo bar=\"x\">`, a single `Hello` text child, and a closing\n * `</Foo>`, the printer emits:\n *\n * ```tsx\n * <Foo bar=\"x\">Hello</Foo>\n * ```\n *\n * @author Jeongho Nam - https://github.com/samchon\n * @param openingElement The opening element.\n * @param children The children.\n * @param closingElement The closing element.\n * @returns The created {@link JsxElement}.\n */\nexport const createJsxElement = (openingElement, children, closingElement) => make(\"JsxElement\", {\n openingElement,\n children,\n closingElement,\n});\n//# sourceMappingURL=createJsxElement.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,gBAAgB,GAAG,CAAC,cAAc,EAAE,QAAQ,EAAE,cAAc,KAAK,IAAI,CAAC,YAAY,EAAE;AACjG,IAAI,cAAc;AAClB,IAAI,QAAQ;AACZ,IAAI,cAAc;AAClB,CAAC;;;;"}
1
+ {"version":3,"file":"createJsxElement.mjs","sources":["../../../src/factory/jsx/createJsxElement.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAQA;;;;;;;;;;;;;;;;;;;;;AAqBG;AACI,MAAM,gBAAgB,GAAG,CAC9B,cAAiC,EACjC,QAA6B,EAC7B,cAAiC,KAEjC,IAAI,CAAC,YAAY,EAAE;IACjB,cAAc;IACd,QAAQ;IACR,cAAc;AACf,CAAA;;;;"}