Jack Works
Jack Works
## Summary Fix devtools cannot be shutdown by bridge.shutdown(). ## How did you test this change?
# Suggestion Have some way to convert a synthesized SourceFile to a real SourceFile that can be used in type checking. Currently, this kind of SourceFile crashes the compiler because...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: win32 Arch: x64 Version: Windows...
Under TypeScript Node 16 module resolution (has `type: module` in the `package.json` and `moduleResolution: Node16` in `tsconfig.json`), this package cannot be imported correctly.  ```ts import Wallet from '@project-serum/sol-wallet-adapter' new...
# Bug Report setter does not accept designated type ### 🔎 Search Terms setter ### 🕗 Version & Regression Information - This is the behavior in every version I tried,...
# Bug Report ### 🔎 Search Terms ### 🕗 Version & Regression Information Version: 5.0.0-dev.20221118 Crash stack: ``` node_modules\.pnpm\[email protected]\node_modules\typescript\lib\tsc.js:13512 return !(options.noEmitForJsFiles && isSourceFileJS(sourceFile)) && !sourceFile.isDeclarationFile && !host.isSourceFileFromExternalLibrary(sourceFile) && (forceDtsEmit ||...
## Summary This "attach" function is necessary to support the reload & profile function, but it is not accessible from the `react-devtools-inline` package. ## How did you test this change?...
## 🐛 Bug Report Under TypeScript Node 16 module resolution (has `type: module` in the `package.json` and `moduleResolution: Node16` in `tsconfig.json`), this package cannot be imported correctly. ## To Reproduce...
### Is your feature request related to a problem? My launcher does not work well with Microsoft Login, I want to use the launcher in offline mode and let authme...
### What is the problem this feature will solve? In some size-sensitive cases, we want to compress the output to ship smaller packages, we also want to keep useful stack...