@magic-xpa/cli 4.1100.0-dev4110.99 → 4.1101.0-dev4111.269

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 (305) hide show
  1. package/README.md +28 -28
  2. package/index.d.ts +1 -1
  3. package/index.js +4 -4
  4. package/index.js.map +1 -1
  5. package/index.ts +1 -1
  6. package/package.json +2 -2
  7. package/src/collection.json +75 -75
  8. package/src/public_api.d.ts +3 -3
  9. package/src/public_api.js +6 -6
  10. package/src/public_api.js.map +1 -1
  11. package/src/public_api.ts +5 -5
  12. package/src/schematics/magic-utils/Util.d.ts +6 -6
  13. package/src/schematics/magic-utils/Util.js +26 -26
  14. package/src/schematics/magic-utils/Util.js.map +1 -1
  15. package/src/schematics/magic-utils/config.d.ts +12 -12
  16. package/src/schematics/magic-utils/config.js +56 -56
  17. package/src/schematics/magic-utils/config.js.map +1 -1
  18. package/src/schematics/magic-utils/config.ts +68 -68
  19. package/src/schematics/magic-utils/env.d.ts +23 -23
  20. package/src/schematics/magic-utils/env.js +39 -39
  21. package/src/schematics/magic-utils/env.js.map +1 -1
  22. package/src/schematics/magic-utils/env.ts +50 -50
  23. package/src/schematics/magic-utils/manifest.d.ts +11 -11
  24. package/src/schematics/magic-utils/manifest.js +40 -40
  25. package/src/schematics/magic-utils/manifest.js.map +1 -1
  26. package/src/schematics/magic-utils/manifest.ts +46 -46
  27. package/src/schematics/magic-utils/metadata.class.d.ts +51 -51
  28. package/src/schematics/magic-utils/metadata.class.js +124 -124
  29. package/src/schematics/magic-utils/metadata.class.js.map +1 -1
  30. package/src/schematics/magic-utils/metadata.class.ts +159 -159
  31. package/src/schematics/magic-utils/process-json.d.ts +2 -2
  32. package/src/schematics/magic-utils/process-json.js +157 -158
  33. package/src/schematics/magic-utils/process-json.js.map +1 -1
  34. package/src/schematics/magic-utils/rules/build-control.rule.d.ts +5 -5
  35. package/src/schematics/magic-utils/rules/build-control.rule.js +73 -74
  36. package/src/schematics/magic-utils/rules/build-control.rule.js.map +1 -1
  37. package/src/schematics/magic-utils/rules/build-view.rule.d.ts +3 -3
  38. package/src/schematics/magic-utils/rules/build-view.rule.js +82 -83
  39. package/src/schematics/magic-utils/rules/build-view.rule.js.map +1 -1
  40. package/src/schematics/magic-utils/rules/component-list.rule.d.ts +3 -3
  41. package/src/schematics/magic-utils/rules/component-list.rule.js +316 -317
  42. package/src/schematics/magic-utils/rules/component-list.rule.js.map +1 -1
  43. package/src/schematics/magic-utils/rules/generate.rule.d.ts +5 -5
  44. package/src/schematics/magic-utils/rules/generate.rule.js +53 -54
  45. package/src/schematics/magic-utils/rules/generate.rule.js.map +1 -1
  46. package/src/schematics/magic-utils/rules/generate.rule.ts +61 -61
  47. package/src/schematics/magic-utils/rules/init-add-modules.rule.d.ts +12 -12
  48. package/src/schematics/magic-utils/rules/init-add-modules.rule.js +295 -296
  49. package/src/schematics/magic-utils/rules/init-add-modules.rule.js.map +1 -1
  50. package/src/schematics/magic-utils/rules/init-add-modules.rule.ts +360 -360
  51. package/src/schematics/magic-utils/rules/init-gen-components.rule.d.ts +4 -4
  52. package/src/schematics/magic-utils/rules/init-gen-components.rule.js +65 -66
  53. package/src/schematics/magic-utils/rules/init-gen-components.rule.js.map +1 -1
  54. package/src/schematics/magic-utils/rules/init-magic-metadata.rule.d.ts +3 -3
  55. package/src/schematics/magic-utils/rules/init-magic-metadata.rule.js +17 -18
  56. package/src/schematics/magic-utils/rules/init-magic-metadata.rule.js.map +1 -1
  57. package/src/schematics/magic-utils/rules/init-magic-metadata.rule.ts +19 -19
  58. package/src/schematics/magic-utils/rules/load-views-gen.rule.d.ts +3 -3
  59. package/src/schematics/magic-utils/rules/load-views-gen.rule.js +28 -29
  60. package/src/schematics/magic-utils/rules/load-views-gen.rule.js.map +1 -1
  61. package/src/schematics/magic-utils/rules/magic-option.scheme.d.ts +22 -22
  62. package/src/schematics/magic-utils/rules/magic-option.scheme.js +2 -2
  63. package/src/schematics/magic-utils/rules/magic-option.scheme.js.map +1 -1
  64. package/src/schematics/magic-utils/rules/magic-option.scheme.ts +24 -24
  65. package/src/schematics/magic-utils/utils.d.ts +12 -12
  66. package/src/schematics/magic-utils/utils.js +116 -117
  67. package/src/schematics/magic-utils/utils.js.map +1 -1
  68. package/src/schematics/magic-utils/utils.ts +134 -134
  69. package/src/schematics/mg-Install-prerequisites/index.d.ts +3 -3
  70. package/src/schematics/mg-Install-prerequisites/index.js +24 -25
  71. package/src/schematics/mg-Install-prerequisites/index.js.map +1 -1
  72. package/src/schematics/mg-Install-prerequisites/index.ts +30 -30
  73. package/src/schematics/mg-Install-prerequisites/schema.json +14 -14
  74. package/src/schematics/mg-add/files/src/app/app.component.html +17 -17
  75. package/src/schematics/mg-add/files/src/app/app.routes.ts +14 -14
  76. package/src/schematics/mg-add/files/src/app/magic/component-list.g.ts +9 -9
  77. package/src/schematics/mg-add/files/src/app/magic/lazy-loader.service.ts +2 -1
  78. package/src/schematics/mg-add/files/src/app/magic/magic.gen.lib.module.ts +19 -19
  79. package/src/schematics/mg-add/files/src/magic-styles.css +131 -131
  80. package/src/schematics/mg-add/index.d.ts +3 -3
  81. package/src/schematics/mg-add/index.js +150 -151
  82. package/src/schematics/mg-add/index.js.map +1 -1
  83. package/src/schematics/mg-add/schema.json +29 -29
  84. package/src/schematics/mg-add/utils/add-declaration-to-root-module.d.ts +2 -2
  85. package/src/schematics/mg-add/utils/add-declaration-to-root-module.js +10 -11
  86. package/src/schematics/mg-add/utils/add-declaration-to-root-module.js.map +1 -1
  87. package/src/schematics/mg-add/utils/add-declaration-to-root-module.ts +12 -12
  88. package/src/schematics/mg-add/webModule/app.routes.ts +14 -14
  89. package/src/schematics/mg-add-tasks/index.d.ts +3 -3
  90. package/src/schematics/mg-add-tasks/index.js +29 -30
  91. package/src/schematics/mg-add-tasks/index.js.map +1 -1
  92. package/src/schematics/mg-add-tasks/index.ts +53 -53
  93. package/src/schematics/mg-add-tasks/schema.json +41 -41
  94. package/src/schematics/mg-delete-files/index.d.ts +3 -3
  95. package/src/schematics/mg-delete-files/index.js +12 -13
  96. package/src/schematics/mg-delete-files/index.js.map +1 -1
  97. package/src/schematics/mg-delete-files/index.ts +12 -12
  98. package/src/schematics/mg-delete-files/schema.json +14 -14
  99. package/src/schematics/mg-gen-module/index.d.ts +3 -3
  100. package/src/schematics/mg-gen-module/index.js +14 -15
  101. package/src/schematics/mg-gen-module/index.js.map +1 -1
  102. package/src/schematics/mg-gen-module/index.ts +14 -14
  103. package/src/schematics/mg-gen-module/schema.json +24 -24
  104. package/src/schematics/mg-generate/index.d.ts +3 -3
  105. package/src/schematics/mg-generate/index.js +12 -13
  106. package/src/schematics/mg-generate/index.js.map +1 -1
  107. package/src/schematics/mg-generate/index.ts +12 -12
  108. package/src/schematics/mg-generate/schema.json +34 -34
  109. package/src/schematics/mg-generate-component/index.d.ts +3 -3
  110. package/src/schematics/mg-generate-component/index.js +34 -35
  111. package/src/schematics/mg-generate-component/index.js.map +1 -1
  112. package/src/schematics/mg-install/index.d.ts +3 -3
  113. package/src/schematics/mg-install/index.js +29 -30
  114. package/src/schematics/mg-install/index.js.map +1 -1
  115. package/src/schematics/mg-install/index.ts +37 -37
  116. package/src/schematics/mg-install/schema.json +24 -24
  117. package/src/schematics/mg-routes/index.d.ts +6 -6
  118. package/src/schematics/mg-routes/index.js +62 -63
  119. package/src/schematics/mg-routes/index.js.map +1 -1
  120. package/src/schematics/mg-routes/schema.json +14 -14
  121. package/src/schematics/mg-single-control/index.d.ts +3 -3
  122. package/src/schematics/mg-single-control/index.js +28 -29
  123. package/src/schematics/mg-single-control/index.js.map +1 -1
  124. package/src/schematics/mg-single-control/schema.json +24 -24
  125. package/src/schematics/utils/ast.d.ts +21 -21
  126. package/src/schematics/utils/ast.js +90 -91
  127. package/src/schematics/utils/ast.js.map +1 -1
  128. package/src/schematics/utils/ast.ts +103 -103
  129. package/src/schematics/utils/devkit-utils/README.md +1 -1
  130. package/src/schematics/utils/devkit-utils/ast-utils.d.ts +87 -87
  131. package/src/schematics/utils/devkit-utils/ast-utils.js +489 -490
  132. package/src/schematics/utils/devkit-utils/ast-utils.js.map +1 -1
  133. package/src/schematics/utils/devkit-utils/ast-utils.ts +570 -570
  134. package/src/schematics/utils/devkit-utils/ast-utils_old.d.ts +68 -68
  135. package/src/schematics/utils/devkit-utils/ast-utils_old.js +419 -420
  136. package/src/schematics/utils/devkit-utils/ast-utils_old.js.map +1 -1
  137. package/src/schematics/utils/devkit-utils/ast-utils_old.ts +478 -478
  138. package/src/schematics/utils/devkit-utils/change.d.ts +66 -66
  139. package/src/schematics/utils/devkit-utils/change.js +94 -94
  140. package/src/schematics/utils/devkit-utils/change.js.map +1 -1
  141. package/src/schematics/utils/devkit-utils/change.ts +127 -127
  142. package/src/schematics/utils/devkit-utils/component.d.ts +2 -2
  143. package/src/schematics/utils/devkit-utils/component.js +96 -97
  144. package/src/schematics/utils/devkit-utils/component.js.map +1 -1
  145. package/src/schematics/utils/devkit-utils/component.ts +136 -136
  146. package/src/schematics/utils/devkit-utils/config.d.ts +78 -78
  147. package/src/schematics/utils/devkit-utils/config.js +52 -52
  148. package/src/schematics/utils/devkit-utils/config.js.map +1 -1
  149. package/src/schematics/utils/devkit-utils/config.ts +120 -120
  150. package/src/schematics/utils/devkit-utils/find-module.d.ts +28 -28
  151. package/src/schematics/utils/devkit-utils/find-module.js +92 -93
  152. package/src/schematics/utils/devkit-utils/find-module.js.map +1 -1
  153. package/src/schematics/utils/devkit-utils/find-module.ts +108 -108
  154. package/src/schematics/utils/devkit-utils/ng-ast-utils.d.ts +5 -5
  155. package/src/schematics/utils/devkit-utils/ng-ast-utils.js +73 -74
  156. package/src/schematics/utils/devkit-utils/ng-ast-utils.js.map +1 -1
  157. package/src/schematics/utils/devkit-utils/ng-ast-utils.ts +84 -84
  158. package/src/schematics/utils/devkit-utils/parse-name.d.ts +13 -13
  159. package/src/schematics/utils/devkit-utils/parse-name.js +19 -20
  160. package/src/schematics/utils/devkit-utils/parse-name.js.map +1 -1
  161. package/src/schematics/utils/devkit-utils/parse-name.ts +24 -24
  162. package/src/schematics/utils/devkit-utils/route-utils.d.ts +20 -20
  163. package/src/schematics/utils/devkit-utils/route-utils.js +133 -134
  164. package/src/schematics/utils/devkit-utils/route-utils.js.map +1 -1
  165. package/src/schematics/utils/devkit-utils/route-utils.ts +180 -180
  166. package/src/schematics/utils/devkit-utils/validation.d.ts +1 -1
  167. package/src/schematics/utils/devkit-utils/validation.js +18 -19
  168. package/src/schematics/utils/devkit-utils/validation.js.map +1 -1
  169. package/src/schematics/utils/devkit-utils/validation.ts +16 -16
  170. package/src/schematics/utils/html.d.ts +18 -18
  171. package/src/schematics/utils/html.js +59 -60
  172. package/src/schematics/utils/html.js.map +1 -1
  173. package/src/schematics/utils/html.ts +63 -63
  174. package/src/schematics/utils/lib-versions.d.ts +3 -3
  175. package/src/schematics/utils/lib-versions.js +6 -6
  176. package/src/schematics/utils/lib-versions.js.map +1 -1
  177. package/src/schematics/utils/lib-versions.ts +3 -3
  178. package/src/schematics/utils/package.d.ts +5 -5
  179. package/src/schematics/utils/package.js +20 -21
  180. package/src/schematics/utils/package.js.map +1 -1
  181. package/src/schematics/utils/package.ts +22 -22
  182. package/src/schematics/utils/testing.d.ts +5 -5
  183. package/src/schematics/utils/testing.js +26 -27
  184. package/src/schematics/utils/testing.js.map +1 -1
  185. package/src/schematics/utils/testing.ts +25 -25
  186. package/src/types/enums/Enums.d.ts +1646 -1646
  187. package/src/types/enums/Enums.js +1862 -1862
  188. package/src/types/enums/Enums.js.map +1 -1
  189. package/src/types/enums/Enums.ts +2063 -2063
  190. package/src/types/enums/generated-file-types.enum.d.ts +6 -6
  191. package/src/types/enums/generated-file-types.enum.js +10 -10
  192. package/src/types/enums/generated-file-types.enum.js.map +1 -1
  193. package/src/types/enums/generated-file-types.enum.ts +6 -6
  194. package/src/types/enums/horizontal-alignments.enum.d.ts +5 -5
  195. package/src/types/enums/horizontal-alignments.enum.js +9 -9
  196. package/src/types/enums/horizontal-alignments.enum.js.map +1 -1
  197. package/src/types/enums/horizontal-alignments.enum.ts +6 -6
  198. package/src/types/enums/themes.enum.d.ts +6 -6
  199. package/src/types/enums/themes.enum.js +10 -10
  200. package/src/types/enums/themes.enum.js.map +1 -1
  201. package/src/types/enums/themes.enum.ts +6 -6
  202. package/src/types/index.d.ts +7 -7
  203. package/src/types/index.js +10 -10
  204. package/src/types/index.js.map +1 -1
  205. package/src/types/index.ts +8 -8
  206. package/src/types/interfaces/app.d.ts +53 -53
  207. package/src/types/interfaces/app.js +9 -9
  208. package/src/types/interfaces/app.js.map +1 -1
  209. package/src/types/interfaces/app.ts +89 -89
  210. package/src/types/interfaces/control.d.ts +82 -82
  211. package/src/types/interfaces/control.js +2 -2
  212. package/src/types/interfaces/control.js.map +1 -1
  213. package/src/types/interfaces/control.ts +106 -106
  214. package/src/types/interfaces/env.interface.d.ts +19 -19
  215. package/src/types/interfaces/env.interface.js +10 -10
  216. package/src/types/interfaces/template.config.d.ts +8 -8
  217. package/src/types/interfaces/template.config.js +2 -2
  218. package/src/types/interfaces/template.config.js.map +1 -1
  219. package/src/types/interfaces/template.config.ts +11 -11
  220. package/templates/angular/src/app/app.component.html.ejs +17 -17
  221. package/templates/angular/src/app/cmp-array.ejs +3 -3
  222. package/templates/angular/src/app/cmp-hash.ejs +3 -3
  223. package/templates/angular/src/app/component-list.g.ts +21 -21
  224. package/templates/angular/src/app.component.ts +14 -14
  225. package/templates/angular/src/app.module.ts +70 -70
  226. package/templates/angular/src/app.routes.ts +73 -73
  227. package/templates/angular/src/styles/app.css +5 -5
  228. package/templates/attributes/button_attributes.ejs +2 -2
  229. package/templates/attributes/common/base/class.ejs +6 -6
  230. package/templates/attributes/common/base/control_type.ejs +53 -53
  231. package/templates/attributes/common/base/enabled.ejs +9 -9
  232. package/templates/attributes/common/base/imageFileName.ejs +3 -3
  233. package/templates/attributes/common/base/no_control_class.ejs +3 -3
  234. package/templates/attributes/common/base/rtol.ejs +3 -3
  235. package/templates/attributes/common/base/tabindex.ejs +11 -11
  236. package/templates/attributes/common/base/testingId.ejs +8 -8
  237. package/templates/attributes/common/base/tooltip.ejs +7 -7
  238. package/templates/attributes/common/base/visible.ejs +6 -6
  239. package/templates/attributes/common/base/wallpaper.ejs +3 -3
  240. package/templates/attributes/common/base_attributes.ejs +10 -10
  241. package/templates/attributes/common/container_attributes.ejs +6 -6
  242. package/templates/attributes/common/control_attributes.ejs +3 -3
  243. package/templates/attributes/common/format.ejs +5 -5
  244. package/templates/attributes/common/input/hint.ejs +13 -13
  245. package/templates/attributes/common/input/multiline_edit.ejs +3 -3
  246. package/templates/attributes/common/input/must_input.ejs +8 -8
  247. package/templates/attributes/common/input/password_edit.ejs +7 -7
  248. package/templates/attributes/common/input/row_editing_input_attributes.ejs +6 -6
  249. package/templates/attributes/common/input/validation.ejs +5 -5
  250. package/templates/attributes/common/input_attributes.ejs +4 -4
  251. package/templates/attributes/common/no_control_base_attributes.ejs +4 -4
  252. package/templates/attributes/common/row_editing_button_attributes.ejs +10 -10
  253. package/templates/component/view.component.html +14 -14
  254. package/templates/component/view.component.ts +123 -122
  255. package/templates/themes/basicHTML/Code/theme.module.ts +10 -10
  256. package/templates/themes/basicHTML/checkbox.ejs +1 -1
  257. package/templates/themes/basicHTML/combobox.ejs +37 -37
  258. package/templates/themes/basicHTML/edit.ejs +169 -169
  259. package/templates/themes/basicHTML/form.ejs +4 -4
  260. package/templates/themes/basicHTML/group.ejs +4 -4
  261. package/templates/themes/basicHTML/image.ejs +6 -6
  262. package/templates/themes/basicHTML/label.ejs +11 -11
  263. package/templates/themes/basicHTML/listbox.ejs +21 -21
  264. package/templates/themes/basicHTML/push-button.ejs +28 -28
  265. package/templates/themes/basicHTML/radio.ejs +20 -20
  266. package/templates/themes/basicHTML/subform.ejs +6 -6
  267. package/templates/themes/basicHTML/tab.ejs +31 -31
  268. package/templates/themes/basicHTML/tabpage.ejs +5 -5
  269. package/templates/themes/basicHiddenHTML/Code/theme.module.ts +10 -10
  270. package/templates/themes/basicHiddenHTML/combobox.ejs +5 -5
  271. package/templates/themes/basicHiddenHTML/form.ejs +3 -3
  272. package/templates/themes/basicHiddenHTML/group.ejs +2 -2
  273. package/templates/themes/basicHiddenHTML/image.ejs +4 -4
  274. package/templates/themes/basicHiddenHTML/label.ejs +1 -1
  275. package/templates/themes/basicHiddenHTML/listbox.ejs +8 -8
  276. package/templates/themes/basicHiddenHTML/push-button.ejs +26 -26
  277. package/templates/themes/basicHiddenHTML/radio.ejs +17 -17
  278. package/templates/themes/basicHiddenHTML/tab.ejs +13 -13
  279. package/templates/themes/basicHiddenHTML/table.ejs +18 -18
  280. package/templates/themes/basicHiddenHTML/tabpage.ejs +2 -2
  281. package/templates/themes/container.ejs +26 -26
  282. package/templates/themes/control.ejs +52 -52
  283. package/templates/themes/editTypeSelector.ejs +1 -1
  284. package/templates/themes/material/Code/theme.module.ts +68 -68
  285. package/templates/themes/material/base_attributes_date.ejs +8 -8
  286. package/templates/themes/material/checkbox.ejs +1 -1
  287. package/templates/themes/material/combobox.ejs +43 -43
  288. package/templates/themes/material/edit.ejs +204 -204
  289. package/templates/themes/material/group.ejs +3 -3
  290. package/templates/themes/material/listbox.ejs +22 -23
  291. package/templates/themes/material/push-button.ejs +28 -28
  292. package/templates/themes/material/radio.ejs +22 -22
  293. package/templates/themes/material/subform.ejs +8 -8
  294. package/templates/themes/material/tab.ejs +19 -19
  295. package/templates/themes/router_outlet.ejs +5 -5
  296. package/templates/themes/table/HTMLTable/columnHeader.ejs +3 -1
  297. package/templates/themes/table/HTMLTable/table.ejs +37 -37
  298. package/templates/themes/table/grid/additionalComponentCode.ejs +26 -26
  299. package/templates/themes/table/grid/additionalIncludes.ejs +1 -1
  300. package/templates/themes/table/grid/column.ejs +3 -1
  301. package/templates/themes/table/grid/table.ejs +37 -37
  302. package/templates/themes/table/repeatable/column.ejs +11 -11
  303. package/templates/themes/table/repeatable/table.ejs +28 -28
  304. package/templates/themes/tableTypeSelector.ejs +21 -21
  305. package/tsconfig.json +36 -36
