mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 08:44:22 +08:00
* Load the TS lib files dynamically in the editor and set them on the Monaco instance only if the language is TS or JS. * Change the AIEditor to use named export. * Add catches for the dynamic loads.