Skip to content

Commit f54eda0

Browse files
committed
update transpiler
1 parent 8311128 commit f54eda0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "module",
1111
"scripts": {},
1212
"dependencies": {
13-
"@bitloops/bl-transpiler": "^0.6.0",
13+
"@bitloops/bl-transpiler": "^0.6.8",
1414
"debounce": "^1.2.1",
1515
"fs": "^0.0.1-security",
1616
"path": "^0.12.7",

server/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@bitloops/bl-transpiler@^0.6.0":
6-
version "0.6.0"
7-
resolved "https://registry.yarnpkg.com/@bitloops/bl-transpiler/-/bl-transpiler-0.6.0.tgz#1e0c1630b3f4bc25ae57031730c81eb80c701044"
8-
integrity sha512-341dmGiLkBh6bMSuaoutF5u+wn0hHS6noEaiJTXHqnkBGTKCnyIolSOFGqVOHizzjVb5WiX5CABTfMTtcu1Dlg==
5+
"@bitloops/bl-transpiler@^0.6.8":
6+
version "0.6.8"
7+
resolved "https://registry.yarnpkg.com/@bitloops/bl-transpiler/-/bl-transpiler-0.6.8.tgz#c6c33356bbaa25c26fc898c1a4e2e32cd84f035f"
8+
integrity sha512-nNWTiDK7faX23i0BqEWt+66LbiY+u3waVZzStRQYpp6aVnnWgarspEBQg3vLjdj7wZfSfxfS0+TOIDRKACx0IQ==
99
dependencies:
1010
antlr4 "4.11.0"
1111
lodash "^4.17.21"

vsc-extension-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When you run `tsc -b` in the root project, it will recursively build all the ref
1414
## Get up and running straight away
1515

1616
- `yarn`
17-
- `npm run compile`
17+
- `yarn compile`
1818
- Make sure the language configuration settings in `language-configuration.json` are accurate.
1919
- Press `F5` to open a new window with your extension loaded.
2020
- Create a new file with a file name suffix matching your language.

0 commit comments

Comments
 (0)