Lewis

Results 44 issues of Lewis

# Issue I have rolled an ES module into one large file, including thousands of NPM deps (very large AST), and I am feeding it to the compiler. The output...

P3

I was extremely pleased to see my TS compile to perfect `-O ADVANCED` output after adding the `tsconfig.json`, but when I add a simple builtin import: ```javascript import { exec...

tsickle

The recent TSConfig inference seems to have introduced a small bug where, in bundle mode, the provided `{ jsx, jsxFactory }` args will be overridden by the local TSConfig. I...

breaking

### Version 0.1.11 (canary) ### Platform Darwin macbook-air.local 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:35 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T8101 arm64 ### What steps will reproduce the bug? Execute `bun...

bug

### Version 0.1.10 ### Platform Darwin Lewiss-MacBook-Air.local 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:35 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T8101 arm64 ### Repro https://replit.com/@ctjlewis/bun-self-resolve ### What steps will reproduce the bug?...

bug

In a GitHub README, we reference images like: ```md ![](/assets/images/image.png) ``` Where the absolute filepath is actually resolved while treating `cwd` as the root. GitHub resolves paths this way because...

enhancement

It will eventually be appropriate to replace `require()` calls throughout the codebase with an ESM-CJS interoperable equivalent. I implemented that here to try to work around #34448, but it will...

type: next

WIP to resolve issues encountered when adding global shims to an application. Because Next apps currently share context with the Next server itself, it is possible (and trivial) to write...

type: next

### Verify canary release - [X] I verified that the issue exists in Next.js canary release ### Provide environment information ``` Operating System: Platform: linux Arch: x64 Version: #110-Ubuntu SMP...

template: bug