ClearScript Library
ClearScript Library
Hi @Hayao-H, Thank you for your kind words! >My problem is that, when I press F5 in VSCode, it shows a tab labeled Script[temp] and cannot refer TypeScript file. Anyway...
Hi @Hayao-H. Thanks for providing additional information. We used `esbuild` to compile a trivial TypeScript application, generating JavaScript with an inline source map. When we executed the result in ClearScript...
According to the VSCode team, this scenario represents a feature request rather than a bug.
>By the way, when VS Code team implements that feature, will you enable debugging of Type Script running on Clear Script? Our understanding is that it should start working automatically...
Hi @coader, First, we should mention that, if your extensions can be implemented entirely in script code, you can simply add them to the [`String`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) prototype. That's an efficient approach,...
Hi @coader, Please reopen this issue if you have additional questions related to this topic. Thanks!
Hi @danbopes, >- How the V8RuntimeConstraints worked, and some sample documentation on how to properly set reasonable size limits for user run code. We generally recommend that applications stay away...
Hi Andrey, At first glance, that seems unlikely. As you can see, `V8ICUData.ResourceName` is a string constant, so it should be valid unless its assembly couldn't be loaded, in which...
Hi Andrey, Please feel free to reopen this issue if you find a way to reproduce the problem. Thanks!
Hi @arsi0001, Thanks for your question. First, please understand that ClearScript's UWP support is still preliminary and experimental. Also, unfortunately, we have no experience with HoloLens. We _have_ done some...