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