@@ -1 +1 @@
1
- {"version":3,"file":"ng-ast-utils.js","sourceRoot":"","sources":["ng-ast-utils.ts"],"names":[],"mappings":"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","sourcesContent":["/**\r\n * @license\r\n * Copyright Google Inc. All Rights Reserved.\r\n *\r\n * Use of this source code is governed by an MIT-style license that can be\r\n * found in the LICENSE file at https://angular.io/license\r\n */\r\nimport { normalize } from '@angular-devkit/core';\r\nimport { SchematicsException, Tree } from '@angular-devkit/schematics';\r\nimport { dirname } from 'path';\r\nimport * as ts from 'typescript';\r\nimport { findNode, getSourceNodes } from './ast-utils';\r\n\r\nexport function findBootstrapModuleCall(host: Tree, mainPath: string): ts.CallExpression | null {\r\n const mainBuffer = host.read(mainPath);\r\n if (!mainBuffer) {\r\n throw new SchematicsException(`Main file (${mainPath}) not found`);\r\n }\r\n const mainText = mainBuffer.toString('utf-8');\r\n const source = ts.createSourceFile(mainPath, mainText, ts.ScriptTarget.Latest, true);\r\n\r\n const allNodes = getSourceNodes(source);\r\n\r\n let bootstrapCall: ts.CallExpression | null = null;\r\n\r\n for (const node of allNodes) {\r\n\r\n let bootstrapCallNode: ts.Node | null = null;\r\n bootstrapCallNode = findNode(node, ts.SyntaxKind.Identifier, 'bootstrapModule');\r\n\r\n // Walk up the parent until CallExpression is found.\r\n while (bootstrapCallNode && bootstrapCallNode.parent\r\n && bootstrapCallNode.parent.kind !== ts.SyntaxKind.CallExpression) {\r\n\r\n bootstrapCallNode = bootstrapCallNode.parent;\r\n }\r\n\r\n if (bootstrapCallNode !== null &&\r\n bootstrapCallNode.parent !== undefined &&\r\n bootstrapCallNode.parent.kind === ts.SyntaxKind.CallExpression) {\r\n bootstrapCall = bootstrapCallNode.parent as ts.CallExpression;\r\n break;\r\n }\r\n }\r\n\r\n return bootstrapCall;\r\n}\r\n\r\nexport function findBootstrapModulePath(host: Tree, mainPath: string): string {\r\n const bootstrapCall = findBootstrapModuleCall(host, mainPath);\r\n if (!bootstrapCall) {\r\n throw new SchematicsException('Bootstrap call not found');\r\n }\r\n\r\n const bootstrapModule = bootstrapCall.arguments[0];\r\n\r\n const mainBuffer = host.read(mainPath);\r\n if (!mainBuffer) {\r\n throw new SchematicsException(`Client app main file (${mainPath}) not found`);\r\n }\r\n const mainText = mainBuffer.toString('utf-8');\r\n const source = ts.createSourceFile(mainPath, mainText, ts.ScriptTarget.Latest, true);\r\n const allNodes = getSourceNodes(source);\r\n const bootstrapModuleRelativePath = allNodes\r\n .filter(node => node.kind === ts.SyntaxKind.ImportDeclaration)\r\n .filter(imp => {\r\n return findNode(imp, ts.SyntaxKind.Identifier, bootstrapModule.getText());\r\n })\r\n .map((imp: ts.ImportDeclaration) => {\r\n const modulePathStringLiteral = <ts.StringLiteral> imp.moduleSpecifier;\r\n\r\n return modulePathStringLiteral.text;\r\n })[0];\r\n\r\n return bootstrapModuleRelativePath;\r\n}\r\n\r\nexport function getAppModulePath(host: Tree, mainPath: string): string {\r\n const moduleRelativePath = findBootstrapModulePath(host, mainPath);\r\n const mainDir = dirname(mainPath);\r\n const modulePath = normalize(`/${mainDir}/${moduleRelativePath}.ts`);\r\n\r\n return modulePath;\r\n}\r\n"]}
1
+ {"version":3,"file":"ng-ast-utils.js","sourceRoot":"","sources":["ng-ast-utils.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { normalize } from '@angular-devkit/core';\nimport { SchematicsException, Tree } from '@angular-devkit/schematics';\nimport { dirname } from 'path';\nimport * as ts from 'typescript';\nimport { findNode, getSourceNodes } from './ast-utils';\n\nexport function findBootstrapModuleCall(host: Tree, mainPath: string): ts.CallExpression | null {\n const mainBuffer = host.read(mainPath);\n if (!mainBuffer) {\n throw new SchematicsException(`Main file (${mainPath}) not found`);\n }\n const mainText = mainBuffer.toString('utf-8');\n const source = ts.createSourceFile(mainPath, mainText, ts.ScriptTarget.Latest, true);\n\n const allNodes = getSourceNodes(source);\n\n let bootstrapCall: ts.CallExpression | null = null;\n\n for (const node of allNodes) {\n\n let bootstrapCallNode: ts.Node | null = null;\n bootstrapCallNode = findNode(node, ts.SyntaxKind.Identifier, 'bootstrapModule');\n\n // Walk up the parent until CallExpression is found.\n while (bootstrapCallNode && bootstrapCallNode.parent\n && bootstrapCallNode.parent.kind !== ts.SyntaxKind.CallExpression) {\n\n bootstrapCallNode = bootstrapCallNode.parent;\n }\n\n if (bootstrapCallNode !== null &&\n bootstrapCallNode.parent !== undefined &&\n bootstrapCallNode.parent.kind === ts.SyntaxKind.CallExpression) {\n bootstrapCall = bootstrapCallNode.parent as ts.CallExpression;\n break;\n }\n }\n\n return bootstrapCall;\n}\n\nexport function findBootstrapModulePath(host: Tree, mainPath: string): string {\n const bootstrapCall = findBootstrapModuleCall(host, mainPath);\n if (!bootstrapCall) {\n throw new SchematicsException('Bootstrap call not found');\n }\n\n const bootstrapModule = bootstrapCall.arguments[0];\n\n const mainBuffer = host.read(mainPath);\n if (!mainBuffer) {\n throw new SchematicsException(`Client app main file (${mainPath}) not found`);\n }\n const mainText = mainBuffer.toString('utf-8');\n const source = ts.createSourceFile(mainPath, mainText, ts.ScriptTarget.Latest, true);\n const allNodes = getSourceNodes(source);\n const bootstrapModuleRelativePath = allNodes\n .filter(node => node.kind === ts.SyntaxKind.ImportDeclaration)\n .filter(imp => {\n return findNode(imp, ts.SyntaxKind.Identifier, bootstrapModule.getText());\n })\n .map((imp: ts.ImportDeclaration) => {\n const modulePathStringLiteral = <ts.StringLiteral> imp.moduleSpecifier;\n\n return modulePathStringLiteral.text;\n })[0];\n\n return bootstrapModuleRelativePath;\n}\n\nexport function getAppModulePath(host: Tree, mainPath: string): string {\n const moduleRelativePath = findBootstrapModulePath(host, mainPath);\n const mainDir = dirname(mainPath);\n const modulePath = normalize(`/${mainDir}/${moduleRelativePath}.ts`);\n\n return modulePath;\n}\n"]}
@@ -1,84 +1,84 @@
1
- /**
2
- * @license
3
- * Copyright Google Inc. All Rights Reserved.
4
- *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
7
- */
8
- import { normalize } from '@angular-devkit/core';
9
- import { SchematicsException, Tree } from '@angular-devkit/schematics';
10
- import { dirname } from 'path';
11
- import * as ts from 'typescript';
12
- import { findNode, getSourceNodes } from './ast-utils';
13
-
14
- export function findBootstrapModuleCall(host: Tree, mainPath: string): ts.CallExpression | null {
15
- const mainBuffer = host.read(mainPath);
16
- if (!mainBuffer) {
17
- throw new SchematicsException(`Main file (${mainPath}) not found`);
18
- }
19
- const mainText = mainBuffer.toString('utf-8');
20
- const source = ts.createSourceFile(mainPath, mainText, ts.ScriptTarget.Latest, true);
21
-
22
- const allNodes = getSourceNodes(source);
23
-
24
- let bootstrapCall: ts.CallExpression | null = null;
25
-
26
- for (const node of allNodes) {
27
-
28
- let bootstrapCallNode: ts.Node | null = null;
29
- bootstrapCallNode = findNode(node, ts.SyntaxKind.Identifier, 'bootstrapModule');
30
-
31
- // Walk up the parent until CallExpression is found.
32
- while (bootstrapCallNode && bootstrapCallNode.parent
33
- && bootstrapCallNode.parent.kind !== ts.SyntaxKind.CallExpression) {
34
-
35
- bootstrapCallNode = bootstrapCallNode.parent;
36
- }
37
-
38
- if (bootstrapCallNode !== null &&
39
- bootstrapCallNode.parent !== undefined &&
40
- bootstrapCallNode.parent.kind === ts.SyntaxKind.CallExpression) {
41
- bootstrapCall = bootstrapCallNode.parent as ts.CallExpression;
42
- break;
43
- }
44
- }
45
-
46
- return bootstrapCall;
47
- }
48
-
49
- export function findBootstrapModulePath(host: Tree, mainPath: string): string {
50
- const bootstrapCall = findBootstrapModuleCall(host, mainPath);
51
- if (!bootstrapCall) {
52
- throw new SchematicsException('Bootstrap call not found');
53
- }
54
-
55
- const bootstrapModule = bootstrapCall.arguments[0];
56
-
57
- const mainBuffer = host.read(mainPath);
58
- if (!mainBuffer) {
59
- throw new SchematicsException(`Client app main file (${mainPath}) not found`);
60
- }
61
- const mainText = mainBuffer.toString('utf-8');
62
- const source = ts.createSourceFile(mainPath, mainText, ts.ScriptTarget.Latest, true);
63
- const allNodes = getSourceNodes(source);
64
- const bootstrapModuleRelativePath = allNodes
65
- .filter(node => node.kind === ts.SyntaxKind.ImportDeclaration)
66
- .filter(imp => {
67
- return findNode(imp, ts.SyntaxKind.Identifier, bootstrapModule.getText());
68
- })
69
- .map((imp: ts.ImportDeclaration) => {
70
- const modulePathStringLiteral = <ts.StringLiteral> imp.moduleSpecifier;
71
-
72
- return modulePathStringLiteral.text;
73
- })[0];
74
-
75
- return bootstrapModuleRelativePath;
76
- }
77
-
78
- export function getAppModulePath(host: Tree, mainPath: string): string {
79
- const moduleRelativePath = findBootstrapModulePath(host, mainPath);
80
- const mainDir = dirname(mainPath);
81
- const modulePath = normalize(`/${mainDir}/${moduleRelativePath}.ts`);
82
-
83
- return modulePath;
84
- }
1
+ /**
2
+ * @license
3
+ * Copyright Google Inc. All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://angular.io/license
7
+ */
8
+ import { normalize } from '@angular-devkit/core';
9
+ import { SchematicsException, Tree } from '@angular-devkit/schematics';
10
+ import { dirname } from 'path';
11
+ import * as ts from 'typescript';
12
+ import { findNode, getSourceNodes } from './ast-utils';
13
+
14
+ export function findBootstrapModuleCall(host: Tree, mainPath: string): ts.CallExpression | null {
15
+ const mainBuffer = host.read(mainPath);
16
+ if (!mainBuffer) {
17
+ throw new SchematicsException(`Main file (${mainPath}) not found`);
18
+ }
19
+ const mainText = mainBuffer.toString('utf-8');
20
+ const source = ts.createSourceFile(mainPath, mainText, ts.ScriptTarget.Latest, true);
21
+
22
+ const allNodes = getSourceNodes(source);
23
+
24
+ let bootstrapCall: ts.CallExpression | null = null;
25
+
26
+ for (const node of allNodes) {
27
+
28
+ let bootstrapCallNode: ts.Node | null = null;
29
+ bootstrapCallNode = findNode(node, ts.SyntaxKind.Identifier, 'bootstrapModule');
30
+
31
+ // Walk up the parent until CallExpression is found.
32
+ while (bootstrapCallNode && bootstrapCallNode.parent
33
+ && bootstrapCallNode.parent.kind !== ts.SyntaxKind.CallExpression) {
34
+
35
+ bootstrapCallNode = bootstrapCallNode.parent;
36
+ }
37
+
38
+ if (bootstrapCallNode !== null &&
39
+ bootstrapCallNode.parent !== undefined &&
40
+ bootstrapCallNode.parent.kind === ts.SyntaxKind.CallExpression) {
41
+ bootstrapCall = bootstrapCallNode.parent as ts.CallExpression;
42
+ break;
43
+ }
44
+ }
45
+
46
+ return bootstrapCall;
47
+ }
48
+
49
+ export function findBootstrapModulePath(host: Tree, mainPath: string): string {
50
+ const bootstrapCall = findBootstrapModuleCall(host, mainPath);
51
+ if (!bootstrapCall) {
52
+ throw new SchematicsException('Bootstrap call not found');
53
+ }
54
+
55
+ const bootstrapModule = bootstrapCall.arguments[0];
56
+
57
+ const mainBuffer = host.read(mainPath);
58
+ if (!mainBuffer) {
59
+ throw new SchematicsException(`Client app main file (${mainPath}) not found`);
60
+ }
61
+ const mainText = mainBuffer.toString('utf-8');
62
+ const source = ts.createSourceFile(mainPath, mainText, ts.ScriptTarget.Latest, true);
63
+ const allNodes = getSourceNodes(source);
64
+ const bootstrapModuleRelativePath = allNodes
65
+ .filter(node => node.kind === ts.SyntaxKind.ImportDeclaration)
66
+ .filter(imp => {
67
+ return findNode(imp, ts.SyntaxKind.Identifier, bootstrapModule.getText());
68
+ })
69
+ .map((imp: ts.ImportDeclaration) => {
70
+ const modulePathStringLiteral = <ts.StringLiteral> imp.moduleSpecifier;
71
+
72
+ return modulePathStringLiteral.text;
73
+ })[0];
74
+
75
+ return bootstrapModuleRelativePath;
76
+ }
77
+
78
+ export function getAppModulePath(host: Tree, mainPath: string): string {
79
+ const moduleRelativePath = findBootstrapModulePath(host, mainPath);
80
+ const mainDir = dirname(mainPath);
81
+ const modulePath = normalize(`/${mainDir}/${moduleRelativePath}.ts`);
82
+
83
+ return modulePath;
84
+ }
@@ -1,13 +1,13 @@
1
- /**
2
- * @license
3
- * Copyright Google Inc. All Rights Reserved.
4
- *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
7
- */
8
- import { Path } from '@angular-devkit/core';
9
- export interface Location {
10
- name: string;
11
- path: Path;
12
- }
13
- export declare function parseName(path: string, name: string): Location;
1
+ /**
2
+ * @license
3
+ * Copyright Google Inc. All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://angular.io/license
7
+ */
8
+ import { Path } from '@angular-devkit/core';
9
+ export interface Location {
10
+ name: string;
11
+ path: Path;
12
+ }
13
+ export declare function parseName(path: string, name: string): Location;
@@ -1,21 +1,20 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.parseName = void 0;
4
- /**
5
- * @license
6
- * Copyright Google Inc. All Rights Reserved.
7
- *
8
- * Use of this source code is governed by an MIT-style license that can be
9
- * found in the LICENSE file at https://angular.io/license
10
- */
11
- const core_1 = require("@angular-devkit/core");
12
- function parseName(path, name) {
13
- const nameWithoutPath = (0, core_1.basename)(name);
14
- const namePath = (0, core_1.dirname)((path + '/' + name));
15
- return {
16
- name: nameWithoutPath,
17
- path: (0, core_1.normalize)('/' + namePath),
18
- };
19
- }
20
- exports.parseName = parseName;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.parseName = parseName;
4
+ /**
5
+ * @license
6
+ * Copyright Google Inc. All Rights Reserved.
7
+ *
8
+ * Use of this source code is governed by an MIT-style license that can be
9
+ * found in the LICENSE file at https://angular.io/license
10
+ */
11
+ const core_1 = require("@angular-devkit/core");
12
+ function parseName(path, name) {
13
+ const nameWithoutPath = (0, core_1.basename)(name);
14
+ const namePath = (0, core_1.dirname)((path + '/' + name));
15
+ return {
16
+ name: nameWithoutPath,
17
+ path: (0, core_1.normalize)('/' + namePath),
18
+ };
19
+ }
21
20
  //# sourceMappingURL=parse-name.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"parse-name.js","sourceRoot":"","sources":["parse-name.ts"],"names":[],"mappings":";;;AACA;;;;;;GAMG;AACH,+CAA0E;AAO1E,SAAgB,SAAS,CAAC,IAAY,EAAE,IAAY;IAClD,MAAM,eAAe,GAAG,IAAA,eAAQ,EAAC,IAAY,CAAC,CAAC;IAC/C,MAAM,QAAQ,GAAG,IAAA,cAAO,EAAC,CAAC,IAAI,GAAG,GAAG,GAAG,IAAI,CAAS,CAAC,CAAC;IAEtD,OAAO;QACL,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,IAAA,gBAAS,EAAC,GAAG,GAAG,QAAQ,CAAC;KAChC,CAAC;AACJ,CAAC;AARD,8BAQC","sourcesContent":["\r\n/**\r\n * @license\r\n * Copyright Google Inc. All Rights Reserved.\r\n *\r\n * Use of this source code is governed by an MIT-style license that can be\r\n * found in the LICENSE file at https://angular.io/license\r\n */\r\nimport { Path, basename, dirname, normalize } from '@angular-devkit/core';\r\n\r\nexport interface Location {\r\n name: string;\r\n path: Path;\r\n}\r\n\r\nexport function parseName(path: string, name: string): Location {\r\n const nameWithoutPath = basename(name as Path);\r\n const namePath = dirname((path + '/' + name) as Path);\r\n\r\n return {\r\n name: nameWithoutPath,\r\n path: normalize('/' + namePath),\r\n };\r\n}\r\n"]}
