Tommy

Results 198 comments of Tommy

I created a small repo to show the issue I've seen https://github.com/tleunen/bugsnag-treeshaking-issue The entry point is this file: https://github.com/tleunen/bugsnag-treeshaking-issue/blob/main/src/index.ts You'll see that no bugsnag code is ever used. But bugsnag...

Hmm.. Thanks @falahati for the fix or tentative fix, but it doesn't seem to fix it for me. I still have the same behavior as before. The right output when...

Since it's based automatically on the directory where the `tsconfig` lives, I don't think this solution works well when the project contains many different tsconfigs files. But even if I...

I believe so, but I'm not entirely sure tbh. I think it makes the file being "compiled" from the closest tsconfig, instead of being compiled from the root project in...

Ideally, it's resolved based on the absolute path where the config is in, not another tsconfig. Because repeating the following in everyone of them is not ideal. Works, but not...

@Grohden It's allowed so it should definitely be supported. I agree. Even if it's kind of risky of having circular dependencies.

@oscb Are you sure it's available through v8? I know the documentation also says that, but I can't make it work without using the token script. ``` echo something |...

Wouldn't this work only if the app is server side rendered though? Because otherwise, it would start loading it when the real image gets rendered. There won't be any benefits...

I think that `data` is always `TData | {}` in Apollo. Would it be best to do this too here?

But only when `skip` is actually provided, isn't it?