Lucas Manzke

Results 4 issues of Lucas Manzke

### Version 16.8.2 ### Reproduction link [github.com](https://github.com/lmanzke/parser-repro) ### Steps to reproduce 1. Clone the repo 2. Install deps via yarn (it is a minimal project created with vue cli) 3....

I am not sure what causes it, but the newest Edge Dev on Linux (Version 97.0.1069.0) seems to have issues with vue-draggable. It could be entirely possible that Edge is...

I am encountering a problem with dynamic import expressions not being rewritten. This is a minimal reproduction example: **a.ts** ``` import { foo } from './b'; console.log(foo); const fun =...

I was recently debugging a problem we had in our code base. I unfortunately cannot share a repo here, but let me still break down what I found out: We...