Glen

Results 236 comments of Glen

@redradist #100 @trusktr https://github.com/tc39/proposal-private-fields/issues/33#issuecomment-232457083 @ljharb https://github.com/tc39/proposal-private-fields/issues/33#issuecomment-309202710

> what types would you expect to be registered with the service collection An `IOpenSearchClient`. > how might the configuration be structured Maybe something like: ```jsonc "OpenSearchClients": { "Search": {...

As mentioned in #4798: > The problem with that is that `dotnet format` doesn't support files like [.csproj .sln](https://github.com/dotnet/format/issues/647), [.cshtml .razor](https://github.com/dotnet/format/issues/153), or other template files like `appsettings.json`, etc. > >...

@englercj, When using the TypeScript compiler to generate definitions, the following: ```js // ... classes etc. module.exports = XlsxPopulate; ``` Results in: ```ts export = XlsxPopulate; // ... declare classes...

Similar to https://github.com/dotnet/msbuild/issues/9216#issuecomment-1725591503, although that's for a single project.