@likec4/language-server 1.8.1 → 1.10.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 (85) hide show
  1. package/contrib/likec4.tmLanguage.json +1 -1
  2. package/dist/browser.cjs +21 -0
  3. package/dist/browser.d.cts +22 -0
  4. package/dist/browser.d.mts +22 -0
  5. package/dist/browser.d.ts +22 -0
  6. package/dist/browser.mjs +19 -0
  7. package/dist/index.cjs +10 -0
  8. package/dist/index.d.cts +18 -0
  9. package/dist/index.d.mts +18 -0
  10. package/dist/index.d.ts +18 -0
  11. package/dist/index.mjs +1 -0
  12. package/dist/likec4lib.cjs +961 -0
  13. package/dist/likec4lib.d.cts +6 -0
  14. package/dist/likec4lib.d.mts +6 -0
  15. package/dist/likec4lib.d.ts +6 -0
  16. package/dist/likec4lib.mjs +957 -0
  17. package/dist/model-graph/index.cjs +10 -0
  18. package/dist/model-graph/index.d.cts +79 -0
  19. package/dist/model-graph/index.d.mts +79 -0
  20. package/dist/model-graph/index.d.ts +79 -0
  21. package/dist/model-graph/index.mjs +1 -0
  22. package/dist/node.cjs +18 -0
  23. package/dist/node.d.cts +20 -0
  24. package/dist/node.d.mts +20 -0
  25. package/dist/node.d.ts +20 -0
  26. package/dist/node.mjs +16 -0
  27. package/dist/protocol.cjs +25 -0
  28. package/dist/protocol.d.cts +43 -0
  29. package/dist/protocol.d.mts +43 -0
  30. package/dist/protocol.d.ts +43 -0
  31. package/dist/protocol.mjs +17 -0
  32. package/dist/shared/language-server.CjFzaJwI.d.cts +1223 -0
  33. package/dist/shared/language-server.CtKHXJDD.d.ts +1223 -0
  34. package/dist/shared/language-server.D-84I33F.d.mts +1223 -0
  35. package/dist/shared/language-server.DBJJUUgF.mjs +5737 -0
  36. package/dist/shared/language-server.DtBRb9os.mjs +1656 -0
  37. package/dist/shared/language-server.DwyCJvXm.cjs +1669 -0
  38. package/dist/shared/language-server.JWkqVjGv.cjs +5748 -0
  39. package/package.json +36 -20
  40. package/src/ast.ts +48 -36
  41. package/src/browser.ts +0 -3
  42. package/src/elementRef.ts +1 -1
  43. package/src/formatting/LikeC4Formatter.ts +388 -0
  44. package/src/formatting/utils.ts +26 -0
  45. package/src/generated/ast.ts +170 -12
  46. package/src/generated/grammar.ts +1 -1
  47. package/src/generated-lib/icons.ts +1 -1
  48. package/src/like-c4.langium +49 -8
  49. package/src/likec4lib.ts +2 -3
  50. package/src/logger.ts +9 -1
  51. package/src/lsp/DocumentLinkProvider.ts +27 -15
  52. package/src/lsp/RenameProvider.ts +8 -0
  53. package/src/lsp/SemanticTokenProvider.ts +20 -2
  54. package/src/lsp/index.ts +1 -0
  55. package/src/model/fqn-computation.ts +33 -23
  56. package/src/model/fqn-index.ts +5 -21
  57. package/src/model/model-builder.ts +180 -112
  58. package/src/model/model-locator.ts +1 -1
  59. package/src/model/model-parser-where.ts +3 -2
  60. package/src/model/model-parser.ts +99 -39
  61. package/src/model-graph/LikeC4ModelGraph.ts +42 -21
  62. package/src/model-graph/compute-view/__test__/fixture.ts +16 -14
  63. package/src/model-graph/compute-view/compute.ts +110 -81
  64. package/src/model-graph/compute-view/predicates.ts +6 -8
  65. package/src/model-graph/dynamic-view/__test__/fixture.ts +1 -0
  66. package/src/model-graph/dynamic-view/compute.ts +98 -61
  67. package/src/model-graph/utils/buildElementNotations.ts +1 -1
  68. package/src/model-graph/utils/elementExpressionToPredicate.ts +1 -1
  69. package/src/model-graph/utils/sortNodes.ts +2 -6
  70. package/src/module.ts +21 -4
  71. package/src/protocol.ts +4 -5
  72. package/src/references/scope-computation.ts +10 -1
  73. package/src/references/scope-provider.ts +2 -1
  74. package/src/shared/NodeKindProvider.ts +73 -34
  75. package/src/test/setup.ts +3 -8
  76. package/src/test/testServices.ts +27 -7
  77. package/src/utils/graphlib.ts +11 -0
  78. package/src/validation/index.ts +2 -1
  79. package/src/validation/property-checks.ts +13 -1
  80. package/src/validation/specification.ts +3 -3
  81. package/src/view-utils/manual-layout.ts +1 -1
  82. package/src/view-utils/resolve-extended-views.ts +19 -10
  83. package/src/view-utils/resolve-relative-paths.ts +19 -24
  84. package/src/view-utils/view-hash.ts +1 -1
  85. package/src/reset.d.ts +0 -2
