Deno plugin, allows you to inspect your projects that use Velociraptor (https://github.com/umbopepato/velociraptor), and also of TypeScript's Deno Plugin (https://www.npmjs.com/package/typescript-deno-plugin)
create a tsconfig.json file with the following configuration:
{
"compilerOptions": {
"plugins": [
{
"name": "typescript-deno-plugin",
"enable": true,
"importmap": "import_map.json" // optional
}
]
}
}restart graviton and enjoy
- full integration through lsp codemirror [wip]
- top level await
- Deno namespace
- import files using extension
- support to import maps
- Inspect velociraptor.yml (scripts.json, etc...) files from Graviton. More info in Velociraptor
- Run scripts from Graviton
Clone the repo to the desired .graviton2/plugins:
git clone https://github.com/marc2332/deno-graviton.gitInstall dependencies:
npm installRun locally:
npm run watchBuild (optional):
npm run buildContributions / suggestions are welcomed.