File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " expr-lang-support" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " Language support for Expr language (https://expr-lang.org)" ,
55 "private" : true ,
66 "workspaces" : [
Original file line number Diff line number Diff line change 22 "name" : " expr-lang-support" ,
33 "displayName" : " Expr Lang - Syntax & Formatter" ,
44 "description" : " Syntax highlighting and formatting for Expr language (.expr files)" ,
5- "version" : " 0.4 .0" ,
5+ "version" : " 0.5 .0" ,
66 "publisher" : " daangn-ml-data-platform" ,
77 "repository" : {
88 "type" : " git" ,
9595 "compile" : " tsc -p ./" ,
9696 "watch" : " tsc -watch -p ./" ,
9797 "package" : " npm run build && vsce package --no-dependencies" ,
98- "test" : " echo \" Error: no test specified\" && exit 1"
98+ "test" : " jest" ,
99+ "test:watch" : " jest --watch"
99100 },
100101 "devDependencies" : {
102+ "@types/jest" : " ^30.0.0" ,
101103 "@types/node" : " ^20.0.0" ,
102104 "@types/vscode" : " ^1.80.0" ,
103- "typescript" : " ^5.0.0" ,
104- "@vscode/vsce" : " ^2.19.0"
105+ "@vscode/vsce" : " ^2.19.0" ,
106+ "jest" : " ^30.2.0" ,
107+ "ts-jest" : " ^29.4.5" ,
108+ "typescript" : " ^5.0.0"
105109 },
106110 "keywords" : [
107111 " expr" ,
You can’t perform that action at this time.
0 commit comments