Skip to content

Commit 56d878b

Browse files
committed
Fixes #263
1 parent 9ca0aaf commit 56d878b

8 files changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [2.3.1] - 2023-XX-XX
44
- Fix issue [#77](https://github.com/intersystems/language-server/issues/77): Incorrect 'Class/Routine/Include file does not exist' Diagnostics after namespace switch
55
- Fix issue [#261](https://github.com/intersystems/language-server/issues/261): Add parser support for CSS @keyframes rule
6+
- Fix issue [#263](https://github.com/intersystems/language-server/issues/263): Add parser support for JavaScript Null Coalescing Operator (??)
67

78
## [2.3.0] - 2023-02-13
89
- Fix issue [#257](https://github.com/intersystems/language-server/issues/257): Property parameter intellisense does not respect `PropertyClass` keyword

server/lib/alpine-arm64-isclexer.node

4.35 KB
Binary file not shown.

server/lib/alpine-x64-isclexer.node

360 Bytes
Binary file not shown.

server/lib/darwin-arm64-isclexer.node

736 Bytes
Binary file not shown.

server/lib/darwin-x64-isclexer.node

720 Bytes
Binary file not shown.

server/lib/linux-arm64-isclexer.node

4.45 KB
Binary file not shown.

server/lib/linux-x64-isclexer.node

360 Bytes
Binary file not shown.

server/lib/win32-x64-isclexer.node

-512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)