@react-native-windows/codegen 0.0.0-canary.13 → 0.0.0-canary.131

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 (61) hide show
  1. package/CHANGELOG.md +1135 -16
  2. package/README.md +1 -1
  3. package/bin.js +0 -0
  4. package/lib-commonjs/Cli.d.ts +7 -0
  5. package/lib-commonjs/Cli.js +103 -0
  6. package/lib-commonjs/Cli.js.map +1 -0
  7. package/lib-commonjs/generators/AliasGen.d.ts +12 -0
  8. package/lib-commonjs/generators/AliasGen.js +115 -0
  9. package/lib-commonjs/generators/AliasGen.js.map +1 -0
  10. package/lib-commonjs/generators/AliasManaging.d.ts +15 -0
  11. package/lib-commonjs/generators/AliasManaging.js +49 -0
  12. package/lib-commonjs/generators/AliasManaging.js.map +1 -0
  13. package/lib-commonjs/generators/GenerateComponentWindows.d.ts +13 -0
  14. package/lib-commonjs/generators/GenerateComponentWindows.js +468 -0
  15. package/lib-commonjs/generators/GenerateComponentWindows.js.map +1 -0
  16. package/lib-commonjs/generators/GenerateNM2.d.ts +15 -0
  17. package/lib-commonjs/generators/GenerateNM2.js +145 -0
  18. package/lib-commonjs/generators/GenerateNM2.js.map +1 -0
  19. package/lib-commonjs/generators/GenerateTypeScript.d.ts +11 -0
  20. package/lib-commonjs/generators/GenerateTypeScript.js +165 -0
  21. package/lib-commonjs/generators/GenerateTypeScript.js.map +1 -0
  22. package/lib-commonjs/generators/ObjectTypes.d.ts +13 -0
  23. package/lib-commonjs/generators/ObjectTypes.js +81 -0
  24. package/lib-commonjs/generators/ObjectTypes.js.map +1 -0
  25. package/lib-commonjs/generators/ParamTypes.d.ts +13 -0
  26. package/lib-commonjs/generators/ParamTypes.js +183 -0
  27. package/lib-commonjs/generators/ParamTypes.js.map +1 -0
  28. package/lib-commonjs/generators/PropObjectTypes.d.ts +18 -0
  29. package/lib-commonjs/generators/PropObjectTypes.js +208 -0
  30. package/lib-commonjs/generators/PropObjectTypes.js.map +1 -0
  31. package/lib-commonjs/generators/ReturnTypes.d.ts +10 -0
  32. package/lib-commonjs/generators/ReturnTypes.js +29 -0
  33. package/lib-commonjs/generators/ReturnTypes.js.map +1 -0
  34. package/lib-commonjs/generators/ValidateConstants.d.ts +8 -0
  35. package/lib-commonjs/generators/ValidateConstants.js +38 -0
  36. package/lib-commonjs/generators/ValidateConstants.js.map +1 -0
  37. package/lib-commonjs/generators/ValidateMethods.d.ts +14 -0
  38. package/lib-commonjs/generators/ValidateMethods.js +112 -0
  39. package/lib-commonjs/generators/ValidateMethods.js.map +1 -0
  40. package/lib-commonjs/index.d.ts +39 -0
  41. package/lib-commonjs/index.js +227 -0
  42. package/lib-commonjs/index.js.map +1 -0
  43. package/package.json +39 -21
  44. package/src/Cli.ts +69 -232
  45. package/src/generators/AliasGen.ts +195 -0
  46. package/src/generators/AliasManaging.ts +75 -0
  47. package/src/generators/GenerateComponentWindows.ts +616 -0
  48. package/src/generators/GenerateNM2.ts +128 -131
  49. package/src/generators/GenerateTypeScript.ts +250 -0
  50. package/src/generators/ObjectTypes.ts +95 -37
  51. package/src/generators/ParamTypes.ts +309 -53
  52. package/src/generators/PropObjectTypes.ts +223 -0
  53. package/src/generators/ReturnTypes.ts +38 -40
  54. package/src/generators/ValidateConstants.ts +50 -0
  55. package/src/generators/ValidateMethods.ts +270 -0
  56. package/src/index.ts +412 -0
  57. package/.eslintrc.js +0 -4
  58. package/.vscode/launch.json +0 -23
  59. package/CHANGELOG.json +0 -726
  60. package/jest.config.js +0 -1
  61. package/tsconfig.json +0 -5
