Ivan Čurić

Results 38 comments of Ivan Čurić

Noticed the same thing in some interfaces and enums: ```ts declare enum ImageOrientation_2 { // ... } export { ImageOrientation_2 as ImageOrientation } declare enum DocumentType_2 { // ... }...

Haven't tried, the project I'm working on sadly can't run on WSL

a _lot_ :D It was a find+replace project wide for multiple issues.

Guess I could. Husky did it quite nicer to be honest, with an array of commands. Using `.yaml` and `&&` feels quite messy by comparison.

What was the last version where this was working? I've tried all the way back to 2.12 and all indexes are empty.

If I'm reading this right, rolling up declaration files is an antipattern according to the official docs: https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#packaging-dependent-declarations > If your type definitions depend on another package: > > -...

> I'm not sure if this is useful, but I've got a webgl function that turns an image into bytes with no distortions via alpha premultiply and color corrections. [backspaces/agentscript@`master`/src/RGBADataSet.js#L27](https://github.com/backspaces/agentscript/blob/master/src/RGBADataSet.js?rgh-link-date=2022-11-08T15%3A52%3A01Z#L27)...

https://github.com/WebKit/WebKit/pull/6099 A fix seems to have been merged on November 3rd.

Here's an example: https://stackblitz.com/edit/vitejs-vite-7jnhy8?file=src%2Fmain.ts&file=src%2Fworker.ts Is there any way to make this scenario work?

Surprised that this doesn't work, while "go to definition" does!