dot-language-support 1.5.4 → 1.6.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.
package/lib/index.js CHANGED
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -7,6 +7,7 @@ export declare const colors: Readonly<{
7
7
  antiquewhite2: string;
8
8
  antiquewhite3: string;
9
9
  antiquewhite4: string;
10
+ aqua: string;
10
11
  aquamarine: string;
11
12
  aquamarine1: string;
12
13
  aquamarine2: string;
@@ -73,13 +74,18 @@ export declare const colors: Readonly<{
73
74
  cyan2: string;
74
75
  cyan3: string;
75
76
  cyan4: string;
77
+ darkblue: string;
78
+ darkcyan: string;
76
79
  darkgoldenrod: string;
77
80
  darkgoldenrod1: string;
78
81
  darkgoldenrod2: string;
79
82
  darkgoldenrod3: string;
80
83
  darkgoldenrod4: string;
84
+ darkgray: string;
81
85
  darkgreen: string;
86
+ darkgrey: string;
82
87
  darkkhaki: string;
88
+ darkmagenta: string;
83
89
  darkolivegreen: string;
84
90
  darkolivegreen1: string;
85
91
  darkolivegreen2: string;
@@ -95,6 +101,7 @@ export declare const colors: Readonly<{
95
101
  darkorchid2: string;
96
102
  darkorchid3: string;
97
103
  darkorchid4: string;
104
+ darkred: string;
98
105
  darksalmon: string;
99
106
  darkseagreen: string;
100
107
  darkseagreen1: string;
@@ -134,6 +141,7 @@ export declare const colors: Readonly<{
134
141
  firebrick4: string;
135
142
  floralwhite: string;
136
143
  forestgreen: string;
144
+ fuchsia: string;
137
145
  gainsboro: string;
138
146
  ghostwhite: string;
139
147
  gold: string;
@@ -413,6 +421,7 @@ export declare const colors: Readonly<{
413
421
  lightgoldenrod4: string;
414
422
  lightgoldenrodyellow: string;
415
423
  lightgray: string;
424
+ lightgreen: string;
416
425
  lightgrey: string;
417
426
  lightpink: string;
418
427
  lightpink1: string;
@@ -443,6 +452,7 @@ export declare const colors: Readonly<{
443
452
  lightyellow2: string;
444
453
  lightyellow3: string;
445
454
  lightyellow4: string;
455
+ lime: string;
446
456
  limegreen: string;
447
457
  linen: string;
448
458
  magenta: string;
@@ -489,6 +499,7 @@ export declare const colors: Readonly<{
489
499
  navyblue: string;
490
500
  none: string;
491
501
  oldlace: string;
502
+ olive: string;
492
503
  olivedrab: string;
493
504
  olivedrab1: string;
494
505
  olivedrab2: string;
@@ -548,6 +559,7 @@ export declare const colors: Readonly<{
548
559
  purple2: string;
549
560
  purple3: string;
550
561
  purple4: string;
562
+ rebeccapurple: string;
551
563
  red: string;
552
564
  red1: string;
553
565
  red2: string;
@@ -585,6 +597,7 @@ export declare const colors: Readonly<{
585
597
  sienna2: string;
586
598
  sienna3: string;
587
599
  sienna4: string;
600
+ silver: string;
588
601
  skyblue: string;
589
602
  skyblue1: string;
590
603
  skyblue2: string;
@@ -621,6 +634,7 @@ export declare const colors: Readonly<{
621
634
  tan2: string;
622
635
  tan3: string;
623
636
  tan4: string;
637
+ teal: string;
624
638
  thistle: string;
625
639
  thistle1: string;
626
640
  thistle2: string;
@@ -643,6 +657,11 @@ export declare const colors: Readonly<{
643
657
  violetred2: string;
644
658
  violetred3: string;
645
659
  violetred4: string;
660
+ webgray: string;
661
+ webgreen: string;
662
+ webgrey: string;
663
+ webmaroon: string;
664
+ webpurple: string;
646
665
  wheat: string;
647
666
  wheat1: string;
648
667
  wheat2: string;
@@ -650,6 +669,11 @@ export declare const colors: Readonly<{
650
669
  wheat4: string;
651
670
  white: string;
652
671
  whitesmoke: string;
672
+ x11gray: string;
673
+ x11green: string;
674
+ x11grey: string;
675
+ x11maroon: string;
676
+ x11purple: string;
653
677
  yellow: string;
654
678
  yellow1: string;
655
679
  yellow2: string;
@@ -323,6 +323,7 @@ exports.colors = Object.freeze({
323
323
  antiquewhite2: "#eedfcc",
324
324
  antiquewhite3: "#cdc0b0",
325
325
  antiquewhite4: "#8b8378",
326
+ aqua: "#00ffff",
326
327
  aquamarine: "#7fffd4",
327
328
  aquamarine1: "#7fffd4",
328
329
  aquamarine2: "#76eec6",
@@ -389,13 +390,18 @@ exports.colors = Object.freeze({
389
390
  cyan2: "#00eeee",
390
391
  cyan3: "#00cdcd",
391
392
  cyan4: "#008b8b",
393
+ darkblue: "#00008b",
394
+ darkcyan: "#008b8b",
392
395
  darkgoldenrod: "#b8860b",
393
396
  darkgoldenrod1: "#ffb90f",
394
397
  darkgoldenrod2: "#eead0e",
395
398
  darkgoldenrod3: "#cd950c",
396
399
  darkgoldenrod4: "#8b6508",
400
+ darkgray: "#a9a9a9",
397
401
  darkgreen: "#006400",
402
+ darkgrey: "#a9a9a9",
398
403
  darkkhaki: "#bdb76b",
404
+ darkmagenta: "#8b008b",
399
405
  darkolivegreen: "#556b2f",
400
406
  darkolivegreen1: "#caff70",
401
407
  darkolivegreen2: "#bcee68",
@@ -411,6 +417,7 @@ exports.colors = Object.freeze({
411
417
  darkorchid2: "#b23aee",
412
418
  darkorchid3: "#9a32cd",
413
419
  darkorchid4: "#68228b",
420
+ darkred: "#8b0000",
414
421
  darksalmon: "#e9967a",
415
422
  darkseagreen: "#8fbc8f",
416
423
  darkseagreen1: "#c1ffc1",
@@ -450,6 +457,7 @@ exports.colors = Object.freeze({
450
457
  firebrick4: "#8b1a1a",
451
458
  floralwhite: "#fffaf0",
452
459
  forestgreen: "#228b22",
460
+ fuchsia: "#ff00ff",
453
461
  gainsboro: "#dcdcdc",
454
462
  ghostwhite: "#f8f8ff",
455
463
  gold: "#ffd700",
@@ -729,6 +737,7 @@ exports.colors = Object.freeze({
729
737
  lightgoldenrod4: "#8b814c",
730
738
  lightgoldenrodyellow: "#fafad2",
731
739
  lightgray: "#d3d3d3",
740
+ lightgreen: "#90ee90",
732
741
  lightgrey: "#d3d3d3",
733
742
  lightpink: "#ffb6c1",
734
743
  lightpink1: "#ffaeb9",
@@ -759,6 +768,7 @@ exports.colors = Object.freeze({
759
768
  lightyellow2: "#eeeed1",
760
769
  lightyellow3: "#cdcdb4",
761
770
  lightyellow4: "#8b8b7a",
771
+ lime: "#00ff00",
762
772
  limegreen: "#32cd32",
763
773
  linen: "#faf0e6",
764
774
  magenta: "#ff00ff",
@@ -805,6 +815,7 @@ exports.colors = Object.freeze({
805
815
  navyblue: "#000080",
806
816
  none: "#fffffe",
807
817
  oldlace: "#fdf5e6",
818
+ olive: "#808000",
808
819
  olivedrab: "#6b8e23",
809
820
  olivedrab1: "#c0ff3e",
810
821
  olivedrab2: "#b3ee3a",
@@ -864,6 +875,7 @@ exports.colors = Object.freeze({
864
875
  purple2: "#912cee",
865
876
  purple3: "#7d26cd",
866
877
  purple4: "#551a8b",
878
+ rebeccapurple: "#663399",
867
879
  red: "#ff0000",
868
880
  red1: "#ff0000",
869
881
  red2: "#ee0000",
@@ -901,6 +913,7 @@ exports.colors = Object.freeze({
901
913
  sienna2: "#ee7942",
902
914
  sienna3: "#cd6839",
903
915
  sienna4: "#8b4726",
916
+ silver: "#c0c0c0",
904
917
  skyblue: "#87ceeb",
905
918
  skyblue1: "#87ceff",
906
919
  skyblue2: "#7ec0ee",
@@ -937,6 +950,7 @@ exports.colors = Object.freeze({
937
950
  tan2: "#ee9a49",
938
951
  tan3: "#cd853f",
939
952
  tan4: "#8b5a2b",
953
+ teal: "#008080",
940
954
  thistle: "#d8bfd8",
941
955
  thistle1: "#ffe1ff",
942
956
  thistle2: "#eed2ee",
@@ -959,6 +973,11 @@ exports.colors = Object.freeze({
959
973
  violetred2: "#ee3a8c",
960
974
  violetred3: "#cd3278",
961
975
  violetred4: "#8b2252",
976
+ webgray: "#808080",
977
+ webgreen: "#008000",
978
+ webgrey: "#808080",
979
+ webmaroon: "#800000",
980
+ webpurple: "#800080",
962
981
  wheat: "#f5deb3",
963
982
  wheat1: "#ffe7ba",
964
983
  wheat2: "#eed8ae",
@@ -966,6 +985,11 @@ exports.colors = Object.freeze({
966
985
  wheat4: "#8b7e66",
967
986
  white: "#ffffff",
968
987
  whitesmoke: "#f5f5f5",
988
+ x11gray: "#bebebe",
989
+ x11green: "#00ff00",
990
+ x11grey: "#bebebe",
991
+ x11maroon: "#b03060",
992
+ x11purple: "#a020f0",
969
993
  yellow: "#ffff00",
970
994
  yellow1: "#ffff00",
971
995
  yellow2: "#eeee00",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dot-language-support",
3
- "version": "1.5.4",
3
+ "version": "1.6.0",
4
4
  "description": "Parser and language service for graphviz (dot) files",
5
5
  "author": "Niklas Mollenhauer",
6
6
  "license": "MIT",
@@ -28,12 +28,12 @@
28
28
  "vscode-languageserver-types": "^3.16.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@types/chai": "^4.2.22",
32
- "@types/mocha": "^9.0.0",
33
- "chai": "^4.3.4",
34
- "mocha": "^9.1.2",
35
- "ts-node": "^10.2.1",
36
- "typescript": "^4.4.3",
31
+ "@types/chai": "^4.3.0",
32
+ "@types/mocha": "^9.1.0",
33
+ "chai": "^4.3.6",
34
+ "mocha": "^9.2.2",
35
+ "ts-node": "^10.7.0",
36
+ "typescript": "^4.6.3",
37
37
  "vscode-languageserver": "^7.0.0"
38
38
  },
39
39
  "engines": {