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

Ensure DOM APIs cannot be used in common and core #1992

Merged
merged 4 commits into from
Apr 3, 2019

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Apr 2, 2019

Fixes #1990


One of the main reasons this happened was because we import 'xterm' and interfaces from that, but that will import the dom lib. Going forward we probably want to not do this anywhere but from within the public module to ensure that the final Terminal matches the interface. This will mean duplicating some of the interfaces but it's for a good cause 🙁

@Tyriar Tyriar self-assigned this Apr 2, 2019
@Tyriar Tyriar added this to the 3.13.0 milestone Apr 2, 2019
@Tyriar Tyriar merged commit 2023b5b into xtermjs:master Apr 3, 2019
@Tyriar Tyriar deleted the 1990_layering_libs branch April 3, 2019 22:28
@Tyriar Tyriar mentioned this pull request May 10, 2019
10 tasks
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.

1 participant