hybridsjs / hybrids

Extraordinary JavaScript UI framework with unique declarative and functional architecture
https://hybrids.js.org
MIT License
3.03k stars 85 forks source link

Add support for "TypeScript v5" #247

Closed Qsppl closed 5 months ago

Qsppl commented 5 months ago

I found how to define separate types for different versions of TypeScript in the npm package: https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#version-selection-with-typesversions

You can now add separate type files for TypeScript v4 and TypeScript v5

smalluban commented 5 months ago

I've found it too, but I think the current definitions should work in both (at least in v5).

Qsppl commented 5 months ago

Okay, I'll test it. If everything is ok, I will close the task

Qsppl commented 5 months ago

I didn't find any problems.