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

Remove w3c usages from wasmJs implementation #4097

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

igoriakovlev
Copy link
Contributor

In a matter of removing w3c declarations from WasmJs stdlib we need to remove its usages from the coroutines.

@dkhalanskyjb
Copy link
Collaborator

Is there a place where we can read about the rationale of these changes to the stdlib?

@igoriakovlev
Copy link
Contributor Author

Is there a place where we can read about the rationale of these changes to the stdlib?

Well, we a have some meeting recording and plan for it, placed here.

@qwwdfsad
Copy link
Collaborator

qwwdfsad commented May 8, 2024

@dkhalanskyjb dkhalanskyjb merged commit 0f4b546 into develop Jul 9, 2024
1 check passed
@dkhalanskyjb dkhalanskyjb deleted the yakovlev/remove_w3c_deps branch July 9, 2024 08:20
import kotlin.js.*

public actual typealias W3CWindow = Window
public actual abstract external class W3CWindow {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it need to be public? it doesn't seem to be used in public API

dkhalanskyjb added a commit that referenced this pull request Jul 11, 2024
Accidentally exposed in #4097
dkhalanskyjb added a commit that referenced this pull request Jul 11, 2024
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.

4 participants