Lee Yi
Lee Yi
If multiple files alias the same import the name information is lost ```ts // a.js import { show as s } from 'rune'; export function a(x) { return s(x); }...
> Does the program to be run need to be part of the cycle? In my view, importing a module that cyclically depends on some other module is ill-defined. I...
Duplicate of #1372?
I've briefly thought about this, and this can probably be done since most browsers support dynamic `import()` calls. The issue, however, lies with the fact that there's no way for...
Should we call `createReducer` every time? I think it's sufficient to perform the workspace location check, then just call the appropriate reducer
> > Should we call `createReducer` every time? I think it's sufficient to perform the workspace location check, then just call the appropriate reducer > > How can we capture...
> > > > Should we call `createReducer` every time? I think it's sufficient to perform the workspace location check, then just call the appropriate reducer > > > >...
Yes this definitely looks like a result of the refactor. The main issue is that specifically in the case of the subst-visualizer, it sends `BEGIN_ALERT_SIDE_CONTENT` before the `SPAWN_SIDE_CONTENT` event is...
This doesn't happen anymore since the new stepper (tracer) can't handle import statements right now
This remains a draft because there are some critical questions that need to be answered: 1. Since `svml-machine.ts` is removed, we need to specify the behaviour for when `runInContext` is...