Ken Cheung
Ken Cheung
@gabrielstuff Here is the advantage of including d.ts Without the declaration typescript compiler will warn you with  and if you are using this syntax ``` Vue.extend({ onIdle() { this.messageStr...
seems this can support the use case on https://github.com/BuilderIO/partytown/issues/350
I do agree with @zhouqicf I must say core web vital is cool and can help to measure whether the website is cool enough or not But because of the...
I am also facing this issue too. Can @joakimk help to approve this pull request? Many thanks
I think this pr https://github.com/nativew/esbuild-plugin-babel/pull/9 already do the job Just need to merge it or any other concern? @ABXlink Thanks!
```ts export class ExpressSessionMiddleware implements NestMiddleware { // DELETE THESE LINES IF MIDDLEWARE DOES NOT TAKE OPTIONS public static configure(opts: expressSession.SessionOptions) { this.options = opts; } private static options: expressSession.SessionOptions;...
Definitely would like to have this flag to try when facing a slow build time with a large number of files