1
+ {"version":3,"file":"parse-name.js","sourceRoot":"","sources":["parse-name.ts"],"names":[],"mappings":";;AAeA,8BAQC;AAtBD;;;;;;GAMG;AACH,+CAA0E;AAO1E,SAAgB,SAAS,CAAC,IAAY,EAAE,IAAY;IAClD,MAAM,eAAe,GAAG,IAAA,eAAQ,EAAC,IAAY,CAAC,CAAC;IAC/C,MAAM,QAAQ,GAAG,IAAA,cAAO,EAAC,CAAC,IAAI,GAAG,GAAG,GAAG,IAAI,CAAS,CAAC,CAAC;IAEtD,OAAO;QACL,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,IAAA,gBAAS,EAAC,GAAG,GAAG,QAAQ,CAAC;KAChC,CAAC;AACJ,CAAC","sourcesContent":["\n/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { Path, basename, dirname, normalize } from '@angular-devkit/core';\n\nexport interface Location {\n name: string;\n path: Path;\n}\n\nexport function parseName(path: string, name: string): Location {\n const nameWithoutPath = basename(name as Path);\n const namePath = dirname((path + '/' + name) as Path);\n\n return {\n name: nameWithoutPath,\n path: normalize('/' + namePath),\n };\n}\n"]}
@@ -1,24 +1,24 @@
1
-
2
- /**
3
- * @license
4
- * Copyright Google Inc. All Rights Reserved.
5
- *
6
- * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
8
- */
9
- import { Path, basename, dirname, normalize } from '@angular-devkit/core';
10
-
11
- export interface Location {
12
- name: string;
13
- path: Path;
14
- }
15
-
16
- export function parseName(path: string, name: string): Location {
17
- const nameWithoutPath = basename(name as Path);
18
- const namePath = dirname((path + '/' + name) as Path);
19
-
20
- return {
21
- name: nameWithoutPath,
22
- path: normalize('/' + namePath),
23
- };
24
- }
1
+
2
+ /**
3
+ * @license
4
+ * Copyright Google Inc. All Rights Reserved.
5
+ *
6
+ * Use of this source code is governed by an MIT-style license that can be
7
+ * found in the LICENSE file at https://angular.io/license
8
+ */
9
+ import { Path, basename, dirname, normalize } from '@angular-devkit/core';
10
+
11
+ export interface Location {
12
+ name: string;
13
+ path: Path;
14
+ }
15
+
16
+ export function parseName(path: string, name: string): Location {
17
+ const nameWithoutPath = basename(name as Path);
18
+ const namePath = dirname((path + '/' + name) as Path);
19
+
20
+ return {
21
+ name: nameWithoutPath,
22
+ path: normalize('/' + namePath),
23
+ };
24
+ }
@@ -1,20 +1,20 @@
1
- /**
2
- * @license
3
- * Copyright Google Inc. All Rights Reserved.
4
- *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
7
- */
8
- import * as ts from 'typescript';
9
- import { Change } from "./change";
10
- /**
11
- * Add Import `import { symbolName } from fileName` if the import doesn't exit
12
- * already. Assumes fileToEdit can be resolved and accessed.
13
- * @param fileToEdit (file we want to add import to)
14
- * @param symbolName (item to import)
15
- * @param fileName (path to the file)
16
- * @param isDefault (if true, import follows style for importing default exports)
17
- * @return Change
18
- */
19
- export declare function insertImport2(source: ts.SourceFile, fileToEdit: string, symbolName: string, asSymbolName: string, fileName: string, isDefault?: boolean): Change;
20
- export declare function insertImport(source: ts.SourceFile, fileToEdit: string, symbolName: string, fileName: string, isDefault?: boolean): Change;
1
+ /**
2
+ * @license
3
+ * Copyright Google Inc. All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://angular.io/license
7
+ */
8
+ import * as ts from 'typescript';
9
+ import { Change } from "./change";
10
+ /**
11
+ * Add Import `import { symbolName } from fileName` if the import doesn't exit
12
+ * already. Assumes fileToEdit can be resolved and accessed.
13
+ * @param fileToEdit (file we want to add import to)
14
+ * @param symbolName (item to import)
15
+ * @param fileName (path to the file)
16
+ * @param isDefault (if true, import follows style for importing default exports)
17
+ * @return Change
18
+ */
19
+ export declare function insertImport2(source: ts.SourceFile, fileToEdit: string, symbolName: string, asSymbolName: string, fileName: string, isDefault?: boolean): Change;
20
+ export declare function insertImport(source: ts.SourceFile, fileToEdit: string, symbolName: string, fileName: string, isDefault?: boolean): Change;