Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury-Fridlyand committed Oct 8, 2024
1 parent a5e0053 commit 2838cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ It is possible to run an interactive shell synced with the currect client code t
npx ts-node --project tsconfig.json
```
This shell allows executing node code line by line:
This shell allows executing typescript and javascript code line by line:
```typescript
import { GlideClient, GlideClusterClient } from ".";
Expand Down Expand Up @@ -193,7 +193,7 @@ Development on the Node wrapper may involve changes in either the TypeScript or
# Run from the node folder
npm run lint
# To automatically apply ESLint and/or prettier recommendations
npx run lint:fix
npm run lint:fix
```

2. Rust
Expand Down

0 comments on commit 2838cfe

Please sign in to comment.