@react-native-windows/codegen 0.0.0-canary.9 → 0.0.1-0

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