LivelyKernel / lively4-core

A Self-supporting, Web-based Development Environment
https://lively-kernel.org/lively4/lively4-core/start.html
MIT License
73 stars 25 forks source link

Browsing normal files with code editor throws error #413

Closed JensLincke closed 2 years ago

JensLincke commented 3 years ago
TypeError: Cannot read property 'traverse' of undefined
    at DependencyGraph.enrich /src/client/dependency-graph/graph.js
    at new DependencyGraph /src/client/dependency-graph/graph.js
    at HTMLElement.dependencyGraph /src/components/widgets/lively-code-mirror.js
    at async HTMLElement.updateAExprDependencies /src/components/widgets/lively-code-mirr
JensLincke commented 3 years ago

This is partially solved since externl directories can be included as search roots which are automatically updated.