mirayashi
mirayashi
## Steps to reproduce - Configure a new TypeScript project with `kubo-rpc-client` as dependency and the following `tsconfig.json`: ```json "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "Node16", } ``` (`NodeNext`...
Using pre-release version 17.8.0 (also reproducible with stable version 1.16.3). VSCode version 1.81.0 on Ubuntu 22.04 Rewrapping comments in Solidity files (`.sol` extension) results in the following stack trace: ```...
Currently it is impossible to customize the directory part of the URL when downloading `winCodeSign-[version].7z` for example This line needs to be changed so we can specify a custom value...
TypeScript compile error when importing Sapphire in a CJS project with `nodenext` module resolution
##### SUMMARY In a CommonJS project with `node16`/`nodenext` module resolution, TypeScript tries to import the ESM version of Sapphire instead of the CJS one, resulting in a compile error #####...