Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated class paths (haxe 4) #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tobil4sk
Copy link

@tobil4sk tobil4sk commented Mar 14, 2021

For haxe 4:
js.Error -> js.lib.Error
js.RegExp -> js.lib.RegExp

Uses conditional compilation so should still work with older versions
of haxe

Closes #32

js.Error -> js.lib.Error
js.RegExp -> js.lib.RegExp

Uses conditional compilation so should still work in older versions
of haxe
@tobil4sk tobil4sk changed the title Fix deprecated class paths (haxe 4) #32 Fix deprecated class paths (haxe 4) Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

haxe 4 deprecated js.Error
1 participant