Skip to content

Commit 6d4322f

Browse files
committed
x
1 parent 6c3a748 commit 6d4322f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

compilers/typescript-lsp/tests/test_symbols_collector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use typescript_lsp::lsp::symbols::collector::{SymbolCollector, SymbolKind};
1+
use typescript_lsp::lsp::symbols::{SymbolCollector, SymbolKind};
22

33
#[test]
44
fn test_collect_variable() {

frontends/typescript-wasi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"files": ["dist"],
1818
"scripts": {
19-
"build": "rimraf dist && npx --no-install jco transpile ../../target/wasm32-wasip2/release/typescript_wasi.wasm --out-dir dist --name typescriptWasi",
19+
"build": "rimraf dist && vite build",
2020
"dev": "tsc --watch",
2121
"test": "vitest"
2222
},

frontends/typescript-wasi/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default defineConfig({
2525
},
2626
},
2727
lib: {
28-
entry: "./src/index.ts",
28+
entry: resolve(__dirname, "src", "index.ts"),
2929
name: "RustyTypeScript",
3030
formats: ["es"],
3131
},

0 commit comments

Comments
 (0)