Support for receiving query params from other apps
- Dominant language
- JavaScript
- Stars
- 6.5k
- Forks
- 772
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the feature**
Hi, I'd like to add a "Send to AST Explorer" feature to the TypeScript playground

Which means doing something a bit [like this PR](https://github.com/dsherret/ts-ast-viewer/pull/59) which added support for receiving a gzipped string in the URL. E.g. something like?
```
https://astexplorer.net/?lang=JavaScript&parser=typescript#code/MYGwhgzhAEBiD29oEsC2AHEBTVWB2ALjAJIJIDeAUNNOgE7IBuYBW0AHgFzR4CuqAIyx1oAXmgBGANzVoweHggE6vYAXh0AFAEpo5aAF9ZAsFu3dG8ZABM9smjQIALOvADuPLB4CidV1oAiAFksZ3hbPHgCFAxsXEIsawA6AO0ZGiMjIA
```
---
I realize that AST explorer is _considerably_ more complex than TS AST viewer because of all the other languages and parsers you support. Thus an issue for discussion rather than a PR. What do you think?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.