@react-native-windows/codegen 0.66.0 → 0.68.0-preview.1

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