JesseChen
JesseChen
Dead code issue from issue [2427](https://github.com/AssemblyScript/assemblyscript/issues/2427) - [x] I've read the contributing guidelines - [x] I've added my name and email to the NOTICE file
Hi Maintainers, I found in `compiler.ts`, functions `compileProperty`, `compilePropertyGetter` and `compilePropertySetter` are not referenced by any other function, please confirm if we can delete it? thank you. Regards
From: [2419](https://github.com/AssemblyScript/assemblyscript/issues/2419) please kindly review if I missed any thing or if the test cases are suitable, thank you. - [x] I've read the contributing guidelines - [x] I've added...
Hi Maintainers, We found there are many missed test cases for SIMD feature, for example `trunc`, `nearest` and etc. I will prepare a PR to cover them. Regards
Signed-off-by: Jesse Issue details: https://github.com/AssemblyScript/assemblyscript/issues/2289 Test report screen shot:  - [x] I've read the contributing guidelines - [x] I've added my name and email to the NOTICE file
Signed-off-by: Jesse the main purpose for this PR is increase the testing coverage for parser.js this enhancement comes from issue [2374](https://github.com/AssemblyScript/assemblyscript/issues/2374) - [x] I've read the contributing guidelines - [x]...
During my testing, I found we have some dead code in the project and can we have a discuss how can we handle it properly? I will give an example...
move namespace statement parser to parseNamespace function and add additional tests Issue details: https://github.com/AssemblyScript/assemblyscript/issues/2303 Signed-off-by: Jesse - [x] I've read the contributing guidelines - [x] I've added my name and...
Signed-off-by: jesse this PR is to enhance the test of src/parser.ts and mainly focus on [parseTypeParameter, parseParameters] functions. issue track id: https://github.com/AssemblyScript/assemblyscript/issues/2296 - [x] I've read the contributing guidelines -...
`npm run build:debug` means debug version (un-minified js files, contains the source maps) `npm run build:release` means release version (source maps without source content, minified js files) issue link: https://github.com/AssemblyScript/assemblyscript/issues/2286...