Static variables
staticinlineread onlyInitialize:HaxeRequestMethod<InitializeParams, InitializeResult> = new HaxeRequestMethod<InitializeParams,InitializeResult>("initialize")
The initialize request is sent from the client to Haxe to determine the capabilities.
staticinlineread onlyResetCache:HaxeRequestMethod<ResetCacheParams, ResetCacheResult> = new HaxeRequestMethod<ResetCacheParams,ResetCacheResult>("server/resetCache")
Reset the compilation server cache, clearing all cached data.
staticinlineread onlyResetState:HaxeRequestMethod<ResetStateParams, ResetStateResult> = new HaxeRequestMethod<ResetStateParams,ResetStateResult>("server/resetState")
Soft-reset the compilation server state without fully clearing the cache.