Gary Hunt
Gary Hunt
We have a scenario where we have extensive test cases which use the ```ExpectedResult``` argument of the ```TestCase``` attribute. Within those test we have a new need to be able...
Introduce property that exposes the ExpectedResult through to the TestAdapter
Introduce new property that can be used in the OutputFile derived classes to dictate whether to include the DebuggerNonUserCode attribute in generated code. Added this to the build task and...
see typescript-config/consistentcasing recommendation from Microsoft Edge Tools This will ensure that Windows and *nix behave consistently and that imports are case sensitive
Hi - I hit the issue with not being able to use WebCompiler in a docker build. So thought I'd have a go at tackling *nix support. I've had to...
Assuming the code produces the right result then this patch fixes the test to include the ../ prefix
## TypeScript conversion and related pull requests I suggest we have a single issue to collate issues around the conversion work I'm planning on doing (for anyone else - please...
This is a first pass at the typescript conversion of js-utils based on a similar methodology to jitsi-logger and lib-jitsi-meet. Lots of tests to add before it's ready to be...