Lawrence Zeng

Results 6 issues of Lawrence Zeng

npm test script did not recognize the generated test 'test.ts'. I had to rename it to 'index.test.ts' for it to recognize. Can it be generated as 'index.test.ts'? I think default...

Getting typescript error from vscode: "JSX element class does not support attributes because it does not have a 'props' property. ts(2607)". See screen shot. ![Screen Shot 2021-02-07 at 5 24...

I got a Typescript syntax error for following code similar to what is in the readme page ```typescript const convert = configureMeasurements({ volume, mass, }); ``` Syntax error: ``` Type...

Got below error trying to install the package. npm ERR! Could not resolve dependency: npm ERR! peer react@"15.x || 16.x" from [email protected] See below screen shot: ![Screen Shot 2021-03-07 at...

Adding Typescript definition files to export Trees module. Fixes #4715

I am trying import Trees module from JS runtime, but get "Cannot find module 'antlr4/tree/Trees' or its corresponding type declarations" error. See below screenshot. ![Screenshot 2024-10-16 at 8 52 55 ...