Skip to content
Discussion options

You must be logged in to vote

Hi,
the @eclipse-glsp/client only reexports the main index file of sprotty. This main index file does not necessarily export all symbols/classes/types. Apparently the DOMHelper class is not included. I don't know the reasoning behind this (could be intentionally or a mere oversight). As a workaround you can import the DOMHelper class using the complete path:

import { DOMHelper } from 'sprotty/lib/base/views/dom-helper';

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rileydanejohnston
Comment options

Answer selected by rileydanejohnston
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants