ece-docs-components 1.0.40 → 1.0.41

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 (342) hide show
  1. package/dist/cjs/_virtual/Parser.js +6 -0
  2. package/dist/cjs/_virtual/Parser.js.map +1 -0
  3. package/dist/cjs/_virtual/Tokenizer.js +6 -0
  4. package/dist/cjs/_virtual/Tokenizer.js.map +1 -0
  5. package/dist/cjs/_virtual/attributes-to-props.js +6 -0
  6. package/dist/cjs/_virtual/attributes-to-props.js.map +1 -0
  7. package/dist/cjs/_virtual/decode-codepoint.js +6 -0
  8. package/dist/cjs/_virtual/decode-codepoint.js.map +1 -0
  9. package/dist/cjs/_virtual/decode-data-html.js +6 -0
  10. package/dist/cjs/_virtual/decode-data-html.js.map +1 -0
  11. package/dist/cjs/_virtual/decode-data-html2.js +6 -0
  12. package/dist/cjs/_virtual/decode-data-html2.js.map +1 -0
  13. package/dist/cjs/_virtual/decode-data-xml.js +6 -0
  14. package/dist/cjs/_virtual/decode-data-xml.js.map +1 -0
  15. package/dist/cjs/_virtual/decode-data-xml2.js +6 -0
  16. package/dist/cjs/_virtual/decode-data-xml2.js.map +1 -0
  17. package/dist/cjs/_virtual/decode.js +6 -0
  18. package/dist/cjs/_virtual/decode.js.map +1 -0
  19. package/dist/cjs/_virtual/decode2.js +6 -0
  20. package/dist/cjs/_virtual/decode2.js.map +1 -0
  21. package/dist/cjs/_virtual/decode_codepoint.js +6 -0
  22. package/dist/cjs/_virtual/decode_codepoint.js.map +1 -0
  23. package/dist/cjs/_virtual/dom-to-react.js +6 -0
  24. package/dist/cjs/_virtual/dom-to-react.js.map +1 -0
  25. package/dist/cjs/_virtual/encode-html.js +6 -0
  26. package/dist/cjs/_virtual/encode-html.js.map +1 -0
  27. package/dist/cjs/_virtual/encode.js +6 -0
  28. package/dist/cjs/_virtual/encode.js.map +1 -0
  29. package/dist/cjs/_virtual/escape.js +6 -0
  30. package/dist/cjs/_virtual/escape.js.map +1 -0
  31. package/dist/cjs/_virtual/feeds.js +6 -0
  32. package/dist/cjs/_virtual/feeds.js.map +1 -0
  33. package/dist/cjs/_virtual/foreignNames.js +6 -0
  34. package/dist/cjs/_virtual/foreignNames.js.map +1 -0
  35. package/dist/cjs/_virtual/helpers.js +6 -0
  36. package/dist/cjs/_virtual/helpers.js.map +1 -0
  37. package/dist/cjs/_virtual/html-to-dom.js +6 -0
  38. package/dist/cjs/_virtual/html-to-dom.js.map +1 -0
  39. package/dist/cjs/_virtual/index.js +4 -4
  40. package/dist/cjs/_virtual/index10.js +6 -0
  41. package/dist/cjs/_virtual/index10.js.map +1 -0
  42. package/dist/cjs/_virtual/index11.js +6 -0
  43. package/dist/cjs/_virtual/index11.js.map +1 -0
  44. package/dist/cjs/_virtual/index2.js +2 -4
  45. package/dist/cjs/_virtual/index2.js.map +1 -1
  46. package/dist/cjs/_virtual/index3.js +2 -2
  47. package/dist/cjs/_virtual/index4.js +2 -2
  48. package/dist/cjs/_virtual/index5.js +2 -2
  49. package/dist/cjs/_virtual/index6.js +2 -2
  50. package/dist/cjs/_virtual/index7.js +6 -0
  51. package/dist/cjs/_virtual/index7.js.map +1 -0
  52. package/dist/cjs/_virtual/index8.js +6 -0
  53. package/dist/cjs/_virtual/index8.js.map +1 -0
  54. package/dist/cjs/_virtual/index9.js +6 -0
  55. package/dist/cjs/_virtual/index9.js.map +1 -0
  56. package/dist/cjs/_virtual/legacy.js +6 -0
  57. package/dist/cjs/_virtual/legacy.js.map +1 -0
  58. package/dist/cjs/_virtual/manipulation.js +6 -0
  59. package/dist/cjs/_virtual/manipulation.js.map +1 -0
  60. package/dist/cjs/_virtual/node.js +6 -0
  61. package/dist/cjs/_virtual/node.js.map +1 -0
  62. package/dist/cjs/_virtual/possibleStandardNamesOptimized.js +6 -0
  63. package/dist/cjs/_virtual/possibleStandardNamesOptimized.js.map +1 -0
  64. package/dist/cjs/_virtual/querying.js +6 -0
  65. package/dist/cjs/_virtual/querying.js.map +1 -0
  66. package/dist/cjs/_virtual/stringify.js +6 -0
  67. package/dist/cjs/_virtual/stringify.js.map +1 -0
  68. package/dist/cjs/_virtual/traversal.js +6 -0
  69. package/dist/cjs/_virtual/traversal.js.map +1 -0
  70. package/dist/cjs/_virtual/types.js +6 -0
  71. package/dist/cjs/_virtual/types.js.map +1 -0
  72. package/dist/cjs/_virtual/utilities.js +6 -0
  73. package/dist/cjs/_virtual/utilities.js.map +1 -0
  74. package/dist/cjs/_virtual/utilities2.js +6 -0
  75. package/dist/cjs/_virtual/utilities2.js.map +1 -0
  76. package/dist/cjs/_virtual/utilities3.js +6 -0
  77. package/dist/cjs/_virtual/utilities3.js.map +1 -0
  78. package/dist/cjs/components/Alert.js +1 -0
  79. package/dist/cjs/components/Alert.js.map +1 -1
  80. package/dist/cjs/components/Modal.js +2 -1
  81. package/dist/cjs/components/Modal.js.map +1 -1
  82. package/dist/cjs/node_modules/dom-serializer/lib/foreignNames.js +116 -0
  83. package/dist/cjs/node_modules/dom-serializer/lib/foreignNames.js.map +1 -0
  84. package/dist/cjs/node_modules/dom-serializer/lib/index.js +245 -0
  85. package/dist/cjs/node_modules/dom-serializer/lib/index.js.map +1 -0
  86. package/dist/cjs/node_modules/domelementtype/lib/index.js +70 -0
  87. package/dist/cjs/node_modules/domelementtype/lib/index.js.map +1 -0
  88. package/dist/cjs/node_modules/domhandler/lib/index.js +182 -0
  89. package/dist/cjs/node_modules/domhandler/lib/index.js.map +1 -0
  90. package/dist/cjs/node_modules/domhandler/lib/node.js +488 -0
  91. package/dist/cjs/node_modules/domhandler/lib/node.js.map +1 -0
  92. package/dist/cjs/node_modules/domutils/lib/feeds.js +205 -0
  93. package/dist/cjs/node_modules/domutils/lib/feeds.js.map +1 -0
  94. package/dist/cjs/node_modules/domutils/lib/helpers.js +156 -0
  95. package/dist/cjs/node_modules/domutils/lib/helpers.js.map +1 -0
  96. package/dist/cjs/node_modules/domutils/lib/index.js +56 -0
  97. package/dist/cjs/node_modules/domutils/lib/index.js.map +1 -0
  98. package/dist/cjs/node_modules/domutils/lib/legacy.js +183 -0
  99. package/dist/cjs/node_modules/domutils/lib/legacy.js.map +1 -0
  100. package/dist/cjs/node_modules/domutils/lib/manipulation.js +155 -0
  101. package/dist/cjs/node_modules/domutils/lib/manipulation.js.map +1 -0
  102. package/dist/cjs/node_modules/domutils/lib/querying.js +169 -0
  103. package/dist/cjs/node_modules/domutils/lib/querying.js.map +1 -0
  104. package/dist/cjs/node_modules/domutils/lib/stringify.js +107 -0
  105. package/dist/cjs/node_modules/domutils/lib/stringify.js.map +1 -0
  106. package/dist/cjs/node_modules/domutils/lib/traversal.js +139 -0
  107. package/dist/cjs/node_modules/domutils/lib/traversal.js.map +1 -0
  108. package/dist/cjs/node_modules/entities/lib/decode.js +554 -0
  109. package/dist/cjs/node_modules/entities/lib/decode.js.map +1 -0
  110. package/dist/cjs/node_modules/entities/lib/decode_codepoint.js +91 -0
  111. package/dist/cjs/node_modules/entities/lib/decode_codepoint.js.map +1 -0
  112. package/dist/cjs/node_modules/entities/lib/encode.js +92 -0
  113. package/dist/cjs/node_modules/entities/lib/encode.js.map +1 -0
  114. package/dist/cjs/node_modules/entities/lib/escape.js +137 -0
  115. package/dist/cjs/node_modules/entities/lib/escape.js.map +1 -0
  116. package/dist/cjs/node_modules/entities/lib/generated/decode-data-html.js +22 -0
  117. package/dist/cjs/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
  118. package/dist/cjs/node_modules/entities/lib/generated/decode-data-xml.js +22 -0
  119. package/dist/cjs/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
  120. package/dist/cjs/node_modules/entities/lib/generated/encode-html.js +25 -0
  121. package/dist/cjs/node_modules/entities/lib/generated/encode-html.js.map +1 -0
  122. package/dist/cjs/node_modules/entities/lib/index.js +144 -0
  123. package/dist/cjs/node_modules/entities/lib/index.js.map +1 -0
  124. package/dist/cjs/node_modules/html-dom-parser/lib/index.js +47 -0
  125. package/dist/cjs/node_modules/html-dom-parser/lib/index.js.map +1 -0
  126. package/dist/cjs/node_modules/html-dom-parser/lib/server/html-to-dom.js +46 -0
  127. package/dist/cjs/node_modules/html-dom-parser/lib/server/html-to-dom.js.map +1 -0
  128. package/dist/cjs/node_modules/html-dom-parser/lib/server/utilities.js +32 -0
  129. package/dist/cjs/node_modules/html-dom-parser/lib/server/utilities.js.map +1 -0
  130. package/dist/cjs/node_modules/html-dom-parser/lib/types.js +16 -0
  131. package/dist/cjs/node_modules/html-dom-parser/lib/types.js.map +1 -0
  132. package/dist/cjs/node_modules/html-react-parser/esm/index.js +10 -0
  133. package/dist/cjs/node_modules/html-react-parser/esm/index.js.map +1 -0
  134. package/dist/cjs/node_modules/html-react-parser/lib/attributes-to-props.js +89 -0
  135. package/dist/cjs/node_modules/html-react-parser/lib/attributes-to-props.js.map +1 -0
  136. package/dist/cjs/node_modules/html-react-parser/lib/dom-to-react.js +138 -0
  137. package/dist/cjs/node_modules/html-react-parser/lib/dom-to-react.js.map +1 -0
  138. package/dist/cjs/node_modules/html-react-parser/lib/index.js +55 -0
  139. package/dist/cjs/node_modules/html-react-parser/lib/index.js.map +1 -0
  140. package/dist/cjs/node_modules/html-react-parser/lib/utilities.js +121 -0
  141. package/dist/cjs/node_modules/html-react-parser/lib/utilities.js.map +1 -0
  142. package/dist/cjs/node_modules/htmlparser2/dist/commonjs/Parser.js +542 -0
  143. package/dist/cjs/node_modules/htmlparser2/dist/commonjs/Parser.js.map +1 -0
  144. package/dist/cjs/node_modules/htmlparser2/dist/commonjs/Tokenizer.js +805 -0
  145. package/dist/cjs/node_modules/htmlparser2/dist/commonjs/Tokenizer.js.map +1 -0
  146. package/dist/cjs/node_modules/htmlparser2/dist/commonjs/index.js +143 -0
  147. package/dist/cjs/node_modules/htmlparser2/dist/commonjs/index.js.map +1 -0
  148. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js +92 -0
  149. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js.map +1 -0
  150. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js +529 -0
  151. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js.map +1 -0
  152. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js +23 -0
  153. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map +1 -0
  154. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +23 -0
  155. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map +1 -0
  156. package/dist/cjs/node_modules/inline-style-parser/cjs/index.js +274 -0
  157. package/dist/cjs/node_modules/inline-style-parser/cjs/index.js.map +1 -0
  158. package/dist/cjs/node_modules/react-property/lib/index.js +534 -0
  159. package/dist/cjs/node_modules/react-property/lib/index.js.map +1 -0
  160. package/dist/cjs/node_modules/react-property/lib/possibleStandardNamesOptimized.js +507 -0
  161. package/dist/cjs/node_modules/react-property/lib/possibleStandardNamesOptimized.js.map +1 -0
  162. package/dist/cjs/node_modules/style-to-js/cjs/index.js +40 -0
  163. package/dist/cjs/node_modules/style-to-js/cjs/index.js.map +1 -0
  164. package/dist/cjs/node_modules/style-to-js/cjs/utilities.js +60 -0
  165. package/dist/cjs/node_modules/style-to-js/cjs/utilities.js.map +1 -0
  166. package/dist/cjs/node_modules/style-to-object/cjs/index.js +58 -0
  167. package/dist/cjs/node_modules/style-to-object/cjs/index.js.map +1 -0
  168. package/dist/esm/_virtual/Parser.js +4 -0
  169. package/dist/esm/_virtual/Parser.js.map +1 -0
  170. package/dist/esm/_virtual/Tokenizer.js +4 -0
  171. package/dist/esm/_virtual/Tokenizer.js.map +1 -0
  172. package/dist/esm/_virtual/_commonjsHelpers.js +6 -0
  173. package/dist/esm/_virtual/_commonjsHelpers.js.map +1 -0
  174. package/dist/esm/_virtual/attributes-to-props.js +4 -0
  175. package/dist/esm/_virtual/attributes-to-props.js.map +1 -0
  176. package/dist/esm/_virtual/decode-codepoint.js +4 -0
  177. package/dist/esm/_virtual/decode-codepoint.js.map +1 -0
  178. package/dist/esm/_virtual/decode-data-html.js +4 -0
  179. package/dist/esm/_virtual/decode-data-html.js.map +1 -0
  180. package/dist/esm/_virtual/decode-data-html2.js +4 -0
  181. package/dist/esm/_virtual/decode-data-html2.js.map +1 -0
  182. package/dist/esm/_virtual/decode-data-xml.js +4 -0
  183. package/dist/esm/_virtual/decode-data-xml.js.map +1 -0
  184. package/dist/esm/_virtual/decode-data-xml2.js +4 -0
  185. package/dist/esm/_virtual/decode-data-xml2.js.map +1 -0
  186. package/dist/esm/_virtual/decode.js +4 -0
  187. package/dist/esm/_virtual/decode.js.map +1 -0
  188. package/dist/esm/_virtual/decode2.js +4 -0
  189. package/dist/esm/_virtual/decode2.js.map +1 -0
  190. package/dist/esm/_virtual/decode_codepoint.js +4 -0
  191. package/dist/esm/_virtual/decode_codepoint.js.map +1 -0
  192. package/dist/esm/_virtual/dom-to-react.js +4 -0
  193. package/dist/esm/_virtual/dom-to-react.js.map +1 -0
  194. package/dist/esm/_virtual/encode-html.js +4 -0
  195. package/dist/esm/_virtual/encode-html.js.map +1 -0
  196. package/dist/esm/_virtual/encode.js +4 -0
  197. package/dist/esm/_virtual/encode.js.map +1 -0
  198. package/dist/esm/_virtual/escape.js +4 -0
  199. package/dist/esm/_virtual/escape.js.map +1 -0
  200. package/dist/esm/_virtual/feeds.js +4 -0
  201. package/dist/esm/_virtual/feeds.js.map +1 -0
  202. package/dist/esm/_virtual/foreignNames.js +4 -0
  203. package/dist/esm/_virtual/foreignNames.js.map +1 -0
  204. package/dist/esm/_virtual/helpers.js +4 -0
  205. package/dist/esm/_virtual/helpers.js.map +1 -0
  206. package/dist/esm/_virtual/html-to-dom.js +4 -0
  207. package/dist/esm/_virtual/html-to-dom.js.map +1 -0
  208. package/dist/esm/_virtual/index.js +8 -0
  209. package/dist/esm/_virtual/index.js.map +1 -0
  210. package/dist/esm/_virtual/index10.js +4 -0
  211. package/dist/esm/_virtual/index10.js.map +1 -0
  212. package/dist/esm/_virtual/index11.js +4 -0
  213. package/dist/esm/_virtual/index11.js.map +1 -0
  214. package/dist/esm/_virtual/index2.js +4 -0
  215. package/dist/esm/_virtual/index2.js.map +1 -0
  216. package/dist/esm/_virtual/index3.js +4 -0
  217. package/dist/esm/_virtual/index3.js.map +1 -0
  218. package/dist/esm/_virtual/index4.js +4 -0
  219. package/dist/esm/_virtual/index4.js.map +1 -0
  220. package/dist/esm/_virtual/index5.js +4 -0
  221. package/dist/esm/_virtual/index5.js.map +1 -0
  222. package/dist/esm/_virtual/index6.js +4 -0
  223. package/dist/esm/_virtual/index6.js.map +1 -0
  224. package/dist/esm/_virtual/index7.js +4 -0
  225. package/dist/esm/_virtual/index7.js.map +1 -0
  226. package/dist/esm/_virtual/index8.js +4 -0
  227. package/dist/esm/_virtual/index8.js.map +1 -0
  228. package/dist/esm/_virtual/index9.js +4 -0
  229. package/dist/esm/_virtual/index9.js.map +1 -0
  230. package/dist/esm/_virtual/legacy.js +4 -0
  231. package/dist/esm/_virtual/legacy.js.map +1 -0
  232. package/dist/esm/_virtual/manipulation.js +4 -0
  233. package/dist/esm/_virtual/manipulation.js.map +1 -0
  234. package/dist/esm/_virtual/node.js +4 -0
  235. package/dist/esm/_virtual/node.js.map +1 -0
  236. package/dist/esm/_virtual/possibleStandardNamesOptimized.js +4 -0
  237. package/dist/esm/_virtual/possibleStandardNamesOptimized.js.map +1 -0
  238. package/dist/esm/_virtual/querying.js +4 -0
  239. package/dist/esm/_virtual/querying.js.map +1 -0
  240. package/dist/esm/_virtual/stringify.js +4 -0
  241. package/dist/esm/_virtual/stringify.js.map +1 -0
  242. package/dist/esm/_virtual/traversal.js +4 -0
  243. package/dist/esm/_virtual/traversal.js.map +1 -0
  244. package/dist/esm/_virtual/types.js +4 -0
  245. package/dist/esm/_virtual/types.js.map +1 -0
  246. package/dist/esm/_virtual/utilities.js +4 -0
  247. package/dist/esm/_virtual/utilities.js.map +1 -0
  248. package/dist/esm/_virtual/utilities2.js +4 -0
  249. package/dist/esm/_virtual/utilities2.js.map +1 -0
  250. package/dist/esm/_virtual/utilities3.js +4 -0
  251. package/dist/esm/_virtual/utilities3.js.map +1 -0
  252. package/dist/esm/components/Alert.js +1 -0
  253. package/dist/esm/components/Alert.js.map +1 -1
  254. package/dist/esm/components/Modal.js +2 -1
  255. package/dist/esm/components/Modal.js.map +1 -1
  256. package/dist/esm/node_modules/dom-serializer/lib/foreignNames.js +114 -0
  257. package/dist/esm/node_modules/dom-serializer/lib/foreignNames.js.map +1 -0
  258. package/dist/esm/node_modules/dom-serializer/lib/index.js +243 -0
  259. package/dist/esm/node_modules/dom-serializer/lib/index.js.map +1 -0
  260. package/dist/esm/node_modules/domelementtype/lib/index.js +68 -0
  261. package/dist/esm/node_modules/domelementtype/lib/index.js.map +1 -0
  262. package/dist/esm/node_modules/domhandler/lib/index.js +180 -0
  263. package/dist/esm/node_modules/domhandler/lib/index.js.map +1 -0
  264. package/dist/esm/node_modules/domhandler/lib/node.js +486 -0
  265. package/dist/esm/node_modules/domhandler/lib/node.js.map +1 -0
  266. package/dist/esm/node_modules/domutils/lib/feeds.js +203 -0
  267. package/dist/esm/node_modules/domutils/lib/feeds.js.map +1 -0
  268. package/dist/esm/node_modules/domutils/lib/helpers.js +154 -0
  269. package/dist/esm/node_modules/domutils/lib/helpers.js.map +1 -0
  270. package/dist/esm/node_modules/domutils/lib/index.js +54 -0
  271. package/dist/esm/node_modules/domutils/lib/index.js.map +1 -0
  272. package/dist/esm/node_modules/domutils/lib/legacy.js +181 -0
  273. package/dist/esm/node_modules/domutils/lib/legacy.js.map +1 -0
  274. package/dist/esm/node_modules/domutils/lib/manipulation.js +153 -0
  275. package/dist/esm/node_modules/domutils/lib/manipulation.js.map +1 -0
  276. package/dist/esm/node_modules/domutils/lib/querying.js +167 -0
  277. package/dist/esm/node_modules/domutils/lib/querying.js.map +1 -0
  278. package/dist/esm/node_modules/domutils/lib/stringify.js +105 -0
  279. package/dist/esm/node_modules/domutils/lib/stringify.js.map +1 -0
  280. package/dist/esm/node_modules/domutils/lib/traversal.js +137 -0
  281. package/dist/esm/node_modules/domutils/lib/traversal.js.map +1 -0
  282. package/dist/esm/node_modules/entities/lib/decode.js +552 -0
  283. package/dist/esm/node_modules/entities/lib/decode.js.map +1 -0
  284. package/dist/esm/node_modules/entities/lib/decode_codepoint.js +89 -0
  285. package/dist/esm/node_modules/entities/lib/decode_codepoint.js.map +1 -0
  286. package/dist/esm/node_modules/entities/lib/encode.js +90 -0
  287. package/dist/esm/node_modules/entities/lib/encode.js.map +1 -0
  288. package/dist/esm/node_modules/entities/lib/escape.js +135 -0
  289. package/dist/esm/node_modules/entities/lib/escape.js.map +1 -0
  290. package/dist/esm/node_modules/entities/lib/generated/decode-data-html.js +20 -0
  291. package/dist/esm/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
  292. package/dist/esm/node_modules/entities/lib/generated/decode-data-xml.js +20 -0
  293. package/dist/esm/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
  294. package/dist/esm/node_modules/entities/lib/generated/encode-html.js +23 -0
  295. package/dist/esm/node_modules/entities/lib/generated/encode-html.js.map +1 -0
  296. package/dist/esm/node_modules/entities/lib/index.js +142 -0
  297. package/dist/esm/node_modules/entities/lib/index.js.map +1 -0
  298. package/dist/esm/node_modules/html-dom-parser/lib/index.js +45 -0
  299. package/dist/esm/node_modules/html-dom-parser/lib/index.js.map +1 -0
  300. package/dist/esm/node_modules/html-dom-parser/lib/server/html-to-dom.js +44 -0
  301. package/dist/esm/node_modules/html-dom-parser/lib/server/html-to-dom.js.map +1 -0
  302. package/dist/esm/node_modules/html-dom-parser/lib/server/utilities.js +30 -0
  303. package/dist/esm/node_modules/html-dom-parser/lib/server/utilities.js.map +1 -0
  304. package/dist/esm/node_modules/html-dom-parser/lib/types.js +14 -0
  305. package/dist/esm/node_modules/html-dom-parser/lib/types.js.map +1 -0
  306. package/dist/esm/node_modules/html-react-parser/esm/index.js +6 -0
  307. package/dist/esm/node_modules/html-react-parser/esm/index.js.map +1 -0
  308. package/dist/esm/node_modules/html-react-parser/lib/attributes-to-props.js +87 -0
  309. package/dist/esm/node_modules/html-react-parser/lib/attributes-to-props.js.map +1 -0
  310. package/dist/esm/node_modules/html-react-parser/lib/dom-to-react.js +136 -0
  311. package/dist/esm/node_modules/html-react-parser/lib/dom-to-react.js.map +1 -0
  312. package/dist/esm/node_modules/html-react-parser/lib/index.js +53 -0
  313. package/dist/esm/node_modules/html-react-parser/lib/index.js.map +1 -0
  314. package/dist/esm/node_modules/html-react-parser/lib/utilities.js +119 -0
  315. package/dist/esm/node_modules/html-react-parser/lib/utilities.js.map +1 -0
  316. package/dist/esm/node_modules/htmlparser2/dist/commonjs/Parser.js +540 -0
  317. package/dist/esm/node_modules/htmlparser2/dist/commonjs/Parser.js.map +1 -0
  318. package/dist/esm/node_modules/htmlparser2/dist/commonjs/Tokenizer.js +803 -0
  319. package/dist/esm/node_modules/htmlparser2/dist/commonjs/Tokenizer.js.map +1 -0
  320. package/dist/esm/node_modules/htmlparser2/dist/commonjs/index.js +141 -0
  321. package/dist/esm/node_modules/htmlparser2/dist/commonjs/index.js.map +1 -0
  322. package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js +90 -0
  323. package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js.map +1 -0
  324. package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js +527 -0
  325. package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js.map +1 -0
  326. package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js +21 -0
  327. package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map +1 -0
  328. package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +21 -0
  329. package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map +1 -0
  330. package/dist/esm/node_modules/inline-style-parser/cjs/index.js +272 -0
  331. package/dist/esm/node_modules/inline-style-parser/cjs/index.js.map +1 -0
  332. package/dist/esm/node_modules/react-property/lib/index.js +532 -0
  333. package/dist/esm/node_modules/react-property/lib/index.js.map +1 -0
  334. package/dist/esm/node_modules/react-property/lib/possibleStandardNamesOptimized.js +505 -0
  335. package/dist/esm/node_modules/react-property/lib/possibleStandardNamesOptimized.js.map +1 -0
  336. package/dist/esm/node_modules/style-to-js/cjs/index.js +38 -0
  337. package/dist/esm/node_modules/style-to-js/cjs/index.js.map +1 -0
  338. package/dist/esm/node_modules/style-to-js/cjs/utilities.js +58 -0
  339. package/dist/esm/node_modules/style-to-js/cjs/utilities.js.map +1 -0
  340. package/dist/esm/node_modules/style-to-object/cjs/index.js +56 -0
  341. package/dist/esm/node_modules/style-to-object/cjs/index.js.map +1 -0
  342. package/package.json +3 -2
