mirror of
https://github.com/flarum/framework.git
synced 2025-06-05 07:24:33 +08:00

* Allow using file extension in core compat imports Necessary for extend imports to have proper typings as we also have an unrelated extend/index.js file * Add .ts file extension to extend imports for typings * Fix changes to proxifyCompat regex breaking non-core import paths * Move utility types to global types Co-authored-by: David Wheatley <hi@davwheat.dev>