package/CHANGELOG.json DELETED
@@ -1,726 +0,0 @@
1
- {
2
- "name": "@react-native-windows/codegen",
3
- "entries": [
4
- {
5
- "date": "Thu, 09 Sep 2021 05:07:03 GMT",
6
- "tag": "@react-native-windows/codegen_v0.0.0-canary.13",
7
- "version": "0.0.0-canary.13",
8
- "comments": {
9
- "prerelease": [
10
- {
11
- "comment": "Bump to 0.66-based react-native-tscodegen",
12
- "author": "ngerlem@microsoft.com",
13
- "commit": "6e2dd6a4334285633e4f939be8184d911d34707a",
14
- "package": "@react-native-windows/codegen"
15
- },
16
- {
17
- "comment": "Generate nullable type for turbo module",
18
- "author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
19
- "commit": "66a9f86f24f862c9e9e611ad435f68daddb4e04e",
20
- "package": "@react-native-windows/codegen"
21
- }
22
- ]
23
- }
24
- },
25
- {
26
- "date": "Wed, 08 Sep 2021 05:08:53 GMT",
27
- "tag": "@react-native-windows/codegen_v0.0.0-canary.12",
28
- "version": "0.0.0-canary.12",
29
- "comments": {
30
- "prerelease": [
31
- {
32
- "comment": "Set consistent node requirements on our packages",
33
- "author": "ngerlem@microsoft.com",
34
- "commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
35
- "package": "@react-native-windows/codegen"
36
- },
37
- {
38
- "comment": "Match Alert module with NativeDialogManagerWindowsSpec.h",
39
- "author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
40
- "commit": "d085526651bb421f97b536a753365c7375b74828",
41
- "package": "@react-native-windows/codegen"
42
- }
43
- ],
44
- "patch": [
45
- {
46
- "comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.4",
47
- "author": "ngerlem@microsoft.com",
48
- "commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
49
- "package": "@react-native-windows/codegen"
50
- },
51
- {
52
- "comment": "Bump @rnw-scripts/just-task to v2.2.1",
53
- "author": "ngerlem@microsoft.com",
54
- "commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
55
- "package": "@react-native-windows/codegen"
56
- },
57
- {
58
- "comment": "Bump @rnw-scripts/ts-config to v2.0.1",
59
- "author": "ngerlem@microsoft.com",
60
- "commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
61
- "package": "@react-native-windows/codegen"
62
- },
63
- {
64
- "comment": "Bump @rnw-scripts/eslint-config to v1.1.8",
65
- "author": "ngerlem@microsoft.com",
66
- "commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
67
- "package": "@react-native-windows/codegen"
68
- }
69
- ]
70
- }
71
- },
72
- {
73
- "date": "Fri, 03 Sep 2021 05:06:04 GMT",
74
- "tag": "@react-native-windows/codegen_v0.0.0-canary.11",
75
- "version": "0.0.0-canary.11",
76
- "comments": {
77
- "prerelease": [
78
- {
79
- "comment": "Generate aliased struct for turbo module",
80
- "author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
81
- "commit": "b23b6bd01813b9d4ab843f397b7611e3e22d8508",
82
- "package": "@react-native-windows/codegen"
83
- }
84
- ]
85
- }
86
- },
87
- {
88
- "date": "Thu, 02 Sep 2021 05:08:16 GMT",
89
- "tag": "@react-native-windows/codegen_v0.0.0-canary.10",
90
- "version": "0.0.0-canary.10",
91
- "comments": {
92
- "none": [
93
- {
94
- "comment": "Remove path patch in rnw-codegen",
95
- "author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
96
- "commit": "6cd806bb2486db76195edd47e949f6a9424fc6cb",
97
- "package": "@react-native-windows/codegen"
98
- }
99
- ]
100
- }
101
- },
102
- {
103
- "date": "Fri, 27 Aug 2021 05:06:34 GMT",
104
- "tag": "@react-native-windows/codegen_v0.0.0-canary.10",
105
- "version": "0.0.0-canary.10",
106
- "comments": {
107
- "none": [
108
- {
109
- "comment": "Bump react-native-tscodegen to catch up react-native 0.65",
110
- "author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
111
- "commit": "420edbedb4cbe4b40f2541e466f98bd9e177e26a",
112
- "package": "@react-native-windows/codegen"
113
- }
114
- ]
115
- }
116
- },
117
- {
118
- "date": "Thu, 05 Aug 2021 05:07:20 GMT",
119
- "tag": "@react-native-windows/codegen_v0.0.0-canary.10",
120
- "version": "0.0.0-canary.10",
121
- "comments": {
122
- "prerelease": [
123
- {
124
- "comment": "Do not write codegen files if the contents have not changed, as this breaks incremental builds",
125
- "author": "30809111+acoates-ms@users.noreply.github.com",
126
- "commit": "3b92733ab97670e6eb2d944f65ff341994e80517",
127
- "package": "@react-native-windows/codegen"
128
- }
129
- ]
130
- }
131
- },
132
- {
133
- "date": "Sat, 24 Jul 2021 05:05:52 GMT",
134
- "tag": "@react-native-windows/codegen_v0.0.0-canary.9",
135
- "version": "0.0.0-canary.9",
136
- "comments": {
137
- "none": [
138
- {
139
- "comment": "Replace @rnw-scripts/jest-out-of-tree-resolver with @rnx-kit/jest-resolver",
140
- "author": "4123478+tido64@users.noreply.github.com",
141
- "commit": "a311022ebc0c1d8070d7e54312197f486c470d33",
142
- "package": "@react-native-windows/codegen"
143
- }
144
- ]
145
- }
146
- },
147
- {
148
- "date": "Fri, 11 Jun 2021 05:08:55 GMT",
149
- "tag": "@react-native-windows/codegen_v0.0.0-canary.9",
150
- "version": "0.0.0-canary.9",
151
- "comments": {
152
- "patch": [
153
- {
154
- "comment": "Bump @rnw-scripts/just-task to v2.2.0",
155
- "author": "ngerlem@microsoft.com",
156
- "commit": "3d7c8d8fcf14a3cbda83a93c85b0bcf1e4e4f829",
157
- "package": "@react-native-windows/codegen"
158
- }
159
- ]
160
- }
161
- },
162
- {
163
- "date": "Wed, 09 Jun 2021 05:10:07 GMT",
164
- "tag": "@react-native-windows/codegen_v0.0.0-canary.8",
165
- "version": "0.0.0-canary.8",
166
- "comments": {
167
- "patch": [
168
- {
169
- "comment": "Bump @rnw-scripts/just-task to v2.1.3",
170
- "author": "igklemen@microsoft.com",
171
- "commit": "2ba41a4f087cc3bf16cbe799575923fc7a626009",
172
- "package": "@react-native-windows/codegen"
173
- },
174
- {
175
- "comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.3",
176
- "author": "igklemen@microsoft.com",
177
- "commit": "2ba41a4f087cc3bf16cbe799575923fc7a626009",
178
- "package": "@react-native-windows/codegen"
179
- }
180
- ]
181
- }
182
- },
183
- {
184
- "date": "Thu, 03 Jun 2021 05:09:47 GMT",
185
- "tag": "@react-native-windows/codegen_v0.0.0-canary.7",
186
- "version": "0.0.0-canary.7",
187
- "comments": {
188
- "prerelease": [
189
- {
190
- "comment": "Enable esModuleInterop Repo Wide",
191
- "author": "ngerlem@microsoft.com",
192
- "commit": "6c871e6ba27888804c776e5deeefbc7064e181d0",
193
- "package": "@react-native-windows/codegen"
194
- }
195
- ],
196
- "patch": [
197
- {
198
- "comment": "Bump @rnw-scripts/just-task to v2.1.2",
199
- "author": "ngerlem@microsoft.com",
200
- "commit": "b481f0a4ea68a8100860eb061902b715fca6652e",
201
- "package": "@react-native-windows/codegen"
202
- },
203
- {
204
- "comment": "Bump @rnw-scripts/ts-config to v2.0.0",
205
- "author": "ngerlem@microsoft.com",
206
- "commit": "6c871e6ba27888804c776e5deeefbc7064e181d0",
207
- "package": "@react-native-windows/codegen"
208
- },
209
- {
210
- "comment": "Bump @rnw-scripts/eslint-config to v1.1.7",
211
- "author": "ngerlem@microsoft.com",
212
- "commit": "b481f0a4ea68a8100860eb061902b715fca6652e",
213
- "package": "@react-native-windows/codegen"
214
- },
215
- {
216
- "comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.2",
217
- "author": "ngerlem@microsoft.com",
218
- "commit": "b481f0a4ea68a8100860eb061902b715fca6652e",
219
- "package": "@react-native-windows/codegen"
220
- }
221
- ]
222
- }
223
- },
224
- {
225
- "date": "Fri, 21 May 2021 05:17:18 GMT",
226
- "tag": "@react-native-windows/codegen_v0.0.0-canary.6",
227
- "version": "0.0.0-canary.6",
228
- "comments": {
229
- "prerelease": [
230
- {
231
- "comment": "Integrate Apr 28 (base of 0.65) Nightly RN Build",
232
- "author": "ngerlem@microsoft.com",
233
- "commit": "5cc9c87a48b392d287fa953d8d23a8188b689545",
234
- "package": "@react-native-windows/codegen"
235
- }
236
- ],
237
- "patch": [
238
- {
239
- "comment": "Bump @rnw-scripts/just-task to v2.1.1",
240
- "author": "ngerlem@microsoft.com",
241
- "commit": "5cc9c87a48b392d287fa953d8d23a8188b689545",
242
- "package": "@react-native-windows/codegen"
243
- },
244
- {
245
- "comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.1",
246
- "author": "ngerlem@microsoft.com",
247
- "commit": "5cc9c87a48b392d287fa953d8d23a8188b689545",
248
- "package": "@react-native-windows/codegen"
249
- }
250
- ]
251
- }
252
- },
253
- {
254
- "date": "Thu, 13 May 2021 05:11:48 GMT",
255
- "tag": "@react-native-windows/codegen_v0.0.0-canary.5",
256
- "version": "0.0.0-canary.5",
257
- "comments": {
258
- "prerelease": [
259
- {
260
- "comment": "Hook up view component codegen",
261
- "author": "30809111+acoates-ms@users.noreply.github.com",
262
- "commit": "36e48e2715549fe72544ac35296a62e22acd8c4e",
263
- "package": "@react-native-windows/codegen"
264
- }
265
- ]
266
- }
267
- },
268
- {
269
- "date": "Thu, 04 Mar 2021 05:05:53 GMT",
270
- "tag": "@react-native-windows/codegen_v0.0.0-canary.4",
271
- "version": "0.0.0-canary.4",
272
- "comments": {
273
- "prerelease": [
274
- {
275
- "comment": "Update yargs version used and patch y18n version 4.0.0 to 4.0.1 as used by detox of transitive dependencies to address https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7774",
276
- "author": "dannyvv@microsoft.com",
277
- "commit": "e834e7c206a0f1405bf4bbf406cb7b11bf413d94",
278
- "package": "@react-native-windows/codegen"
279
- }
280
- ]
281
- }
282
- },
283
- {
284
- "date": "Thu, 11 Feb 2021 05:08:29 GMT",
285
- "tag": "@react-native-windows/codegen_v0.0.0-canary.3",
286
- "version": "0.0.0-canary.3",
287
- "comments": {
288
- "patch": [
289
- {
290
- "comment": "Bump @rnw-scripts/just-task to v2.1.0",
291
- "author": "ngerlem@microsoft.com",
292
- "commit": "ab41a9b88db59cba0eae1ff7a59c1b550cc8c2bf",
293
- "package": "@react-native-windows/codegen"
294
- },
295
- {
296
- "comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.0",
297
- "author": "ngerlem@microsoft.com",
298
- "commit": "ab41a9b88db59cba0eae1ff7a59c1b550cc8c2bf",
299
- "package": "@react-native-windows/codegen"
300
- }
301
- ]
302
- }
303
- },
304
- {
305
- "date": "Tue, 09 Feb 2021 05:07:37 GMT",
306
- "tag": "@react-native-windows/codegen_v0.0.0-canary.2",
307
- "version": "0.0.0-canary.2",
308
- "comments": {
309
- "prerelease": [
310
- {
311
- "comment": "Bump just-scripts from 1.3.2 to 1.3.3",
312
- "author": "dannyvv@microsoft.com",
313
- "commit": "ef4046c6a798446b6404dc26d0dd39224a0d7274",
314
- "package": "@react-native-windows/codegen"
315
- }
316
- ],
317
- "patch": [
318
- {
319
- "comment": "Bump @rnw-scripts/just-task to v2.0.2",
320
- "author": "dannyvv@microsoft.com",
321
- "commit": "ef4046c6a798446b6404dc26d0dd39224a0d7274",
322
- "package": "@react-native-windows/codegen"
323
- }
324
- ]
325
- }
326
- },
327
- {
328
- "date": "Fri, 05 Feb 2021 05:05:05 GMT",
329
- "tag": "@react-native-windows/codegen_v0.0.0-canary.1",
330
- "version": "0.0.0-canary.1",
331
- "comments": {
332
- "none": [
333
- {
334
- "comment": "Bump @rnw-scripts/just-task to v2.0.1",
335
- "author": "ngerlem@microsoft.com",
336
- "commit": "22ee9e8c47a0c794e7d509a471547ba873578e31",
337
- "package": "@react-native-windows/codegen"
338
- }
339
- ]
340
- }
341
- },
342
- {
343
- "date": "Wed, 03 Feb 2021 05:05:12 GMT",
344
- "tag": "@react-native-windows/codegen_v0.0.0-canary.1",
345
- "version": "0.0.0-canary.1",
346
- "comments": {
347
- "prerelease": [
348
- {
349
- "comment": "Move `react-native-windows-codegen` to `@react-native-windows/codegen`",
350
- "author": "ngerlem@microsoft.com",
351
- "commit": "b34311f6ee86fd8ade1b9132f08109f8a5dcdf6d",
352
- "package": "@react-native-windows/codegen"
353
- }
354
- ]
355
- }
356
- },
357
- {
358
- "date": "Thu, 28 Jan 2021 05:06:47 GMT",
359
- "tag": "react-native-windows-codegen_v1.1.14",
360
- "version": "1.1.14",
361
- "comments": {
362
- "patch": [
363
- {
364
- "comment": "Leverage default config support in Just library and factor out common tasks",
365
- "author": "dannyvv@microsoft.com",
366
- "commit": "54fb284afaf1b12ab51f1c29bb7ca67eddab8db1",
367
- "package": "react-native-windows-codegen"
368
- }
369
- ]
370
- }
371
- },
372
- {
373
- "date": "Wed, 27 Jan 2021 05:06:36 GMT",
374
- "tag": "react-native-windows-codegen_v1.1.13",
375
- "version": "1.1.13",
376
- "comments": {
377
- "patch": [
378
- {
379
- "comment": "Show TS Stack Traces on Uncaught CLI Exception",
380
- "author": "ngerlem@microsoft.com",
381
- "commit": "ed5cbe4de1abac005e94ddc3564af4bb60b804f0",
382
- "package": "react-native-windows-codegen"
383
- }
384
- ]
385
- }
386
- },
387
- {
388
- "date": "Tue, 26 Jan 2021 05:06:39 GMT",
389
- "tag": "react-native-windows-codegen_v1.1.12",
390
- "version": "1.1.12",
391
- "comments": {
392
- "patch": [
393
- {
394
- "comment": "Update @types package versions in package.json from dependabot updates to yarn.lock",
395
- "author": "dannyvv@microsoft.com",
396
- "commit": "b8f2beec9851dffe3188156c859cb123de926ba0",
397
- "package": "react-native-windows-codegen"
398
- }
399
- ],
400
- "none": [
401
- {
402
- "comment": "Update just-scripts to remove yargs-parser resolution",
403
- "author": "ngerlem@microsoft.com",
404
- "commit": "3d41c761d18cdc771a635bf9f5ef1259db9a27be",
405
- "package": "react-native-windows-codegen"
406
- }
407
- ]
408
- }
409
- },
410
- {
411
- "date": "Wed, 20 Jan 2021 01:45:54 GMT",
412
- "tag": "react-native-windows-codegen_v1.1.11",
413
- "version": "1.1.11",
414
- "comments": {
415
- "none": [
416
- {
417
- "comment": "Bump internally published packages to 1.0",
418
- "author": "ngerlem@microsoft.com",
419
- "commit": "982fb19448d7c9ed3f12fa27182fa69be83478c7",
420
- "package": "react-native-windows-codegen"
421
- }
422
- ]
423
- }
424
- },
425
- {
426
- "date": "Wed, 13 Jan 2021 05:05:37 GMT",
427
- "tag": "react-native-windows-codegen_v0.1.11",
428
- "version": "0.1.11",
429
- "comments": {
430
- "none": [
431
- {
432
- "comment": "remove excessive change files",
433
- "author": "lehon@microsoft.com",
434
- "commit": "8c4a518552899dbacc7d9133e2e480c8f55df85d",
435
- "package": "react-native-windows-codegen"
436
- }
437
- ]
438
- }
439
- },
440
- {
441
- "date": "Tue, 08 Dec 2020 03:20:37 GMT",
442
- "tag": "react-native-windows-codegen_v0.1.11",
443
- "version": "0.1.11",
444
- "comments": {
445
- "patch": [
446
- {
447
- "comment": "Bump yargs to 15.4.1",
448
- "author": "ngerlem@microsoft.com",
449
- "commit": "fa34591ac86ea25e1e92a807864ba71480046a27",
450
- "package": "react-native-windows-codegen"
451
- }
452
- ]
453
- }
454
- },
455
- {
456
- "date": "Tue, 24 Nov 2020 05:08:17 GMT",
457
- "tag": "react-native-windows-codegen_v0.1.10",
458
- "version": "0.1.10",
459
- "comments": {
460
- "patch": [
461
- {
462
- "comment": "Add more eslint rules",
463
- "author": "ngerlem@microsoft.com",
464
- "commit": "adc0617836a0fba4112646595645e65f93e0106f",
465
- "package": "react-native-windows-codegen"
466
- }
467
- ]
468
- }
469
- },
470
- {
471
- "date": "Fri, 20 Nov 2020 05:08:43 GMT",
472
- "tag": "react-native-windows-codegen_v0.1.9",
473
- "version": "0.1.9",
474
- "comments": {
475
- "none": [
476
- {
477
- "comment": "Integrate 11/18 RN Nightly Build 🎉",
478
- "author": "ngerlem@microsoft.com",
479
- "commit": "aba9483ea47b6d992877b325cc858a7e6309ead4",
480
- "package": "react-native-windows-codegen"
481
- }
482
- ]
483
- }
484
- },
485
- {
486
- "date": "Sat, 07 Nov 2020 05:04:58 GMT",
487
- "tag": "react-native-windows-codegen_v0.1.8",
488
- "version": "0.1.8",
489
- "comments": {
490
- "patch": [
491
- {
492
- "comment": "Create codegen directory if not present",
493
- "author": "ngerlem@microsoft.com",
494
- "commit": "f120ea9ab98de1a625573ec4d2a38c25ada83769",
495
- "package": "react-native-windows-codegen"
496
- }
497
- ]
498
- }
499
- },
500
- {
501
- "date": "Fri, 09 Oct 2020 05:06:32 GMT",
502
- "tag": "react-native-windows-codegen_v0.1.7",
503
- "version": "0.1.7",
504
- "comments": {
505
- "none": [
506
- {
507
- "comment": "Update just-scipts (remove npm-registry-fetch)",
508
- "author": "ngerlem@microsoft.com",
509
- "commit": "00b2d84b8effce0b7405a67bd4903eed88cb9aaf",
510
- "package": "react-native-windows-codegen"
511
- }
512
- ]
513
- }
514
- },
515
- {
516
- "date": "Thu, 01 Oct 2020 05:08:11 GMT",
517
- "tag": "react-native-windows-codegen_v0.1.7",
518
- "version": "0.1.7",
519
- "comments": {
520
- "patch": [
521
- {
522
- "comment": "ESLint Fixup",
523
- "author": "ngerlem@microsoft.com",
524
- "commit": "98c072069c9d9e0d495bfd6f3bdc386b1362f377",
525
- "package": "react-native-windows-codegen"
526
- }
527
- ]
528
- }
529
- },
530
- {
531
- "date": "Thu, 24 Sep 2020 05:06:21 GMT",
532
- "tag": "react-native-windows-codegen_v0.1.6",
533
- "version": "0.1.6",
534
- "comments": {
535
- "patch": [
536
- {
537
- "comment": "Zero-Config Tests for CLI, react-native-windows-init, react-native-windows-codegen",
538
- "author": "ngerlem@microsoft.com",
539
- "commit": "5a96480f422aa7c731d7febb900a3962e1265c08",
540
- "package": "react-native-windows-codegen"
541
- }
542
- ]
543
- }
544
- },
545
- {
546
- "date": "Mon, 21 Sep 2020 05:06:22 GMT",
547
- "tag": "react-native-windows-codegen_v0.1.5",
548
- "version": "0.1.5",
549
- "comments": {
550
- "patch": [
551
- {
552
- "comment": "Fixup eslint config",
553
- "author": "ngerlem@microsoft.com",
554
- "commit": "2df3273449486de9e663e26f708fd9bb2cd37c91",
555
- "package": "react-native-windows-codegen"
556
- }
557
- ]
558
- }
559
- },
560
- {
561
- "date": "Mon, 14 Sep 2020 22:03:37 GMT",
562
- "tag": "react-native-windows-codegen_v0.1.4",
563
- "version": "0.1.4",
564
- "comments": {
565
- "patch": [
566
- {
567
- "comment": "Reconcile package versions",
568
- "author": "ngerlem@microsoft.com",
569
- "commit": "8adedcfb2ce6492a4a7ede59e0f9188dc205d659",
570
- "package": "react-native-windows-codegen"
571
- }
572
- ]
573
- }
574
- },
575
- {
576
- "date": "Fri, 21 Aug 2020 05:04:58 GMT",
577
- "tag": "react-native-windows-codegen_v0.1.0",
578
- "version": "0.1.0",
579
- "comments": {
580
- "none": [
581
- {
582
- "comment": "Upgrade to eslint 6.8.0",
583
- "author": "ngerlem@microsoft.com",
584
- "commit": "68f7ba47793f4f1638be59ee9cb8ba68a70ae0cb",
585
- "package": "react-native-windows-codegen"
586
- }
587
- ]
588
- }
589
- },
590
- {
591
- "date": "Fri, 14 Aug 2020 05:05:34 GMT",
592
- "tag": "react-native-windows-codegen_v0.1.0",
593
- "version": "0.1.0",
594
- "comments": {
595
- "minor": [
596
- {
597
- "comment": "Integrate new version of codegen that has changes from react-native",
598
- "author": "acoates-ms@noreply.github.com",
599
- "commit": "68f81d2689aa55140f1ff9edd5ec95fd4f658a40",
600
- "package": "react-native-windows-codegen"
601
- }
602
- ]
603
- }
604
- },
605
- {
606
- "date": "Mon, 06 Jul 2020 23:11:46 GMT",
607
- "tag": "react-native-windows-codegen_v0.0.9",
608
- "version": "0.0.9",
609
- "comments": {
610
- "none": [
611
- {
612
- "comment": "Add watch script",
613
- "author": "ngerlem@microsoft.com",
614
- "commit": "805f69dd9e566185d27890bc852abe766f035dfd",
615
- "package": "react-native-windows-codegen"
616
- }
617
- ]
618
- }
619
- },
620
- {
621
- "date": "Wed, 01 Jul 2020 05:06:19 GMT",
622
- "tag": "react-native-windows-codegen_v0.0.8",
623
- "version": "0.0.8",
624
- "comments": {
625
- "patch": [
626
- {
627
- "comment": "Share eslint and Typescript configs across packages",
628
- "author": "ngerlem@microsoft.com",
629
- "commit": "623ac46c0ade7fb8564e3a0c9e8345768c18feb6",
630
- "package": "react-native-windows-codegen"
631
- }
632
- ]
633
- }
634
- },
635
- {
636
- "date": "Fri, 26 Jun 2020 23:59:27 GMT",
637
- "tag": "react-native-windows-codegen_v0.0.7",
638
- "version": "0.0.7",
639
- "comments": {
640
- "patch": [
641
- {
642
- "comment": "Upgrade React Native to 3/22 Nightly Build",
643
- "author": "ngerlem@microsoft.com",
644
- "commit": "0727ffcb907673749ddbf43e7a7c0922957c9e82",
645
- "package": "react-native-windows-codegen"
646
- }
647
- ]
648
- }
649
- },
650
- {
651
- "date": "Sun, 07 Jun 2020 00:05:23 GMT",
652
- "tag": "react-native-windows-codegen_v0.0.6",
653
- "version": "0.0.6",
654
- "comments": {
655
- "patch": [
656
- {
657
- "comment": "Update template gen to use mustache",
658
- "author": "dannyvv@microsoft.com",
659
- "commit": "1e39e42bc448117c4e981b41c7acdfd29f01417c",
660
- "package": "react-native-windows-codegen"
661
- }
662
- ]
663
- }
664
- },
665
- {
666
- "date": "Sat, 23 May 2020 00:04:45 GMT",
667
- "tag": "react-native-windows-codegen_v0.0.5",
668
- "version": "0.0.5",
669
- "comments": {
670
- "patch": [
671
- {
672
- "comment": "Include React namespace in more places",
673
- "author": "acoates@microsoft.com",
674
- "commit": "8dcf516f91d33a1a54818363f84e91b1b0da5e9b",
675
- "package": "react-native-windows-codegen"
676
- }
677
- ]
678
- }
679
- },
680
- {
681
- "date": "Thu, 30 Apr 2020 00:04:27 GMT",
682
- "tag": "react-native-windows-codegen_v0.0.4",
683
- "version": "0.0.4",
684
- "comments": {
685
- "patch": [
686
- {
687
- "comment": "Update tscodegen to version based on 0.62",
688
- "author": "acoates@microsoft.com",
689
- "commit": "36ca14d11d0ff8029664d5e77f6b434111c9a6db",
690
- "package": "react-native-windows-codegen"
691
- }
692
- ]
693
- }
694
- },
695
- {
696
- "date": "Fri, 24 Apr 2020 00:04:41 GMT",
697
- "tag": "react-native-windows-codegen_v0.0.3",
698
- "version": "0.0.3",
699
- "comments": {
700
- "patch": [
701
- {
702
- "comment": "Add files option",
703
- "author": "acoates@microsoft.com",
704
- "commit": "a5deb259266022af61129b636f84e3e81eaf46da",
705
- "package": "react-native-windows-codegen"
706
- }
707
- ]
708
- }
709
- },
710
- {
711
- "date": "Thu, 23 Apr 2020 00:04:37 GMT",
712
- "tag": "react-native-windows-codegen_v0.0.2",
713
- "version": "0.0.2",
714
- "comments": {
715
- "patch": [
716
- {
717
- "comment": "Initial react-native-windows-codegen",
718
- "author": "acoates@microsoft.com",
719
- "commit": "dcccb2c4d84ff530de5a80ac7e947c3287dff5ab",
720
- "package": "react-native-windows-codegen"
721
- }
722
- ]
723
- }
724
- }
725
- ]
726
- }