@@ -0,0 +1,180 @@
1
+ import { __exports as lib } from '../../../_virtual/index4.js';
2
+ import { __require as requireLib$1 } from '../../domelementtype/lib/index.js';
3
+ import { __require as requireNode } from './node.js';
4
+
5
+ var hasRequiredLib;
6
+
7
+ function requireLib () {
8
+ if (hasRequiredLib) return lib;
9
+ hasRequiredLib = 1;
10
+ (function (exports) {
11
+ var __createBinding = (lib && lib.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ var desc = Object.getOwnPropertyDescriptor(m, k);
14
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
15
+ desc = { enumerable: true, get: function() { return m[k]; } };
16
+ }
17
+ Object.defineProperty(o, k2, desc);
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __exportStar = (lib && lib.__exportStar) || function(m, exports) {
23
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.DomHandler = void 0;
27
+ var domelementtype_1 = /*@__PURE__*/ requireLib$1();
28
+ var node_js_1 = /*@__PURE__*/ requireNode();
29
+ __exportStar(/*@__PURE__*/ requireNode(), exports);
30
+ // Default options
31
+ var defaultOpts = {
32
+ withStartIndices: false,
33
+ withEndIndices: false,
34
+ xmlMode: false,
35
+ };
36
+ var DomHandler = /** @class */ (function () {
37
+ /**
38
+ * @param callback Called once parsing has completed.
39
+ * @param options Settings for the handler.
40
+ * @param elementCB Callback whenever a tag is closed.
41
+ */
42
+ function DomHandler(callback, options, elementCB) {
43
+ /** The elements of the DOM */
44
+ this.dom = [];
45
+ /** The root element for the DOM */
46
+ this.root = new node_js_1.Document(this.dom);
47
+ /** Indicated whether parsing has been completed. */
48
+ this.done = false;
49
+ /** Stack of open tags. */
50
+ this.tagStack = [this.root];
51
+ /** A data node that is still being written to. */
52
+ this.lastNode = null;
53
+ /** Reference to the parser instance. Used for location information. */
54
+ this.parser = null;
55
+ // Make it possible to skip arguments, for backwards-compatibility
56
+ if (typeof options === "function") {
57
+ elementCB = options;
58
+ options = defaultOpts;
59
+ }
60
+ if (typeof callback === "object") {
61
+ options = callback;
62
+ callback = undefined;
63
+ }
64
+ this.callback = callback !== null && callback !== void 0 ? callback : null;
65
+ this.options = options !== null && options !== void 0 ? options : defaultOpts;
66
+ this.elementCB = elementCB !== null && elementCB !== void 0 ? elementCB : null;
67
+ }
68
+ DomHandler.prototype.onparserinit = function (parser) {
69
+ this.parser = parser;
70
+ };
71
+ // Resets the handler back to starting state
72
+ DomHandler.prototype.onreset = function () {
73
+ this.dom = [];
74
+ this.root = new node_js_1.Document(this.dom);
75
+ this.done = false;
76
+ this.tagStack = [this.root];
77
+ this.lastNode = null;
78
+ this.parser = null;
79
+ };
80
+ // Signals the handler that parsing is done
81
+ DomHandler.prototype.onend = function () {
82
+ if (this.done)
83
+ return;
84
+ this.done = true;
85
+ this.parser = null;
86
+ this.handleCallback(null);
87
+ };
88
+ DomHandler.prototype.onerror = function (error) {
89
+ this.handleCallback(error);
90
+ };
91
+ DomHandler.prototype.onclosetag = function () {
92
+ this.lastNode = null;
93
+ var elem = this.tagStack.pop();
94
+ if (this.options.withEndIndices) {
95
+ elem.endIndex = this.parser.endIndex;
96
+ }
97
+ if (this.elementCB)
98
+ this.elementCB(elem);
99
+ };
100
+ DomHandler.prototype.onopentag = function (name, attribs) {
101
+ var type = this.options.xmlMode ? domelementtype_1.ElementType.Tag : undefined;
102
+ var element = new node_js_1.Element(name, attribs, undefined, type);
103
+ this.addNode(element);
104
+ this.tagStack.push(element);
105
+ };
106
+ DomHandler.prototype.ontext = function (data) {
107
+ var lastNode = this.lastNode;
108
+ if (lastNode && lastNode.type === domelementtype_1.ElementType.Text) {
109
+ lastNode.data += data;
110
+ if (this.options.withEndIndices) {
111
+ lastNode.endIndex = this.parser.endIndex;
112
+ }
113
+ }
114
+ else {
115
+ var node = new node_js_1.Text(data);
116
+ this.addNode(node);
117
+ this.lastNode = node;
118
+ }
119
+ };
120
+ DomHandler.prototype.oncomment = function (data) {
121
+ if (this.lastNode && this.lastNode.type === domelementtype_1.ElementType.Comment) {
122
+ this.lastNode.data += data;
123
+ return;
124
+ }
125
+ var node = new node_js_1.Comment(data);
126
+ this.addNode(node);
127
+ this.lastNode = node;
128
+ };
129
+ DomHandler.prototype.oncommentend = function () {
130
+ this.lastNode = null;
131
+ };
132
+ DomHandler.prototype.oncdatastart = function () {
133
+ var text = new node_js_1.Text("");
134
+ var node = new node_js_1.CDATA([text]);
135
+ this.addNode(node);
136
+ text.parent = node;
137
+ this.lastNode = text;
138
+ };
139
+ DomHandler.prototype.oncdataend = function () {
140
+ this.lastNode = null;
141
+ };
142
+ DomHandler.prototype.onprocessinginstruction = function (name, data) {
143
+ var node = new node_js_1.ProcessingInstruction(name, data);
144
+ this.addNode(node);
145
+ };
146
+ DomHandler.prototype.handleCallback = function (error) {
147
+ if (typeof this.callback === "function") {
148
+ this.callback(error, this.dom);
149
+ }
150
+ else if (error) {
151
+ throw error;
152
+ }
153
+ };
154
+ DomHandler.prototype.addNode = function (node) {
155
+ var parent = this.tagStack[this.tagStack.length - 1];
156
+ var previousSibling = parent.children[parent.children.length - 1];
157
+ if (this.options.withStartIndices) {
158
+ node.startIndex = this.parser.startIndex;
159
+ }
160
+ if (this.options.withEndIndices) {
161
+ node.endIndex = this.parser.endIndex;
162
+ }
163
+ parent.children.push(node);
164
+ if (previousSibling) {
165
+ node.prev = previousSibling;
166
+ previousSibling.next = node;
167
+ }
168
+ node.parent = parent;
169
+ this.lastNode = null;
170
+ };
171
+ return DomHandler;
172
+ }());
173
+ exports.DomHandler = DomHandler;
174
+ exports.default = DomHandler;
175
+ } (lib));
176
+ return lib;
177
+ }
178
+
179
+ export { requireLib as __require };
180
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/domhandler/lib/index.js"],"sourcesContent":["\"use strict\";\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.DomHandler = void 0;\nvar domelementtype_1 = require(\"domelementtype\");\nvar node_js_1 = require(\"./node.js\");\n__exportStar(require(\"./node.js\"), exports);\n// Default options\nvar defaultOpts = {\n withStartIndices: false,\n withEndIndices: false,\n xmlMode: false,\n};\nvar DomHandler = /** @class */ (function () {\n /**\n * @param callback Called once parsing has completed.\n * @param options Settings for the handler.\n * @param elementCB Callback whenever a tag is closed.\n */\n function DomHandler(callback, options, elementCB) {\n /** The elements of the DOM */\n this.dom = [];\n /** The root element for the DOM */\n this.root = new node_js_1.Document(this.dom);\n /** Indicated whether parsing has been completed. */\n this.done = false;\n /** Stack of open tags. */\n this.tagStack = [this.root];\n /** A data node that is still being written to. */\n this.lastNode = null;\n /** Reference to the parser instance. Used for location information. */\n this.parser = null;\n // Make it possible to skip arguments, for backwards-compatibility\n if (typeof options === \"function\") {\n elementCB = options;\n options = defaultOpts;\n }\n if (typeof callback === \"object\") {\n options = callback;\n callback = undefined;\n }\n this.callback = callback !== null && callback !== void 0 ? callback : null;\n this.options = options !== null && options !== void 0 ? options : defaultOpts;\n this.elementCB = elementCB !== null && elementCB !== void 0 ? elementCB : null;\n }\n DomHandler.prototype.onparserinit = function (parser) {\n this.parser = parser;\n };\n // Resets the handler back to starting state\n DomHandler.prototype.onreset = function () {\n this.dom = [];\n this.root = new node_js_1.Document(this.dom);\n this.done = false;\n this.tagStack = [this.root];\n this.lastNode = null;\n this.parser = null;\n };\n // Signals the handler that parsing is done\n DomHandler.prototype.onend = function () {\n if (this.done)\n return;\n this.done = true;\n this.parser = null;\n this.handleCallback(null);\n };\n DomHandler.prototype.onerror = function (error) {\n this.handleCallback(error);\n };\n DomHandler.prototype.onclosetag = function () {\n this.lastNode = null;\n var elem = this.tagStack.pop();\n if (this.options.withEndIndices) {\n elem.endIndex = this.parser.endIndex;\n }\n if (this.elementCB)\n this.elementCB(elem);\n };\n DomHandler.prototype.onopentag = function (name, attribs) {\n var type = this.options.xmlMode ? domelementtype_1.ElementType.Tag : undefined;\n var element = new node_js_1.Element(name, attribs, undefined, type);\n this.addNode(element);\n this.tagStack.push(element);\n };\n DomHandler.prototype.ontext = function (data) {\n var lastNode = this.lastNode;\n if (lastNode && lastNode.type === domelementtype_1.ElementType.Text) {\n lastNode.data += data;\n if (this.options.withEndIndices) {\n lastNode.endIndex = this.parser.endIndex;\n }\n }\n else {\n var node = new node_js_1.Text(data);\n this.addNode(node);\n this.lastNode = node;\n }\n };\n DomHandler.prototype.oncomment = function (data) {\n if (this.lastNode && this.lastNode.type === domelementtype_1.ElementType.Comment) {\n this.lastNode.data += data;\n return;\n }\n var node = new node_js_1.Comment(data);\n this.addNode(node);\n this.lastNode = node;\n };\n DomHandler.prototype.oncommentend = function () {\n this.lastNode = null;\n };\n DomHandler.prototype.oncdatastart = function () {\n var text = new node_js_1.Text(\"\");\n var node = new node_js_1.CDATA([text]);\n this.addNode(node);\n text.parent = node;\n this.lastNode = text;\n };\n DomHandler.prototype.oncdataend = function () {\n this.lastNode = null;\n };\n DomHandler.prototype.onprocessinginstruction = function (name, data) {\n var node = new node_js_1.ProcessingInstruction(name, data);\n this.addNode(node);\n };\n DomHandler.prototype.handleCallback = function (error) {\n if (typeof this.callback === \"function\") {\n this.callback(error, this.dom);\n }\n else if (error) {\n throw error;\n }\n };\n DomHandler.prototype.addNode = function (node) {\n var parent = this.tagStack[this.tagStack.length - 1];\n var previousSibling = parent.children[parent.children.length - 1];\n if (this.options.withStartIndices) {\n node.startIndex = this.parser.startIndex;\n }\n if (this.options.withEndIndices) {\n node.endIndex = this.parser.endIndex;\n }\n parent.children.push(node);\n if (previousSibling) {\n node.prev = previousSibling;\n previousSibling.next = node;\n }\n node.parent = parent;\n this.lastNode = null;\n };\n return DomHandler;\n}());\nexports.DomHandler = DomHandler;\nexports.default = DomHandler;\n"],"names":["this","require$$0","require$$1"],"mappings":";;;;;;;;;;EACA,IAAI,eAAe,GAAG,CAACA,GAAI,IAAIA,GAAI,CAAC,eAAe,MAAM,MAAM,CAAC,MAAM,IAAI,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE;AAChG,MAAI,IAAI,EAAE,KAAK,SAAS,EAAE,EAAE,GAAG,CAAC;MAC5B,IAAI,IAAI,GAAG,MAAM,CAAC,wBAAwB,CAAC,CAAC,EAAE,CAAC,CAAC;MAChD,IAAI,CAAC,IAAI,KAAK,KAAK,IAAI,IAAI,GAAG,CAAC,CAAC,CAAC,UAAU,GAAG,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,YAAY,CAAC,EAAE;AACvF,QAAM,IAAI,GAAG,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE;AACnE,MAAA;MACI,MAAM,CAAC,cAAc,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC;EACtC,CAAC,KAAK,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE;AAC5B,MAAI,IAAI,EAAE,KAAK,SAAS,EAAE,EAAE,GAAG,CAAC;MAC5B,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AAChB,EAAA,CAAC,CAAC,CAAC;AACH,EAAA,IAAI,YAAY,GAAG,CAACA,GAAI,IAAIA,GAAI,CAAC,YAAY,KAAK,SAAS,CAAC,EAAE,OAAO,EAAE;AACvE,MAAI,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,KAAK,SAAS,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,EAAE,eAAe,CAAC,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC;EAC7H,CAAC;EACD,MAAM,CAAC,cAAc,CAAA,OAAA,EAAU,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC7D,EAAA,OAAA,CAAA,UAAA,GAAqB,MAAM;EAC3B,IAAI,gBAAgB,iBAAGC,YAAA,EAAyB;EAChD,IAAI,SAAS,iBAAGC,WAAA,EAAoB;AACpC,EAAA,YAAY,eAACA,WAAA,EAAoB,EAAE,OAAO,CAAC;AAC3C;AACA,EAAA,IAAI,WAAW,GAAG;MACd,gBAAgB,EAAE,KAAK;MACvB,cAAc,EAAE,KAAK;MACrB,OAAO,EAAE,KAAK;GACjB;EACD,IAAI,UAAU,kBAAkB,YAAY;AAC5C;AACA;AACA;AACA;AACA;MACI,SAAS,UAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,SAAS,EAAE;AACtD;AACA,UAAQ,IAAI,CAAC,GAAG,GAAG,EAAE;AACrB;AACA,UAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC;AACpD;AACA,UAAQ,IAAI,CAAC,IAAI,GAAG,KAAK;AACzB;UACQ,IAAI,CAAC,QAAQ,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;AACnC;AACA,UAAQ,IAAI,CAAC,QAAQ,GAAG,IAAI;AAC5B;AACA,UAAQ,IAAI,CAAC,MAAM,GAAG,IAAI;AAC1B;AACA,UAAQ,IAAI,OAAO,OAAO,KAAK,UAAU,EAAE;cAC/B,SAAS,GAAG,OAAO;cACnB,OAAO,GAAG,WAAW;AACjC,UAAA;AACA,UAAQ,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE;cAC9B,OAAO,GAAG,QAAQ;cAClB,QAAQ,GAAG,SAAS;AAChC,UAAA;AACA,UAAQ,IAAI,CAAC,QAAQ,GAAG,QAAQ,KAAK,IAAI,IAAI,QAAQ,KAAK,MAAM,GAAG,QAAQ,GAAG,IAAI;AAClF,UAAQ,IAAI,CAAC,OAAO,GAAG,OAAO,KAAK,IAAI,IAAI,OAAO,KAAK,MAAM,GAAG,OAAO,GAAG,WAAW;AACrF,UAAQ,IAAI,CAAC,SAAS,GAAG,SAAS,KAAK,IAAI,IAAI,SAAS,KAAK,MAAM,GAAG,SAAS,GAAG,IAAI;AACtF,MAAA;MACI,UAAU,CAAC,SAAS,CAAC,YAAY,GAAG,UAAU,MAAM,EAAE;AAC1D,UAAQ,IAAI,CAAC,MAAM,GAAG,MAAM;MAC5B,CAAK;AACL;AACA,MAAI,UAAU,CAAC,SAAS,CAAC,OAAO,GAAG,YAAY;AAC/C,UAAQ,IAAI,CAAC,GAAG,GAAG,EAAE;AACrB,UAAQ,IAAI,CAAC,IAAI,GAAG,IAAI,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC;AACpD,UAAQ,IAAI,CAAC,IAAI,GAAG,KAAK;UACjB,IAAI,CAAC,QAAQ,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;AACnC,UAAQ,IAAI,CAAC,QAAQ,GAAG,IAAI;AAC5B,UAAQ,IAAI,CAAC,MAAM,GAAG,IAAI;MAC1B,CAAK;AACL;AACA,MAAI,UAAU,CAAC,SAAS,CAAC,KAAK,GAAG,YAAY;UACrC,IAAI,IAAI,CAAC,IAAI;cACT;AACZ,UAAQ,IAAI,CAAC,IAAI,GAAG,IAAI;AACxB,UAAQ,IAAI,CAAC,MAAM,GAAG,IAAI;AAC1B,UAAQ,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC;MACjC,CAAK;MACD,UAAU,CAAC,SAAS,CAAC,OAAO,GAAG,UAAU,KAAK,EAAE;AACpD,UAAQ,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC;MAClC,CAAK;AACL,MAAI,UAAU,CAAC,SAAS,CAAC,UAAU,GAAG,YAAY;AAClD,UAAQ,IAAI,CAAC,QAAQ,GAAG,IAAI;UACpB,IAAI,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE;AACtC,UAAQ,IAAI,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE;cAC7B,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ;AAChD,UAAA;UACQ,IAAI,IAAI,CAAC,SAAS;AAC1B,cAAY,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC;MAChC,CAAK;MACD,UAAU,CAAC,SAAS,CAAC,SAAS,GAAG,UAAU,IAAI,EAAE,OAAO,EAAE;AAC9D,UAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,gBAAgB,CAAC,WAAW,CAAC,GAAG,GAAG,SAAS;AACtF,UAAQ,IAAI,OAAO,GAAG,IAAI,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,IAAI,CAAC;AAC3E,UAAQ,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;AAC7B,UAAQ,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC;MACnC,CAAK;MACD,UAAU,CAAC,SAAS,CAAC,MAAM,GAAG,UAAU,IAAI,EAAE;AAClD,UAAQ,IAAI,QAAQ,GAAG,IAAI,CAAC,QAAQ;AACpC,UAAQ,IAAI,QAAQ,IAAI,QAAQ,CAAC,IAAI,KAAK,gBAAgB,CAAC,WAAW,CAAC,IAAI,EAAE;AAC7E,cAAY,QAAQ,CAAC,IAAI,IAAI,IAAI;AACjC,cAAY,IAAI,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE;kBAC7B,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ;AACxD,cAAA;AACA,UAAA;eACa;cACD,IAAI,IAAI,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC;AAC/C,cAAY,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;AAC9B,cAAY,IAAI,CAAC,QAAQ,GAAG,IAAI;AAChC,UAAA;MACA,CAAK;MACD,UAAU,CAAC,SAAS,CAAC,SAAS,GAAG,UAAU,IAAI,EAAE;AACrD,UAAQ,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,KAAK,gBAAgB,CAAC,WAAW,CAAC,OAAO,EAAE;AAC1F,cAAY,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,IAAI;cAC1B;AACZ,UAAA;UACQ,IAAI,IAAI,GAAG,IAAI,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC;AAC9C,UAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;AAC1B,UAAQ,IAAI,CAAC,QAAQ,GAAG,IAAI;MAC5B,CAAK;AACL,MAAI,UAAU,CAAC,SAAS,CAAC,YAAY,GAAG,YAAY;AACpD,UAAQ,IAAI,CAAC,QAAQ,GAAG,IAAI;MAC5B,CAAK;AACL,MAAI,UAAU,CAAC,SAAS,CAAC,YAAY,GAAG,YAAY;UAC5C,IAAI,IAAI,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC;UACjC,IAAI,IAAI,GAAG,IAAI,SAAS,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC;AAC9C,UAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;AAC1B,UAAQ,IAAI,CAAC,MAAM,GAAG,IAAI;AAC1B,UAAQ,IAAI,CAAC,QAAQ,GAAG,IAAI;MAC5B,CAAK;AACL,MAAI,UAAU,CAAC,SAAS,CAAC,UAAU,GAAG,YAAY;AAClD,UAAQ,IAAI,CAAC,QAAQ,GAAG,IAAI;MAC5B,CAAK;MACD,UAAU,CAAC,SAAS,CAAC,uBAAuB,GAAG,UAAU,IAAI,EAAE,IAAI,EAAE;UACjE,IAAI,IAAI,GAAG,IAAI,SAAS,CAAC,qBAAqB,CAAC,IAAI,EAAE,IAAI,CAAC;AAClE,UAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;MAC1B,CAAK;MACD,UAAU,CAAC,SAAS,CAAC,cAAc,GAAG,UAAU,KAAK,EAAE;AAC3D,UAAQ,IAAI,OAAO,IAAI,CAAC,QAAQ,KAAK,UAAU,EAAE;cACrC,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC;AAC1C,UAAA;eACa,IAAI,KAAK,EAAE;AACxB,cAAY,MAAM,KAAK;AACvB,UAAA;MACA,CAAK;MACD,UAAU,CAAC,SAAS,CAAC,OAAO,GAAG,UAAU,IAAI,EAAE;AACnD,UAAQ,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC;AAC5D,UAAQ,IAAI,eAAe,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC;AACzE,UAAQ,IAAI,IAAI,CAAC,OAAO,CAAC,gBAAgB,EAAE;cAC/B,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,MAAM,CAAC,UAAU;AACpD,UAAA;AACA,UAAQ,IAAI,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE;cAC7B,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ;AAChD,UAAA;AACA,UAAQ,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC;UAC1B,IAAI,eAAe,EAAE;AAC7B,cAAY,IAAI,CAAC,IAAI,GAAG,eAAe;AACvC,cAAY,eAAe,CAAC,IAAI,GAAG,IAAI;AACvC,UAAA;AACA,UAAQ,IAAI,CAAC,MAAM,GAAG,MAAM;AAC5B,UAAQ,IAAI,CAAC,QAAQ,GAAG,IAAI;MAC5B,CAAK;AACL,MAAI,OAAO,UAAU;AACrB,EAAA,CAAC,EAAE,CAAC;AACJ,EAAA,OAAA,CAAA,UAAA,GAAqB,UAAU;AAC/B,EAAA,OAAA,CAAA,OAAA,GAAkB,UAAU,CAAA;;;;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,486 @@
1
+ import { __exports as node } from '../../../_virtual/node.js';
2
+ import { __require as requireLib } from '../../domelementtype/lib/index.js';
3
+
4
+ var hasRequiredNode;
5
+
6
+ function requireNode () {
7
+ if (hasRequiredNode) return node;
8
+ hasRequiredNode = 1;
9
+ var __extends = (node && node.__extends) || (function () {
10
+ var extendStatics = function (d, b) {
11
+ extendStatics = Object.setPrototypeOf ||
12
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
13
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
14
+ return extendStatics(d, b);
15
+ };
16
+ return function (d, b) {
17
+ if (typeof b !== "function" && b !== null)
18
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
19
+ extendStatics(d, b);
20
+ function __() { this.constructor = d; }
21
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
22
+ };
23
+ })();
24
+ var __assign = (node && node.__assign) || function () {
25
+ __assign = Object.assign || function(t) {
26
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
27
+ s = arguments[i];
28
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
29
+ t[p] = s[p];
30
+ }
31
+ return t;
32
+ };
33
+ return __assign.apply(this, arguments);
34
+ };
35
+ Object.defineProperty(node, "__esModule", { value: true });
36
+ node.cloneNode = node.hasChildren = node.isDocument = node.isDirective = node.isComment = node.isText = node.isCDATA = node.isTag = node.Element = node.Document = node.CDATA = node.NodeWithChildren = node.ProcessingInstruction = node.Comment = node.Text = node.DataNode = node.Node = void 0;
37
+ var domelementtype_1 = /*@__PURE__*/ requireLib();
38
+ /**
39
+ * This object will be used as the prototype for Nodes when creating a
40
+ * DOM-Level-1-compliant structure.
41
+ */
42
+ var Node = /** @class */ (function () {
43
+ function Node() {
44
+ /** Parent of the node */
45
+ this.parent = null;
46
+ /** Previous sibling */
47
+ this.prev = null;
48
+ /** Next sibling */
49
+ this.next = null;
50
+ /** The start index of the node. Requires `withStartIndices` on the handler to be `true. */
51
+ this.startIndex = null;
52
+ /** The end index of the node. Requires `withEndIndices` on the handler to be `true. */
53
+ this.endIndex = null;
54
+ }
55
+ Object.defineProperty(Node.prototype, "parentNode", {
56
+ // Read-write aliases for properties
57
+ /**
58
+ * Same as {@link parent}.
59
+ * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
60
+ */
61
+ get: function () {
62
+ return this.parent;
63
+ },
64
+ set: function (parent) {
65
+ this.parent = parent;
66
+ },
67
+ enumerable: false,
68
+ configurable: true
69
+ });
70
+ Object.defineProperty(Node.prototype, "previousSibling", {
71
+ /**
72
+ * Same as {@link prev}.
73
+ * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
74
+ */
75
+ get: function () {
76
+ return this.prev;
77
+ },
78
+ set: function (prev) {
79
+ this.prev = prev;
80
+ },
81
+ enumerable: false,
82
+ configurable: true
83
+ });
84
+ Object.defineProperty(Node.prototype, "nextSibling", {
85
+ /**
86
+ * Same as {@link next}.
87
+ * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
88
+ */
89
+ get: function () {
90
+ return this.next;
91
+ },
92
+ set: function (next) {
93
+ this.next = next;
94
+ },
95
+ enumerable: false,
96
+ configurable: true
97
+ });
98
+ /**
99
+ * Clone this node, and optionally its children.
100
+ *
101
+ * @param recursive Clone child nodes as well.
102
+ * @returns A clone of the node.
103
+ */
104
+ Node.prototype.cloneNode = function (recursive) {
105
+ if (recursive === void 0) { recursive = false; }
106
+ return cloneNode(this, recursive);
107
+ };
108
+ return Node;
109
+ }());
110
+ node.Node = Node;
111
+ /**
112
+ * A node that contains some data.
113
+ */
114
+ var DataNode = /** @class */ (function (_super) {
115
+ __extends(DataNode, _super);
116
+ /**
117
+ * @param data The content of the data node
118
+ */
119
+ function DataNode(data) {
120
+ var _this = _super.call(this) || this;
121
+ _this.data = data;
122
+ return _this;
123
+ }
124
+ Object.defineProperty(DataNode.prototype, "nodeValue", {
125
+ /**
126
+ * Same as {@link data}.
127
+ * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
128
+ */
129
+ get: function () {
130
+ return this.data;
131
+ },
132
+ set: function (data) {
133
+ this.data = data;
134
+ },
135
+ enumerable: false,
136
+ configurable: true
137
+ });
138
+ return DataNode;
139
+ }(Node));
140
+ node.DataNode = DataNode;
141
+ /**
142
+ * Text within the document.
143
+ */
144
+ var Text = /** @class */ (function (_super) {
145
+ __extends(Text, _super);
146
+ function Text() {
147
+ var _this = _super !== null && _super.apply(this, arguments) || this;
148
+ _this.type = domelementtype_1.ElementType.Text;
149
+ return _this;
150
+ }
151
+ Object.defineProperty(Text.prototype, "nodeType", {
152
+ get: function () {
153
+ return 3;
154
+ },
155
+ enumerable: false,
156
+ configurable: true
157
+ });
158
+ return Text;
159
+ }(DataNode));
160
+ node.Text = Text;
161
+ /**
162
+ * Comments within the document.
163
+ */
164
+ var Comment = /** @class */ (function (_super) {
165
+ __extends(Comment, _super);
166
+ function Comment() {
167
+ var _this = _super !== null && _super.apply(this, arguments) || this;
168
+ _this.type = domelementtype_1.ElementType.Comment;
169
+ return _this;
170
+ }
171
+ Object.defineProperty(Comment.prototype, "nodeType", {
172
+ get: function () {
173
+ return 8;
174
+ },
175
+ enumerable: false,
176
+ configurable: true
177
+ });
178
+ return Comment;
179
+ }(DataNode));
180
+ node.Comment = Comment;
181
+ /**
182
+ * Processing instructions, including doc types.
183
+ */
184
+ var ProcessingInstruction = /** @class */ (function (_super) {
185
+ __extends(ProcessingInstruction, _super);
186
+ function ProcessingInstruction(name, data) {
187
+ var _this = _super.call(this, data) || this;
188
+ _this.name = name;
189
+ _this.type = domelementtype_1.ElementType.Directive;
190
+ return _this;
191
+ }
192
+ Object.defineProperty(ProcessingInstruction.prototype, "nodeType", {
193
+ get: function () {
194
+ return 1;
195
+ },
196
+ enumerable: false,
197
+ configurable: true
198
+ });
199
+ return ProcessingInstruction;
200
+ }(DataNode));
201
+ node.ProcessingInstruction = ProcessingInstruction;
202
+ /**
203
+ * A `Node` that can have children.
204
+ */
205
+ var NodeWithChildren = /** @class */ (function (_super) {
206
+ __extends(NodeWithChildren, _super);
207
+ /**
208
+ * @param children Children of the node. Only certain node types can have children.
209
+ */
210
+ function NodeWithChildren(children) {
211
+ var _this = _super.call(this) || this;
212
+ _this.children = children;
213
+ return _this;
214
+ }
215
+ Object.defineProperty(NodeWithChildren.prototype, "firstChild", {
216
+ // Aliases
217
+ /** First child of the node. */
218
+ get: function () {
219
+ var _a;
220
+ return (_a = this.children[0]) !== null && _a !== void 0 ? _a : null;
221
+ },
222
+ enumerable: false,
223
+ configurable: true
224
+ });
225
+ Object.defineProperty(NodeWithChildren.prototype, "lastChild", {
226
+ /** Last child of the node. */
227
+ get: function () {
228
+ return this.children.length > 0
229
+ ? this.children[this.children.length - 1]
230
+ : null;
231
+ },
232
+ enumerable: false,
233
+ configurable: true
234
+ });
235
+ Object.defineProperty(NodeWithChildren.prototype, "childNodes", {
236
+ /**
237
+ * Same as {@link children}.
238
+ * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
239
+ */
240
+ get: function () {
241
+ return this.children;
242
+ },
243
+ set: function (children) {
244
+ this.children = children;
245
+ },
246
+ enumerable: false,
247
+ configurable: true
248
+ });
249
+ return NodeWithChildren;
250
+ }(Node));
251
+ node.NodeWithChildren = NodeWithChildren;
252
+ var CDATA = /** @class */ (function (_super) {
253
+ __extends(CDATA, _super);
254
+ function CDATA() {
255
+ var _this = _super !== null && _super.apply(this, arguments) || this;
256
+ _this.type = domelementtype_1.ElementType.CDATA;
257
+ return _this;
258
+ }
259
+ Object.defineProperty(CDATA.prototype, "nodeType", {
260
+ get: function () {
261
+ return 4;
262
+ },
263
+ enumerable: false,
264
+ configurable: true
265
+ });
266
+ return CDATA;
267
+ }(NodeWithChildren));
268
+ node.CDATA = CDATA;
269
+ /**
270
+ * The root node of the document.
271
+ */
272
+ var Document = /** @class */ (function (_super) {
273
+ __extends(Document, _super);
274
+ function Document() {
275
+ var _this = _super !== null && _super.apply(this, arguments) || this;
276
+ _this.type = domelementtype_1.ElementType.Root;
277
+ return _this;
278
+ }
279
+ Object.defineProperty(Document.prototype, "nodeType", {
280
+ get: function () {
281
+ return 9;
282
+ },
283
+ enumerable: false,
284
+ configurable: true
285
+ });
286
+ return Document;
287
+ }(NodeWithChildren));
288
+ node.Document = Document;
289
+ /**
290
+ * An element within the DOM.
291
+ */
292
+ var Element = /** @class */ (function (_super) {
293
+ __extends(Element, _super);
294
+ /**
295
+ * @param name Name of the tag, eg. `div`, `span`.
296
+ * @param attribs Object mapping attribute names to attribute values.
297
+ * @param children Children of the node.
298
+ */
299
+ function Element(name, attribs, children, type) {
300
+ if (children === void 0) { children = []; }
301
+ if (type === void 0) { type = name === "script"
302
+ ? domelementtype_1.ElementType.Script
303
+ : name === "style"
304
+ ? domelementtype_1.ElementType.Style
305
+ : domelementtype_1.ElementType.Tag; }
306
+ var _this = _super.call(this, children) || this;
307
+ _this.name = name;
308
+ _this.attribs = attribs;
309
+ _this.type = type;
310
+ return _this;
311
+ }
312
+ Object.defineProperty(Element.prototype, "nodeType", {
313
+ get: function () {
314
+ return 1;
315
+ },
316
+ enumerable: false,
317
+ configurable: true
318
+ });
319
+ Object.defineProperty(Element.prototype, "tagName", {
320
+ // DOM Level 1 aliases
321
+ /**
322
+ * Same as {@link name}.
323
+ * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
324
+ */
325
+ get: function () {
326
+ return this.name;
327
+ },
328
+ set: function (name) {
329
+ this.name = name;
330
+ },
331
+ enumerable: false,
332
+ configurable: true
333
+ });
334
+ Object.defineProperty(Element.prototype, "attributes", {
335
+ get: function () {
336
+ var _this = this;
337
+ return Object.keys(this.attribs).map(function (name) {
338
+ var _a, _b;
339
+ return ({
340
+ name: name,
341
+ value: _this.attribs[name],
342
+ namespace: (_a = _this["x-attribsNamespace"]) === null || _a === void 0 ? void 0 : _a[name],
343
+ prefix: (_b = _this["x-attribsPrefix"]) === null || _b === void 0 ? void 0 : _b[name],
344
+ });
345
+ });
346
+ },
347
+ enumerable: false,
348
+ configurable: true
349
+ });
350
+ return Element;
351
+ }(NodeWithChildren));
352
+ node.Element = Element;
353
+ /**
354
+ * @param node Node to check.
355
+ * @returns `true` if the node is a `Element`, `false` otherwise.
356
+ */
357
+ function isTag(node) {
358
+ return (0, domelementtype_1.isTag)(node);
359
+ }
360
+ node.isTag = isTag;
361
+ /**
362
+ * @param node Node to check.
363
+ * @returns `true` if the node has the type `CDATA`, `false` otherwise.
364
+ */
365
+ function isCDATA(node) {
366
+ return node.type === domelementtype_1.ElementType.CDATA;
367
+ }
368
+ node.isCDATA = isCDATA;
369
+ /**
370
+ * @param node Node to check.
371
+ * @returns `true` if the node has the type `Text`, `false` otherwise.
372
+ */
373
+ function isText(node) {
374
+ return node.type === domelementtype_1.ElementType.Text;
375
+ }
376
+ node.isText = isText;
377
+ /**
378
+ * @param node Node to check.
379
+ * @returns `true` if the node has the type `Comment`, `false` otherwise.
380
+ */
381
+ function isComment(node) {
382
+ return node.type === domelementtype_1.ElementType.Comment;
383
+ }
384
+ node.isComment = isComment;
385
+ /**
386
+ * @param node Node to check.
387
+ * @returns `true` if the node has the type `ProcessingInstruction`, `false` otherwise.
388
+ */
389
+ function isDirective(node) {
390
+ return node.type === domelementtype_1.ElementType.Directive;
391
+ }
392
+ node.isDirective = isDirective;
393
+ /**
394
+ * @param node Node to check.
395
+ * @returns `true` if the node has the type `ProcessingInstruction`, `false` otherwise.
396
+ */
397
+ function isDocument(node) {
398
+ return node.type === domelementtype_1.ElementType.Root;
399
+ }
400
+ node.isDocument = isDocument;
401
+ /**
402
+ * @param node Node to check.
403
+ * @returns `true` if the node has children, `false` otherwise.
404
+ */
405
+ function hasChildren(node) {
406
+ return Object.prototype.hasOwnProperty.call(node, "children");
407
+ }
408
+ node.hasChildren = hasChildren;
409
+ /**
410
+ * Clone a node, and optionally its children.
411
+ *
412
+ * @param recursive Clone child nodes as well.
413
+ * @returns A clone of the node.
414
+ */
415
+ function cloneNode(node, recursive) {
416
+ if (recursive === void 0) { recursive = false; }
417
+ var result;
418
+ if (isText(node)) {
419
+ result = new Text(node.data);
420
+ }
421
+ else if (isComment(node)) {
422
+ result = new Comment(node.data);
423
+ }
424
+ else if (isTag(node)) {
425
+ var children = recursive ? cloneChildren(node.children) : [];
426
+ var clone_1 = new Element(node.name, __assign({}, node.attribs), children);
427
+ children.forEach(function (child) { return (child.parent = clone_1); });
428
+ if (node.namespace != null) {
429
+ clone_1.namespace = node.namespace;
430
+ }
431
+ if (node["x-attribsNamespace"]) {
432
+ clone_1["x-attribsNamespace"] = __assign({}, node["x-attribsNamespace"]);
433
+ }
434
+ if (node["x-attribsPrefix"]) {
435
+ clone_1["x-attribsPrefix"] = __assign({}, node["x-attribsPrefix"]);
436
+ }
437
+ result = clone_1;
438
+ }
439
+ else if (isCDATA(node)) {
440
+ var children = recursive ? cloneChildren(node.children) : [];
441
+ var clone_2 = new CDATA(children);
442
+ children.forEach(function (child) { return (child.parent = clone_2); });
443
+ result = clone_2;
444
+ }
445
+ else if (isDocument(node)) {
446
+ var children = recursive ? cloneChildren(node.children) : [];
447
+ var clone_3 = new Document(children);
448
+ children.forEach(function (child) { return (child.parent = clone_3); });
449
+ if (node["x-mode"]) {
450
+ clone_3["x-mode"] = node["x-mode"];
451
+ }
452
+ result = clone_3;
453
+ }
454
+ else if (isDirective(node)) {
455
+ var instruction = new ProcessingInstruction(node.name, node.data);
456
+ if (node["x-name"] != null) {
457
+ instruction["x-name"] = node["x-name"];
458
+ instruction["x-publicId"] = node["x-publicId"];
459
+ instruction["x-systemId"] = node["x-systemId"];
460
+ }
461
+ result = instruction;
462
+ }
463
+ else {
464
+ throw new Error("Not implemented yet: ".concat(node.type));
465
+ }
466
+ result.startIndex = node.startIndex;
467
+ result.endIndex = node.endIndex;
468
+ if (node.sourceCodeLocation != null) {
469
+ result.sourceCodeLocation = node.sourceCodeLocation;
470
+ }
471
+ return result;
472
+ }
473
+ node.cloneNode = cloneNode;
474
+ function cloneChildren(childs) {
475
+ var children = childs.map(function (child) { return cloneNode(child, true); });
476
+ for (var i = 1; i < children.length; i++) {
477
+ children[i].prev = children[i - 1];
478
+ children[i - 1].next = children[i];
479
+ }
480
+ return children;
481
+ }
482
+ return node;
483
+ }
484
+
485
+ export { requireNode as __require };
486
+ //# sourceMappingURL=node.js.map