@@ -0,0 +1,961 @@
1
+ 'use strict';
2
+
3
+ const LibIcons = `likec4lib {
4
+ icons {
5
+ aws:activate
6
+ aws:alexa-for-business
7
+ aws:amplify
8
+ aws:apache-mxnet-on-aws
9
+ aws:api-gateway
10
+ aws:app-config
11
+ aws:app-flow
12
+ aws:app-mesh
13
+ aws:app-runner
14
+ aws:app-stream
15
+ aws:app-sync
16
+ aws:application-auto-scaling
17
+ aws:application-composer
18
+ aws:application-cost-profiler
19
+ aws:application-discovery-service
20
+ aws:application-migration-service
21
+ aws:artifact
22
+ aws:athena
23
+ aws:audit-manager
24
+ aws:augmented-ai-a2i
25
+ aws:aurora
26
+ aws:auto-scaling
27
+ aws:backint-agent
28
+ aws:backup
29
+ aws:batch
30
+ aws:billing-conductor
31
+ aws:bottlerocket
32
+ aws:braket
33
+ aws:budgets
34
+ aws:certificate-manager
35
+ aws:chatbot
36
+ aws:chime
37
+ aws:chime-sdk
38
+ aws:chime-voice-connector
39
+ aws:clean-rooms
40
+ aws:client-vpn
41
+ aws:cloud-control-api
42
+ aws:cloud-development-kit
43
+ aws:cloud-directory
44
+ aws:cloud-formation
45
+ aws:cloud-front
46
+ aws:cloud-hsm
47
+ aws:cloud-map
48
+ aws:cloud-search
49
+ aws:cloud-shell
50
+ aws:cloud-trail
51
+ aws:cloud-wan
52
+ aws:cloud-watch
53
+ aws:cloud9
54
+ aws:code-artifact
55
+ aws:code-build
56
+ aws:code-catalyst
57
+ aws:code-commit
58
+ aws:code-deploy
59
+ aws:code-guru
60
+ aws:code-pipeline
61
+ aws:code-star
62
+ aws:code-whisperer
63
+ aws:cognito
64
+ aws:command-line-interface
65
+ aws:comprehend
66
+ aws:comprehend-medical
67
+ aws:compute-optimizer
68
+ aws:config
69
+ aws:connect
70
+ aws:console-mobile-application
71
+ aws:control-tower
72
+ aws:corretto
73
+ aws:cost-and-usage-report
74
+ aws:cost-explorer
75
+ aws:data-exchange
76
+ aws:data-pipeline
77
+ aws:data-sync
78
+ aws:data-zone
79
+ aws:database-migration-service
80
+ aws:deep-composer
81
+ aws:deep-learning-amis
82
+ aws:deep-learning-containers
83
+ aws:deep-lens
84
+ aws:deep-racer
85
+ aws:detective
86
+ aws:dev-ops-guru
87
+ aws:device-farm
88
+ aws:direct-connect
89
+ aws:directory-service
90
+ aws:distro-for-open-telemetry
91
+ aws:document-db
92
+ aws:dynamo-db
93
+ aws:ec2
94
+ aws:ec2-auto-scaling
95
+ aws:ec2-image-builder
96
+ aws:ecs-anywhere
97
+ aws:efs
98
+ aws:eks-anywhere
99
+ aws:eks-cloud
100
+ aws:eks-distro
101
+ aws:elasti-cache
102
+ aws:elastic-beanstalk
103
+ aws:elastic-block-store
104
+ aws:elastic-container-registry
105
+ aws:elastic-container-service
106
+ aws:elastic-disaster-recovery
107
+ aws:elastic-fabric-adapter
108
+ aws:elastic-inference
109
+ aws:elastic-kubernetes-service
110
+ aws:elastic-load-balancing
111
+ aws:elastic-transcoder
112
+ aws:elemental-appliances-software
113
+ aws:elemental-conductor
114
+ aws:elemental-delta
115
+ aws:elemental-link
116
+ aws:elemental-live
117
+ aws:elemental-media-connect
118
+ aws:elemental-media-convert
119
+ aws:elemental-media-live
120
+ aws:elemental-media-package
121
+ aws:elemental-media-store
122
+ aws:elemental-media-tailor
123
+ aws:elemental-server
124
+ aws:emr
125
+ aws:event-bridge
126
+ aws:express-workflows
127
+ aws:fargate
128
+ aws:fault-injection-simulator
129
+ aws:file-cache
130
+ aws:fin-space
131
+ aws:firewall-manager
132
+ aws:forecast
133
+ aws:fraud-detector
134
+ aws:free-rtos
135
+ aws:fsx
136
+ aws:fsx-for-lustre
137
+ aws:fsx-for-net-app-ontap
138
+ aws:fsx-for-open-zfs
139
+ aws:fsx-for-wfs
140
+ aws:game-kit
141
+ aws:game-lift
142
+ aws:game-sparks
143
+ aws:genomics-cli
144
+ aws:global-accelerator
145
+ aws:glue
146
+ aws:glue-data-brew
147
+ aws:glue-elastic-views
148
+ aws:ground-station
149
+ aws:guard-duty
150
+ aws:health-lake
151
+ aws:honeycode
152
+ aws:iam-identity-center
153
+ aws:identity-and-access-management
154
+ aws:inspector
155
+ aws:interactive-video-service
156
+ aws:io-t-1-click
157
+ aws:io-t-analytics
158
+ aws:io-t-button
159
+ aws:io-t-core
160
+ aws:io-t-device-defender
161
+ aws:io-t-device-management
162
+ aws:io-t-edu-kit
163
+ aws:io-t-events
164
+ aws:io-t-express-link
165
+ aws:io-t-fleet-wise
166
+ aws:io-t-greengrass
167
+ aws:io-t-robo-runner
168
+ aws:io-t-site-wise
169
+ aws:io-t-things-graph
170
+ aws:io-t-twin-maker
171
+ aws:iq
172
+ aws:kendra
173
+ aws:key-management-service
174
+ aws:keyspaces
175
+ aws:kinesis
176
+ aws:kinesis-data-analytics
177
+ aws:kinesis-data-streams
178
+ aws:kinesis-firehose
179
+ aws:kinesis-video-streams
180
+ aws:lake-formation
181
+ aws:lambda
182
+ aws:launch-wizard
183
+ aws:lex
184
+ aws:license-manager
185
+ aws:lightsail
186
+ aws:local-zones
187
+ aws:location-service
188
+ aws:lookout-for-equipment
189
+ aws:lookout-for-metrics
190
+ aws:lookout-for-vision
191
+ aws:lumberyard
192
+ aws:macie
193
+ aws:mainframe-modernization
194
+ aws:managed-blockchain
195
+ aws:managed-grafana
196
+ aws:managed-service-for-prometheus
197
+ aws:managed-services
198
+ aws:managed-streaming-for-apache-kafka
199
+ aws:managed-workflows-for-apache-airflow
200
+ aws:management-console
201
+ aws:marketplace-dark
202
+ aws:marketplace-light
203
+ aws:memory-db-for-redis
204
+ aws:migration-evaluator
205
+ aws:migration-hub
206
+ aws:monitron
207
+ aws:mq
208
+ aws:neptune
209
+ aws:network-firewall
210
+ aws:neuron
211
+ aws:nice-dcv
212
+ aws:nice-engin-frame
213
+ aws:nimble-studio
214
+ aws:nitro-enclaves
215
+ aws:omics
216
+ aws:open-3d-engine
217
+ aws:open-search-service
218
+ aws:ops-works
219
+ aws:organizations
220
+ aws:outposts-family
221
+ aws:outposts-rack
222
+ aws:outposts-servers
223
+ aws:panorama
224
+ aws:parallel-cluster
225
+ aws:personal-health-dashboard
226
+ aws:personalize
227
+ aws:pinpoint
228
+ aws:pinpoint-apis
229
+ aws:polly
230
+ aws:private-5g
231
+ aws:private-certificate-authority
232
+ aws:private-link
233
+ aws:professional-services
234
+ aws:proton
235
+ aws:quantum-ledger-database
236
+ aws:quick-sight
237
+ aws:rds
238
+ aws:rds-on-vmware
239
+ aws:re-post
240
+ aws:red-hat-open-shift-service-on-aws
241
+ aws:redshift
242
+ aws:rekognition
243
+ aws:reserved-instance-reporting
244
+ aws:resilience-hub
245
+ aws:resource-access-manager
246
+ aws:resource-explorer
247
+ aws:robo-maker
248
+ aws:route-53
249
+ aws:s3-on-outposts
250
+ aws:sage-maker
251
+ aws:sage-maker-ground-truth
252
+ aws:sage-maker-studio-lab
253
+ aws:savings-plans
254
+ aws:secrets-manager
255
+ aws:security-hub
256
+ aws:security-lake
257
+ aws:server-migration-service
258
+ aws:serverless-application-repository
259
+ aws:service-catalog
260
+ aws:service-management-connector
261
+ aws:shield
262
+ aws:signer
263
+ aws:sim-space-weaver
264
+ aws:simple-email-service
265
+ aws:simple-notification-service
266
+ aws:simple-queue-service
267
+ aws:simple-storage-service
268
+ aws:simple-storage-service-glacier
269
+ aws:site-to-site-vpn
270
+ aws:snowball
271
+ aws:snowball-edge
272
+ aws:snowcone
273
+ aws:snowmobile
274
+ aws:step-functions
275
+ aws:storage-gateway
276
+ aws:sumerian
277
+ aws:supply-chain
278
+ aws:support
279
+ aws:systems-manager
280
+ aws:tensor-flow-on-aws
281
+ aws:textract
282
+ aws:thinkbox-deadline
283
+ aws:thinkbox-frost
284
+ aws:thinkbox-krakatoa
285
+ aws:thinkbox-sequoia
286
+ aws:thinkbox-stoke
287
+ aws:thinkbox-xmesh
288
+ aws:timestream
289
+ aws:tools-and-sdks
290
+ aws:torch-serve
291
+ aws:training-certification
292
+ aws:transcribe
293
+ aws:transfer-family
294
+ aws:transit-gateway
295
+ aws:translate
296
+ aws:trusted-advisor
297
+ aws:verified-access
298
+ aws:verified-permissions
299
+ aws:virtual-private-cloud
300
+ aws:vmware-cloud-on-aws
301
+ aws:vpc-lattice
302
+ aws:waf
303
+ aws:wavelength
304
+ aws:well-architected-tool
305
+ aws:wickr
306
+ aws:work-docs
307
+ aws:work-docs-sdk
308
+ aws:work-link
309
+ aws:work-mail
310
+ aws:work-spaces-family
311
+ aws:x-ray
312
+ gcp:access-context-manager
313
+ gcp:administration
314
+ gcp:advanced-agent-modeling
315
+ gcp:advanced-solutions-lab
316
+ gcp:agent-assist
317
+ gcp:ai-hub
318
+ gcp:ai-platform
319
+ gcp:ai-platform-unified
320
+ gcp:analytics-hub
321
+ gcp:anthos
322
+ gcp:anthos-config-management
323
+ gcp:anthos-service-mesh
324
+ gcp:api
325
+ gcp:api-analytics
326
+ gcp:api-monetization
327
+ gcp:apigee-api-platform
328
+ gcp:apigee-sense
329
+ gcp:app-engine
330
+ gcp:artifact-registry
331
+ gcp:asset-inventory
332
+ gcp:assured-workloads
333
+ gcp:auto-ml
334
+ gcp:auto-ml-natural-language
335
+ gcp:auto-ml-tables
336
+ gcp:auto-ml-translation
337
+ gcp:auto-ml-video-intelligence
338
+ gcp:auto-ml-vision
339
+ gcp:bare-metal-solutions
340
+ gcp:batch
341
+ gcp:beyondcorp
342
+ gcp:big-query
343
+ gcp:bigtable
344
+ gcp:billing
345
+ gcp:binary-authorization
346
+ gcp:catalog
347
+ gcp:certificate-authority-service
348
+ gcp:certificate-manager
349
+ gcp:cloud-api-gateway
350
+ gcp:cloud-apis
351
+ gcp:cloud-armor
352
+ gcp:cloud-asset-inventory
353
+ gcp:cloud-audit-logs
354
+ gcp:cloud-build
355
+ gcp:cloud-cdn
356
+ gcp:cloud-code
357
+ gcp:cloud-composer
358
+ gcp:cloud-data-fusion
359
+ gcp:cloud-deploy
360
+ gcp:cloud-deployment-manager
361
+ gcp:cloud-dns
362
+ gcp:cloud-domains
363
+ gcp:cloud-ekm
364
+ gcp:cloud-endpoints
365
+ gcp:cloud-external-ip-addresses
366
+ gcp:cloud-firewall-rules
367
+ gcp:cloud-for-marketing
368
+ gcp:cloud-functions
369
+ gcp:cloud-generic
370
+ gcp:cloud-gpu
371
+ gcp:cloud-healthcare-api
372
+ gcp:cloud-healthcare-marketplace
373
+ gcp:cloud-hsm
374
+ gcp:cloud-ids
375
+ gcp:cloud-inference-api
376
+ gcp:cloud-interconnect
377
+ gcp:cloud-jobs-api
378
+ gcp:cloud-load-balancing
379
+ gcp:cloud-logging
380
+ gcp:cloud-media-edge
381
+ gcp:cloud-monitoring
382
+ gcp:cloud-nat
383
+ gcp:cloud-natural-language-api
384
+ gcp:cloud-network
385
+ gcp:cloud-ops
386
+ gcp:cloud-optimization-ai
387
+ gcp:cloud-optimization-ai-fleet-routing-api
388
+ gcp:cloud-router
389
+ gcp:cloud-routes
390
+ gcp:cloud-run
391
+ gcp:cloud-run-for-anthos
392
+ gcp:cloud-scheduler
393
+ gcp:cloud-security-scanner
394
+ gcp:cloud-shell
395
+ gcp:cloud-spanner
396
+ gcp:cloud-sql
397
+ gcp:cloud-storage
398
+ gcp:cloud-tasks
399
+ gcp:cloud-test-lab
400
+ gcp:cloud-tpu
401
+ gcp:cloud-translation-api
402
+ gcp:cloud-vision-api
403
+ gcp:cloud-vpn
404
+ gcp:compute-engine
405
+ gcp:configuration-management
406
+ gcp:connectivity-test
407
+ gcp:connectors
408
+ gcp:contact-center-ai
409
+ gcp:container-optimized-os
410
+ gcp:container-registry
411
+ gcp:data-catalog
412
+ gcp:data-labeling
413
+ gcp:data-layers
414
+ gcp:data-loss-prevention-api
415
+ gcp:data-qn-a
416
+ gcp:data-studio
417
+ gcp:data-transfer
418
+ gcp:database-migration-service
419
+ gcp:dataflow
420
+ gcp:datalab
421
+ gcp:dataplex
422
+ gcp:datapol
423
+ gcp:dataprep
424
+ gcp:dataproc
425
+ gcp:dataproc-metastore
426
+ gcp:datashare
427
+ gcp:datastore
428
+ gcp:datastream
429
+ gcp:debugger
430
+ gcp:developer-portal
431
+ gcp:dialogflow
432
+ gcp:dialogflow-cx
433
+ gcp:dialogflow-insights
434
+ gcp:document-ai
435
+ gcp:early-access-center
436
+ gcp:error-reporting
437
+ gcp:eventarc
438
+ gcp:filestore
439
+ gcp:financial-services-marketplace
440
+ gcp:firestore
441
+ gcp:fleet-engine
442
+ gcp:free-trial
443
+ gcp:game-servers
444
+ gcp:gce-systems-management
445
+ gcp:genomics
446
+ gcp:gke-on-prem
447
+ gcp:google-cloud-marketplace
448
+ gcp:google-kubernetes-engine
449
+ gcp:google-maps-platform
450
+ gcp:healthcare-nlp-api
451
+ gcp:home
452
+ gcp:identity-and-access-management
453
+ gcp:identity-aware-proxy
454
+ gcp:identity-platform
455
+ gcp:iot-core
456
+ gcp:iot-edge
457
+ gcp:key-access-justifications
458
+ gcp:key-management-service
459
+ gcp:kuberun
460
+ gcp:launcher
461
+ gcp:local-ssd
462
+ gcp:looker
463
+ gcp:managed-service-for-microsoft-active-directory
464
+ gcp:media-translation-api
465
+ gcp:memorystore
466
+ gcp:migrate-for-anthos
467
+ gcp:migrate-for-compute-engine
468
+ gcp:my-cloud
469
+ gcp:network-connectivity-center
470
+ gcp:network-intelligence-center
471
+ gcp:network-security
472
+ gcp:network-tiers
473
+ gcp:network-topology
474
+ gcp:onboarding
475
+ gcp:os-configuration-management
476
+ gcp:os-inventory-management
477
+ gcp:os-patch-management
478
+ gcp:partner-interconnect
479
+ gcp:partner-portal
480
+ gcp:performance-dashboard
481
+ gcp:permissions
482
+ gcp:persistent-disk
483
+ gcp:phishing-protection
484
+ gcp:policy-analyzer
485
+ gcp:premium-network-tier
486
+ gcp:private-connectivity
487
+ gcp:private-service-connect
488
+ gcp:producer-portal
489
+ gcp:profiler
490
+ gcp:project
491
+ gcp:pub-sub
492
+ gcp:quantum-engine
493
+ gcp:quotas
494
+ gcp:real-world-insights
495
+ gcp:recommendations-ai
496
+ gcp:release-notes
497
+ gcp:retail-api
498
+ gcp:risk-manager
499
+ gcp:runtime-config
500
+ gcp:secret-manager
501
+ gcp:security
502
+ gcp:security-command-center
503
+ gcp:security-health-advisor
504
+ gcp:security-key-enforcement
505
+ gcp:service-discovery
506
+ gcp:speech-to-text
507
+ gcp:stackdriver
508
+ gcp:standard-network-tier
509
+ gcp:stream-suite
510
+ gcp:support
511
+ gcp:tensorflow-enterprise
512
+ gcp:text-to-speech
513
+ gcp:tools-for-powershell
514
+ gcp:trace
515
+ gcp:traffic-director
516
+ gcp:transfer
517
+ gcp:transfer-appliance
518
+ gcp:user-preferences
519
+ gcp:vertex-ai
520
+ gcp:video-intelligence-api
521
+ gcp:virtual-private-cloud
522
+ gcp:visual-inspection
523
+ gcp:vmware-engine
524
+ gcp:web-risk
525
+ gcp:web-security-scanner
526
+ gcp:workflows
527
+ gcp:workload-identity-pool
528
+ tech:aarch64
529
+ tech:adobe-illustrator
530
+ tech:adobe-photoshop
531
+ tech:adobe-premiere-pro
532
+ tech:adobe-xd
533
+ tech:adonis-js
534
+ tech:after-effects
535
+ tech:airflow
536
+ tech:akka
537
+ tech:algolia
538
+ tech:alpine-js
539
+ tech:amazon-web-services
540
+ tech:anaconda
541
+ tech:android
542
+ tech:android-studio
543
+ tech:angular
544
+ tech:angular-js
545
+ tech:ansible
546
+ tech:ant-design
547
+ tech:apache
548
+ tech:apl
549
+ tech:appcelerator
550
+ tech:apple
551
+ tech:apple-safari
552
+ tech:appwrite
553
+ tech:arch-linux
554
+ tech:arduino
555
+ tech:argo-cd
556
+ tech:astro
557
+ tech:atom
558
+ tech:autodesk-maya
559
+ tech:autodesk-shot-grid
560
+ tech:awk
561
+ tech:azios
562
+ tech:azure
563
+ tech:azure-devops
564
+ tech:azure-sql-database
565
+ tech:babel
566
+ tech:backbone-js
567
+ tech:ballerina
568
+ tech:bamboo
569
+ tech:bash
570
+ tech:behance
571
+ tech:bitbucket
572
+ tech:blender
573
+ tech:bootstrap
574
+ tech:bower
575
+ tech:browserstack
576
+ tech:bulma
577
+ tech:bun
578
+ tech:c
579
+ tech:cairo-graphics
580
+ tech:cake-php
581
+ tech:canva
582
+ tech:capacitor
583
+ tech:cassandra
584
+ tech:cent-os
585
+ tech:chrome
586
+ tech:circle-ci
587
+ tech:clarity
588
+ tech:clion
589
+ tech:clojure
590
+ tech:clojure-script
591
+ tech:cloudflare
592
+ tech:cloudflare-workers
593
+ tech:cmake
594
+ tech:code-igniter
595
+ tech:code-pen
596
+ tech:codeac
597
+ tech:codecov
598
+ tech:coffee-script
599
+ tech:composer
600
+ tech:confluence
601
+ tech:consul
602
+ tech:contao
603
+ tech:corejs
604
+ tech:cosmosdb
605
+ tech:couchdb
606
+ tech:cplusplus
607
+ tech:crystal
608
+ tech:csharp
609
+ tech:css3
610
+ tech:cucumber
611
+ tech:cypress
612
+ tech:d3js
613
+ tech:dart
614
+ tech:data-grip
615
+ tech:data-spell
616
+ tech:dbeaver
617
+ tech:debian
618
+ tech:deno
619
+ tech:devicon
620
+ tech:digital-ocean
621
+ tech:discord-js
622
+ tech:django
623
+ tech:django-rest
624
+ tech:docker
625
+ tech:doctrine
626
+ tech:dropwizard
627
+ tech:drupal
628
+ tech:eclipse-ceylon
629
+ tech:eclipse-ide
630
+ tech:eclipse-vert-x
631
+ tech:elasticbeats
632
+ tech:elasticsearch
633
+ tech:electron
634
+ tech:eleventy-11ty
635
+ tech:elixir
636
+ tech:elm
637
+ tech:embedded-c
638
+ tech:ember-js
639
+ tech:envoy
640
+ tech:erlang
641
+ tech:eslint
642
+ tech:express
643
+ tech:facebook
644
+ tech:fast-api
645
+ tech:fastify
646
+ tech:fauna
647
+ tech:feathers
648
+ tech:fedora
649
+ tech:figma
650
+ tech:file-zilla
651
+ tech:firebase
652
+ tech:firefox
653
+ tech:flask
654
+ tech:flutter
655
+ tech:fortran
656
+ tech:foundation
657
+ tech:fsharp
658
+ tech:gatling
659
+ tech:gatsby
660
+ tech:gazebo
661
+ tech:gcc
662
+ tech:gentoo
663
+ tech:ghost
664
+ tech:gimp
665
+ tech:git
666
+ tech:gitbook
667
+ tech:github
668
+ tech:github-actions
669
+ tech:github-codespaces
670
+ tech:gitlab
671
+ tech:gitpod
672
+ tech:gitter
673
+ tech:gnu-emacs
674
+ tech:go
675
+ tech:go-land
676
+ tech:godot-engine
677
+ tech:google
678
+ tech:google-cloud
679
+ tech:gradle
680
+ tech:grafana
681
+ tech:grails
682
+ tech:graphql
683
+ tech:groovy
684
+ tech:grunt-js
685
+ tech:gulp-js
686
+ tech:hadoop
687
+ tech:handlebars
688
+ tech:hardhat
689
+ tech:harvester
690
+ tech:hashicorp-vault
691
+ tech:haskell
692
+ tech:haxe
693
+ tech:helm
694
+ tech:heroku
695
+ tech:hibernate
696
+ tech:homebrew
697
+ tech:html5
698
+ tech:hugo
699
+ tech:ibm-spss-statistics
700
+ tech:ie10
701
+ tech:ifttt
702
+ tech:influxdb
703
+ tech:inkscape
704
+ tech:insomnia
705
+ tech:intellij-idea
706
+ tech:ionic
707
+ tech:jaeger
708
+ tech:jamstack
709
+ tech:jasmine
710
+ tech:java
711
+ tech:javascript
712
+ tech:jeet
713
+ tech:jekyll
714
+ tech:jenkins
715
+ tech:jest
716
+ tech:jetbrains
717
+ tech:jira
718
+ tech:jira-align
719
+ tech:jquery
720
+ tech:json
721
+ tech:jule
722
+ tech:julia
723
+ tech:junit
724
+ tech:jupyter
725
+ tech:k3os
726
+ tech:k3s
727
+ tech:kafka
728
+ tech:kaggle
729
+ tech:karate
730
+ tech:karma
731
+ tech:keras
732
+ tech:kibana
733
+ tech:knex-js
734
+ tech:knockout
735
+ tech:kotlin
736
+ tech:krakenjs
737
+ tech:ktor
738
+ tech:kubernetes
739
+ tech:labview
740
+ tech:laravel
741
+ tech:latex
742
+ tech:less-js
743
+ tech:linkedin
744
+ tech:linux
745
+ tech:liquibase
746
+ tech:livewire
747
+ tech:llvm
748
+ tech:logstash
749
+ tech:lua
750
+ tech:lumen
751
+ tech:magento
752
+ tech:markdown
753
+ tech:material-ui
754
+ tech:materialize
755
+ tech:matlab
756
+ tech:matplotlib
757
+ tech:maven
758
+ tech:meteor-js
759
+ tech:microsoft-sql-server
760
+ tech:minitab
761
+ tech:mob-x
762
+ tech:mocha
763
+ tech:modx
764
+ tech:moleculer
765
+ tech:mongodb
766
+ tech:mongoose-js
767
+ tech:moodle
768
+ tech:ms-dos
769
+ tech:mysql
770
+ tech:nano
771
+ tech:nerog
772
+ tech:nestjs
773
+ tech:net
774
+ tech:net-core
775
+ tech:network-x
776
+ tech:new4j
777
+ tech:nextjs
778
+ tech:nginx
779
+ tech:nhibernate
780
+ tech:nim
781
+ tech:nimble
782
+ tech:nix
783
+ tech:nodejs
784
+ tech:nodemon
785
+ tech:nodewebkit
786
+ tech:npm
787
+ tech:nuget
788
+ tech:num-py
789
+ tech:nuxt-js
790
+ tech:objective-c
791
+ tech:ocaml
792
+ tech:oh-my-zsh
793
+ tech:okta
794
+ tech:open-al
795
+ tech:open-api
796
+ tech:open-cl
797
+ tech:open-cv
798
+ tech:open-gl
799
+ tech:open-stack
800
+ tech:open-suse
801
+ tech:open-telemetry
802
+ tech:opera
803
+ tech:oracle
804
+ tech:p5js
805
+ tech:packer
806
+ tech:pandas
807
+ tech:perl
808
+ tech:pf-sense
809
+ tech:phalcon
810
+ tech:phoenix-framework
811
+ tech:photon-engine
812
+ tech:php
813
+ tech:php-storm
814
+ tech:playwrite
815
+ tech:ploty
816
+ tech:podman
817
+ tech:polygon
818
+ tech:portainer
819
+ tech:postcss
820
+ tech:postgresql
821
+ tech:postman
822
+ tech:powershell
823
+ tech:processing
824
+ tech:prometheus
825
+ tech:protractor
826
+ tech:purescript
827
+ tech:putty
828
+ tech:pycharm
829
+ tech:pyscript
830
+ tech:pytest
831
+ tech:python
832
+ tech:python-poetry
833
+ tech:pytorch
834
+ tech:qodana
835
+ tech:qt
836
+ tech:quarkus
837
+ tech:quasar
838
+ tech:qwik
839
+ tech:r
840
+ tech:rabbitmq
841
+ tech:rancher
842
+ tech:raspberrypi
843
+ tech:reach
844
+ tech:react
845
+ tech:react-bootstrap
846
+ tech:realm
847
+ tech:red-cube-s-epic-compiler-thingy-programming-re-ct
848
+ tech:redhat
849
+ tech:redis
850
+ tech:redux
851
+ tech:ren-py
852
+ tech:rider
853
+ tech:robot-operating-system-ros
854
+ tech:rocksdb
855
+ tech:rollup-js
856
+ tech:rspec
857
+ tech:rstudio
858
+ tech:ruby
859
+ tech:ruby-mine
860
+ tech:ruby-on-rails
861
+ tech:rust
862
+ tech:salesforce
863
+ tech:sanity
864
+ tech:sass
865
+ tech:scala
866
+ tech:scalingo
867
+ tech:sdl
868
+ tech:selenium
869
+ tech:sema-software
870
+ tech:sequelize
871
+ tech:shopware
872
+ tech:sketch
873
+ tech:slack
874
+ tech:socket-io
875
+ tech:solid-js
876
+ tech:solidity
877
+ tech:sonarqube
878
+ tech:sourcetree
879
+ tech:spark
880
+ tech:splunk
881
+ tech:spring
882
+ tech:sql-developer
883
+ tech:sqlalchemy
884
+ tech:sqlite
885
+ tech:ssh
886
+ tech:stackoverflow
887
+ tech:stata
888
+ tech:storybook
889
+ tech:streamlit
890
+ tech:stylus
891
+ tech:subversion
892
+ tech:svelte
893
+ tech:swagger
894
+ tech:swift
895
+ tech:symfony
896
+ tech:tailwind-css
897
+ tech:tauri
898
+ tech:tensorflow
899
+ tech:terraform
900
+ tech:tex
901
+ tech:the-algorithms
902
+ tech:three-js
903
+ tech:titanium-sdk
904
+ tech:tomcat
905
+ tech:tortoise-git
906
+ tech:tower
907
+ tech:traefik-mesh
908
+ tech:traefik-proxy
909
+ tech:travis-ci
910
+ tech:trello
911
+ tech:twitter
912
+ tech:typescript
913
+ tech:typo3
914
+ tech:ubuntu
915
+ tech:uml
916
+ tech:unity
917
+ tech:unix
918
+ tech:unreal-engine
919
+ tech:uwsgi
920
+ tech:v8
921
+ tech:vagrant
922
+ tech:vala
923
+ tech:vercel
924
+ tech:veutify
925
+ tech:vim
926
+ tech:visualstudio
927
+ tech:vite
928
+ tech:vitejs
929
+ tech:vscode
930
+ tech:vsphere
931
+ tech:vue
932
+ tech:vue-storefront
933
+ tech:vyper
934
+ tech:webassembly
935
+ tech:webflow
936
+ tech:weblate
937
+ tech:webpack
938
+ tech:webstorm
939
+ tech:windows11
940
+ tech:windows8
941
+ tech:woo-commerce
942
+ tech:wordpress
943
+ tech:xamarin
944
+ tech:xcode
945
+ tech:xml
946
+ tech:yaml
947
+ tech:yarn
948
+ tech:yii-framework
949
+ tech:yuno-host
950
+ tech:zend-framework
951
+ tech:zig
952
+ }
953
+ }
954
+ `;
955
+
956
+ const Scheme = "likec4builtin";
957
+ const Uri = `${Scheme}:///likec4/lib/icons.c4`;
958
+
959
+ exports.Content = LibIcons;
960
+ exports.Scheme = Scheme;
961
+ exports.Uri = Uri;