We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b42f2 commit bdf0acdCopy full SHA for bdf0acd
jscomp/build_tests/super_errors/expected/highlighting4.re.expected
@@ -1,9 +1,9 @@
1
2
- [1;33mWarning number 3[0m
+ [1;31mWarning number 3[0m (configured as error)
3
[36m/.../fixtures/highlighting4.re[0m [2m5:10[0m
4
5
3 [2m│[0m [@deprecated]
6
4 [2m│[0m type a = int;
7
- [1;33m5[0m [2m│[0m type b = [1;33ma[0m
+ [1;31m5[0m [2m│[0m type b = [1;31ma[0m
8
9
deprecated: a
0 commit comments