We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bf614 commit bb6a77eCopy full SHA for bb6a77e
.github/workflows/go-test.yml
@@ -22,7 +22,7 @@ jobs:
22
# TestParser_NodeFieldsConsistency:
23
# Vars.Content only includes name, not whole body
24
SKIPPED_TESTS: >-
25
- TestPatcher|TestCases|Test_goParser_ParseNode|TestParser_NodeFieldsConsistency
+ TestPatcher|TestCases|Test_goParser_ParseNode|TestParser_NodeFieldsConsistency|TestRustLSP
26
27
steps:
28
- name: Checkout code
ts-parser/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "abcoder-ts-parser",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "TypeScript AST parser for UNIAST v0.1.3 specification",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments