Static variables

@:value(new HaxeRequestMethod<InitializeParams,InitializeResult>("initialize"))staticinlineread onlyInitialize:HaxeRequestMethod<InitializeParams, InitializeResult> = new HaxeRequestMethod<InitializeParams,InitializeResult>("initialize")

The initialize request is sent from the client to Haxe to determine the capabilities.

@:value(new HaxeRequestMethod<ResetCacheParams,ResetCacheResult>("server/resetCache"))staticinlineread onlyResetCache:HaxeRequestMethod<ResetCacheParams, ResetCacheResult> = new HaxeRequestMethod<ResetCacheParams,ResetCacheResult>("server/resetCache")

Reset the compilation server cache, clearing all cached data.

@:value(new HaxeRequestMethod<ResetStateParams,ResetStateResult>("server/resetState"))staticinlineread onlyResetState:HaxeRequestMethod<ResetStateParams, ResetStateResult> = new HaxeRequestMethod<ResetStateParams,ResetStateResult>("server/resetState")

Soft-reset the compilation server state without fully clearing the cache.