You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the version of typescript and ts-blank-space in the playground is static, they are bundled in at build time. This reduces the utility of the playground as a means to demonstrate specific bugs, or to compare versions.
The playground could allow selecting the version of ts-blank-space and typescript to use. The simplest way would be only having url parameters, a better solution would be a dropdown menu.
Once a package version is selected it can be loaded via an npm cdn such as esm.sh.
The text was updated successfully, but these errors were encountered:
Currently the version of
typescript
andts-blank-space
in the playground is static, they are bundled in at build time. This reduces the utility of the playground as a means to demonstrate specific bugs, or to compare versions.The playground could allow selecting the version of
ts-blank-space
andtypescript
to use. The simplest way would be only having url parameters, a better solution would be a dropdown menu.Once a package version is selected it can be loaded via an npm cdn such as esm.sh.
The text was updated successfully, but these errors were encountered: