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 16d5e54 commit 3bd8000Copy full SHA for 3bd8000
tests/demo.ts
@@ -0,0 +1,3 @@
1
+function highlight(text?: string) {
2
+ return text?.length;
3
+}
tests/demo.tsx
@@ -1,3 +1,6 @@
+// NOTE: This file is full of compiler errors because it is copied from another project.
+// It is intended as a complex test of coloring, so just ignore the red lines.
+
4
/*
5
* Copyright 2016 Palantir Technologies, Inc. All rights reserved.
6
* Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
0 commit comments