@postxl/generators 1.2.3 → 1.3.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.
@@ -0,0 +1,40 @@
1
+ # compiled output
2
+ /dist
3
+ /node_modules
4
+
5
+ # Logs
6
+ logs
7
+ *.log
8
+ npm-debug.log*
9
+ pnpm-debug.log*
10
+ yarn-debug.log*
11
+ yarn-error.log*
12
+ lerna-debug.log*
13
+
14
+ # OS
15
+ .DS_Store
16
+
17
+ # Tests
18
+ /coverage
19
+ /.nyc_output
20
+
21
+ # IDEs and editors
22
+ /.idea
23
+ .project
24
+ .classpath
25
+ .c9/
26
+ *.launch
27
+ .settings/
28
+ *.sublime-workspace
29
+
30
+ # IDE - VSCode
31
+ .vscode/*
32
+ !.vscode/settings.json
33
+ !.vscode/tasks.json
34
+ !.vscode/launch.json
35
+ !.vscode/extensions.json
36
+
37
+ # Prisma
38
+
39
+ libs/db/prisma/ERD.svg
40
+ debug
@@ -0,0 +1,471 @@
1
+ ## Ignore Visual Studio temporary files, build results, and
2
+ ## files generated by popular Visual Studio add-ons.
3
+ ##
4
+ ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5
+
6
+ .DS_Store
7
+
8
+ # Workspace
9
+ Workspace/
10
+
11
+ # User-specific files
12
+ *.rsuser
13
+ *.suo
14
+ *.user
15
+ *.userosscache
16
+ *.sln.docstates
17
+
18
+ # User-specific files (MonoDevelop/Xamarin Studio)
19
+ *.userprefs
20
+
21
+ # Mono auto generated files
22
+ mono_crash.*
23
+
24
+ # Build results
25
+ [Dd]ebug/
26
+ [Dd]ebugPublic/
27
+ [Rr]elease/
28
+ [Rr]eleases/
29
+ x64/
30
+ x86/
31
+ [Ww][Ii][Nn]32/
32
+ [Aa][Rr][Mm]/
33
+ [Aa][Rr][Mm]64/
34
+ bld/
35
+ [Bb]in/
36
+ [Oo]bj/
37
+ [Oo]ut/
38
+ [Ll]og/
39
+ [Ll]ogs/
40
+
41
+ # Visual Studio 2015/2017 cache/options directory
42
+ .vs/
43
+ # Uncomment if you have tasks that create the project's static files in wwwroot
44
+ #wwwroot/
45
+
46
+ # Visual Studio 2017 auto generated files
47
+ Generated\ Files/
48
+
49
+ # MSTest test Results
50
+ [Tt]est[Rr]esult*/
51
+ [Bb]uild[Ll]og.*
52
+
53
+ # NUnit
54
+ *.VisualState.xml
55
+ TestResult.xml
56
+ nunit-*.xml
57
+
58
+ # Build Results of an ATL Project
59
+ [Dd]ebugPS/
60
+ [Rr]eleasePS/
61
+ dlldata.c
62
+
63
+ # Benchmark Results
64
+ BenchmarkDotNet.Artifacts/
65
+
66
+ # .NET Core
67
+ project.lock.json
68
+ project.fragment.lock.json
69
+ artifacts/
70
+
71
+ # ASP.NET Scaffolding
72
+ ScaffoldingReadMe.txt
73
+
74
+ # StyleCop
75
+ StyleCopReport.xml
76
+
77
+ # Files built by Visual Studio
78
+ *_i.c
79
+ *_p.c
80
+ *_h.h
81
+ *.ilk
82
+ *.meta
83
+ *.obj
84
+ *.iobj
85
+ *.pch
86
+ *.pdb
87
+ *.ipdb
88
+ *.pgc
89
+ *.pgd
90
+ *.rsp
91
+ *.sbr
92
+ *.tlb
93
+ *.tli
94
+ *.tlh
95
+ *.tmp
96
+ *.tmp_proj
97
+ *_wpftmp.csproj
98
+ *.log
99
+ *.vspscc
100
+ *.vssscc
101
+ .builds
102
+ *.pidb
103
+ *.svclog
104
+ *.scc
105
+
106
+ # Chutzpah Test files
107
+ _Chutzpah*
108
+
109
+ # Visual C++ cache files
110
+ ipch/
111
+ *.aps
112
+ *.ncb
113
+ *.opendb
114
+ *.opensdf
115
+ *.sdf
116
+ *.cachefile
117
+ *.VC.db
118
+ *.VC.VC.opendb
119
+
120
+ # Visual Studio profiler
121
+ *.psess
122
+ *.vsp
123
+ *.vspx
124
+ *.sap
125
+
126
+ # Visual Studio Trace Files
127
+ *.e2e
128
+
129
+ # TFS 2012 Local Workspace
130
+ $tf/
131
+
132
+ # Guidance Automation Toolkit
133
+ *.gpState
134
+
135
+ # ReSharper is a .NET coding add-in
136
+ _ReSharper*/
137
+ *.[Rr]e[Ss]harper
138
+ *.DotSettings.user
139
+
140
+ # TeamCity is a build add-in
141
+ _TeamCity*
142
+
143
+ # DotCover is a Code Coverage Tool
144
+ *.dotCover
145
+
146
+ # AxoCover is a Code Coverage Tool
147
+ .axoCover/*
148
+ !.axoCover/settings.json
149
+
150
+ # Coverlet is a free, cross platform Code Coverage Tool
151
+ coverage*.json
152
+ coverage*.xml
153
+ coverage*.info
154
+
155
+ # Visual Studio code coverage results
156
+ *.coverage
157
+ *.coveragexml
158
+
159
+ # NCrunch
160
+ _NCrunch_*
161
+ .*crunch*.local.xml
162
+ nCrunchTemp_*
163
+
164
+ # MightyMoose
165
+ *.mm.*
166
+ AutoTest.Net/
167
+
168
+ # Web workbench (sass)
169
+ .sass-cache/
170
+
171
+ # Installshield output folder
172
+ [Ee]xpress/
173
+
174
+ # DocProject is a documentation generator add-in
175
+ DocProject/buildhelp/
176
+ DocProject/Help/*.HxT
177
+ DocProject/Help/*.HxC
178
+ DocProject/Help/*.hhc
179
+ DocProject/Help/*.hhk
180
+ DocProject/Help/*.hhp
181
+ DocProject/Help/Html2
182
+ DocProject/Help/html
183
+
184
+ # Click-Once directory
185
+ publish/
186
+
187
+ # Publish Web Output
188
+ *.[Pp]ublish.xml
189
+ *.azurePubxml
190
+ # Note: Comment the next line if you want to checkin your web deploy settings,
191
+ # but database connection strings (with potential passwords) will be unencrypted
192
+ *.pubxml
193
+ *.publishproj
194
+
195
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
196
+ # checkin your Azure Web App publish settings, but sensitive information contained
197
+ # in these scripts will be unencrypted
198
+ PublishScripts/
199
+
200
+ # NuGet Packages
201
+ *.nupkg
202
+ # NuGet Symbol Packages
203
+ *.snupkg
204
+ # The packages folder can be ignored because of Package Restore
205
+ # except build/, which is used as an MSBuild target.
206
+ # Uncomment if necessary however generally it will be regenerated when needed
207
+ #!**/[Pp]ackages/repositories.config
208
+ # NuGet v3's project.json files produces more ignorable files
209
+ *.nuget.props
210
+ *.nuget.targets
211
+
212
+ # Microsoft Azure Build Output
213
+ csx/
214
+ *.build.csdef
215
+
216
+ # Microsoft Azure Emulator
217
+ ecf/
218
+ rcf/
219
+
220
+ # Windows Store app package directories and files
221
+ AppPackages/
222
+ BundleArtifacts/
223
+ Package.StoreAssociation.xml
224
+ _pkginfo.txt
225
+ *.appx
226
+ *.appxbundle
227
+ *.appxupload
228
+
229
+ # Visual Studio cache files
230
+ # files ending in .cache can be ignored
231
+ *.[Cc]ache
232
+ # but keep track of directories ending in .cache
233
+ !?*.[Cc]ache/
234
+
235
+ # Others
236
+ ClientBin/
237
+ ~$*
238
+ *~
239
+ *.dbmdl
240
+ *.dbproj.schemaview
241
+ *.jfm
242
+ *.pfx
243
+ *.publishsettings
244
+ orleans.codegen.cs
245
+
246
+ # Including strong name files can present a security risk
247
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
248
+ #*.snk
249
+
250
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
251
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
252
+ #bower_components/
253
+
254
+ # RIA/Silverlight projects
255
+ Generated_Code/
256
+
257
+ # Backup & report files from converting an old project file
258
+ # to a newer Visual Studio version. Backup files are not needed,
259
+ # because we have git ;-)
260
+ _UpgradeReport_Files/
261
+ Backup*/
262
+ UpgradeLog*.XML
263
+ UpgradeLog*.htm
264
+ ServiceFabricBackup/
265
+ *.rptproj.bak
266
+
267
+ # SQL Server files
268
+ *.mdf
269
+ *.ldf
270
+ *.ndf
271
+
272
+ # Business Intelligence projects
273
+ *.rdl.data
274
+ *.bim.layout
275
+ *.bim_*.settings
276
+ *.rptproj.rsuser
277
+ *- [Bb]ackup.rdl
278
+ *- [Bb]ackup ([0-9]).rdl
279
+ *- [Bb]ackup ([0-9][0-9]).rdl
280
+
281
+ # Microsoft Fakes
282
+ FakesAssemblies/
283
+
284
+ # GhostDoc plugin setting file
285
+ *.GhostDoc.xml
286
+
287
+ # Node.js Tools for Visual Studio
288
+ .ntvs_analysis.dat
289
+ node_modules/
290
+
291
+ # Visual Studio 6 build log
292
+ *.plg
293
+
294
+ # Visual Studio 6 workspace options file
295
+ *.opt
296
+
297
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
298
+ *.vbw
299
+
300
+ # Visual Studio LightSwitch build output
301
+ **/*.HTMLClient/GeneratedArtifacts
302
+ **/*.DesktopClient/GeneratedArtifacts
303
+ **/*.DesktopClient/ModelManifest.xml
304
+ **/*.Server/GeneratedArtifacts
305
+ **/*.Server/ModelManifest.xml
306
+ _Pvt_Extensions
307
+
308
+ # Paket dependency manager
309
+ .paket/paket.exe
310
+ paket-files/
311
+
312
+ # FAKE - F# Make
313
+ .fake/
314
+
315
+ # CodeRush personal settings
316
+ .cr/personal
317
+
318
+ # Python Tools for Visual Studio (PTVS)
319
+ __pycache__/
320
+ *.pyc
321
+
322
+ # Cake - Uncomment if you are using it
323
+ # tools/**
324
+ # !tools/packages.config
325
+
326
+ # Tabs Studio
327
+ *.tss
328
+
329
+ # Telerik's JustMock configuration file
330
+ *.jmconfig
331
+
332
+ # BizTalk build output
333
+ *.btp.cs
334
+ *.btm.cs
335
+ *.odx.cs
336
+ *.xsd.cs
337
+
338
+ # OpenCover UI analysis results
339
+ OpenCover/
340
+
341
+ # Azure Stream Analytics local run output
342
+ ASALocalRun/
343
+
344
+ # MSBuild Binary and Structured Log
345
+ *.binlog
346
+
347
+ # NVidia Nsight GPU debugger configuration file
348
+ *.nvuser
349
+
350
+ # MFractors (Xamarin productivity tool) working folder
351
+ .mfractor/
352
+
353
+ # Local History for Visual Studio
354
+ .localhistory/
355
+
356
+ # BeatPulse healthcheck temp database
357
+ healthchecksdb
358
+
359
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
360
+ MigrationBackup/
361
+
362
+ # Ionide (cross platform F# VS Code tools) working folder
363
+ .ionide/
364
+
365
+ # Fody - auto-generated XML schema
366
+ FodyWeavers.xsd
367
+
368
+ # Logs
369
+ logs
370
+ *.log
371
+ npm-debug.log*
372
+ yarn-debug.log*
373
+ yarn-error.log*
374
+ lerna-debug.log*
375
+
376
+ # Diagnostic reports (https://nodejs.org/api/report.html)
377
+ report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
378
+
379
+ # Runtime data
380
+ pids
381
+ *.pid
382
+ *.seed
383
+ *.pid.lock
384
+
385
+ # Directory for instrumented libs generated by jscoverage/JSCover
386
+ lib-cov
387
+
388
+ # Coverage directory used by tools like istanbul
389
+ coverage
390
+ *.lcov
391
+
392
+ # nyc test coverage
393
+ .nyc_output
394
+
395
+ # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
396
+ .grunt
397
+
398
+ # Bower dependency directory (https://bower.io/)
399
+ bower_components
400
+
401
+ # node-waf configuration
402
+ .lock-wscript
403
+
404
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
405
+ build/Release
406
+
407
+ # Dependency directories
408
+ node_modules/
409
+ jspm_packages/
410
+
411
+ # TypeScript v1 declaration files
412
+ typings/
413
+
414
+ # TypeScript cache
415
+ *.tsbuildinfo
416
+
417
+ # Optional npm cache directory
418
+ .npm
419
+
420
+ # Optional eslint cache
421
+ .eslintcache
422
+
423
+ # Microbundle cache
424
+ .rpt2_cache/
425
+ .rts2_cache_cjs/
426
+ .rts2_cache_es/
427
+ .rts2_cache_umd/
428
+
429
+ # Optional REPL history
430
+ .node_repl_history
431
+
432
+ # Output of 'npm pack'
433
+ *.tgz
434
+
435
+ # Yarn Integrity file
436
+ .yarn-integrity
437
+
438
+ # dotenv environment variables file
439
+ .env
440
+ .env.test
441
+
442
+ # parcel-bundler cache (https://parceljs.org/)
443
+ .cache
444
+
445
+ # Next.js build output
446
+ .next
447
+
448
+ # Nuxt.js build / generate output
449
+ .nuxt
450
+ dist
451
+
452
+ # Gatsby files
453
+ .cache/
454
+ # Comment in the public line in if your project uses Gatsby and *not* Next.js
455
+ # https://nextjs.org/blog/next-9-1#public-directory-support
456
+ # public
457
+
458
+ # vuepress build output
459
+ .vuepress/dist
460
+
461
+ # Serverless directories
462
+ .serverless/
463
+
464
+ # FuseBox cache
465
+ .fusebox/
466
+
467
+ # DynamoDB Local files
468
+ .dynamodb/
469
+
470
+ # TernJS port file
471
+ .tern-port
@@ -47,10 +47,10 @@ sonar.coverage.exclusions=\
47
47
  **/libs/upload/src/**, \
48
48
  **/libs/view/src/**, \
49
49
  **/*.spec.ts, **/*.spec.js, \
50
- **/*.test.js, **/*.test.ts
50
+ **/*.test.js, **/*.test.ts, **/*.test.tsx
51
51
  sonar.cpd.exclusions=\
52
52
  **/atoms/**, \
53
- **/*.test.js, **/*.test.ts
53
+ **/*.test.js, **/*.test.ts, **/*.test.tsx
54
54
 
55
55
  sonar.issue.ignore.multicriteria=e1,e3,e4,e5,e6a,e6b,e7
56
56
 
@@ -0,0 +1,11 @@
1
+ # compiled output
2
+ node_modules/
3
+
4
+ # E2E test results
5
+ test-results/
6
+ test-videos/
7
+
8
+ monocart-report/**
9
+
10
+ specs/test-check-stateful-with-dataMocker.stateful.test.ts
11
+ specs/test-check-stateful-without-dataMocker.stateful.test.ts