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 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?
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 which added support for receiving a gzipped string in the URL. E.g. something like?
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?