Jake Bailey c5a9573787 Ensure ts object passed to plugins contains deprecatedCompat declarations
We pass the entire "ts" object into plugins. However, we need to make
sure that that object contains the debug compat helpers.

In the old codebase, the deprecated compat code would tack things onto
the actual ts object, after the server code was executed, and later that
same object would be given to plugins.

But in modules, each TS project only sees the view of the "ts" namespace
that their references implied, not the ts object as some sort of
singleton. To ensure that plugins get the debug compat code, we have to
bring that into each project's view of the ts namespace, and not add it
on later in the executable projects.
2022-11-07 13:36:08 -08:00
..
2022-11-07 13:34:44 -08:00
2022-11-07 13:34:44 -08:00
2022-11-07 13:35:48 -08:00
2022-11-07 13:35:48 -08:00
2022-11-07 13:34:44 -08:00
2022-10-25 17:04:55 -07:00
2022-10-17 03:24:51 -07:00
2022-11-07 13:34:44 -08:00
2022-11-07 13:34:44 -08:00
2022-11-07 13:35:48 -08:00
2022-11-07 13:34:44 -08:00
2022-11-07 13:34:44 -08:00
2022-11-07 13:35:48 -08:00
2022-11-07 13:34:44 -08:00
2022-11-07 13:34:44 -08:00