mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Rollforward AST changes to unblock Sandboxing (#863)
This commit is contained in:
parent
ccdd1df039
commit
37edbd8c18
6 changed files with 2 additions and 1357 deletions
|
|
@ -16,14 +16,5 @@ esbuild
|
|||
banner: {
|
||||
js: `import { createRequire } from 'module'; const require = createRequire(import.meta.url); globalThis.__filename = require('url').fileURLToPath(import.meta.url); globalThis.__dirname = require('path').dirname(globalThis.__filename);`,
|
||||
},
|
||||
external: [
|
||||
'tree-sitter',
|
||||
'tree-sitter-c-sharp',
|
||||
'tree-sitter-go',
|
||||
'tree-sitter-java',
|
||||
'tree-sitter-python',
|
||||
'tree-sitter-rust',
|
||||
'tree-sitter-typescript',
|
||||
],
|
||||
})
|
||||
.catch(() => process.exit(1));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue