Hotari
Hotari
It seems any external file components cause.
I avoid the issue by using `@vitejs/plugin-react` instead of `@vitejs/plugin-react-swc`. However, I want to use swc version if possible.
In the other case, we cannot stub mouse position getters: ``` # my_class.gd extends Node2D var something_pos: Vector2 func _process(_delta): something_pos = get_local_mouse_position() ``` ``` # test_my_class.gd extends GutTest const...
Oh... I see. Thank you. How's an idea like this: - Replace all native method tokens (such as adding `__`) using `RegEx` - Insert methods (names start with `__`) and...
My text has misled you a bit. In my regex idea, `MyClass` is not used directly. Let `DOUBLE_STRATEGY.REPLACE_NATIVE` be a new experimental enum value to double classes based on my...
It's good to unify `Doubled MyClass` and `Replaced MyClass` if possible. ```gd # replaced_my_class.gd extends Node ... func ___process(_delta): __get_index() ... func _process(p__delta=__gutdbl.default_val("_process",0)): __gutdbl.spy_on('_process', [p__delta]) if(__gutdbl.is_stubbed_to_call_super('_process', [p__delta])): return await ___process(p__delta)...