Matt Perry
Results
1
issues of
Matt Perry
I ran into this issue when trying to update [fable-pixi](https://github.com/fable-compiler/fable-pixi) from pixi.js v5 to v6. pixi.js type definition files have code like this: ```typescript import { AlphaFilter } from '@pixi/filter-alpha';...