fix(deps): externalize tree-sitter (#840)

Submitting without approval to fix broken deployment on main. But also, we should lock this down.
This commit is contained in:
matt korwel 2025-06-08 02:05:55 -07:00 committed by GitHub
parent d0b78225a1
commit 584286cfd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 59 additions and 20 deletions

View file

@ -155,7 +155,7 @@ export default tseslint.config(
},
// extra settings for scripts that we run directly with node
{
files: ['./scripts/**/*.js'],
files: ['./scripts/**/*.js', 'esbuild.config.js'],
languageOptions: {
globals: {
process: 'readonly',