Jeremy Meng

Results 160 comments of Jeremy Meng

@witemple-msft does the file `dom-shim.d.ts` have to be under package root? Could it be along side `index.ts` so we could use `./dom-shim.d.ts`?

Ok, it does look like Typescript compilation won't copy the reference to the output folder, so probably why we keep it outside of the source tree.

@kant2002 I tried the repro steps, however I need to do a couple of things before I see the error about dom-shim.d.ts. 1. hit an error `[webpack-cli] ReferenceError: path is...

@kant2002 Thanks for the repro project! I had global typescript (v4.1.2) installed too but still getting the same error even with your project. Could you please help perform the following...

@kant2002 It's just an experiment. If it fixed the issue, we could potentially add it in the npm package.

@kant2002 Thanks for the confirmation! We definitely want to fix the issue but also need to prioritize it among work items. Will keep you updated.

This is an interesting scenario. @bterlson @xirzec @chradek @witemple-msft any thoughts? Summary - in out build output `es/lib/msRest.js`, we have a triple-slash reference to `./dom-shim.d.ts` - when using TSC option...

I had given fxp [a try](https://github.com/jeremymeng/azure-sdk-for-js/tree/fxp) but it seems non-trivial to replace xml2js as fxp doesn't provide similar settings to those of xml2js that we used. However if we could...

@adamra-msft We use DOM api to parse and build XML in browsers. Web Worker don't have access to DOM api. We are still investigate a proper fix. In the mean...

@rathboma if possible, could you please provide a simple project that demonstrates the issue when using node-mssql? That would help our investigation greatly!