An open API service indexing awesome lists of open source software.

https://github.com/orta/playground-plugin-tsquery

Run TSQuery in the TypeScript Playground
https://github.com/orta/playground-plugin-tsquery

Last synced: 12 months ago
JSON representation

Run TSQuery in the TypeScript Playground

Awesome Lists containing this project

README

          

## TypeScript Playground Plugin

Lets you run [TSQuery](https://github.com/phenomnomnominal/tsquery) in realtime

## Running this plugin

- Open up the TypeScript Playground
- Go the "Options" in the sidebar
- Look for "External Plugins"
- Add "playground-plugin-tsquery"
- Reload the browser

Then it will show up as a tab in the sidebar.

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md) for the full details, however, TLDR:

```sh
git clone ...
yarn install
yarn start
```

Then tick the box for starting plugin development inside the TypeScript Playground.