You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move module name parsing from JS regex to WASM parser
The previous approach used a fragile regex to extract module names JS-side
before registration. This refactors to pass the tar path and source to WASM,
where the actual PureScript parser extracts the module name robustly.
- Add RawModule type (path + source before parsing)
- Add path field to PackageModule as stable identifier
- Replace register_module with register_source in WASM
- register_source returns parsed module name or None on failure
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments