Skip to content

Commit 986a235

Browse files
committed
Fix parsing of the member expression without the explicit this object.
1 parent d663f28 commit 986a235

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.3
4+
5+
Fix parsing of the member expression without the explicit `this` object.
6+
37
## 0.2.2
48

59
Fix parsing of the `switch` statement.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-oscript",
33
"displayName": "OScript Language",
44
"description": "Provides syntax checking and fixing, highlighting, autocompletion, hints, symbol outline, identifier recognition and renaming and other features for the OScript language in Visual Studio Code.",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"icon": "doc/logo.png",
77
"publisher": "prantlf",
88
"author": {

pkg/server/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@rollup/plugin-yaml": "3.0.0",
3737
"oscript-ast-walker": "0.0.1",
38-
"oscript-parser": "0.2.1",
38+
"oscript-parser": "0.2.2",
3939
"rollup-plugin-copy": "3.3.0",
4040
"vscode-languageserver": "7.0.0",
4141
"vscode-languageserver-textdocument": "1.0.1"

0 commit comments

Comments
 (0)