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
- Host: GitHub
- URL: https://github.com/orta/playground-plugin-tsquery
- Owner: orta
- Created: 2020-02-22T19:57:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T10:45:14.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T08:21:25.584Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 401 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.