Add a way to create plugins in TypeScript
Author: aiCreated Jun 28, 2026Updated Aug 19, 2026
Right now plugin need to be a function with fn.postcss = 1 marker.
But in TS there is no way to create function and sen key in the same manner. So create plugin is no easy.
Source: postcss/postcss