Updating SWC including a code change to convert the filename enum into an Rc to accommodate the new API. This is the only callsite working with filenames for SWC we only have the one file so converting the anonymous filename into an Rc here should be fine.
Why am I making this change?
714 tried to update SWC but failed due to the breaking API change.
Checklist
[x] I've updated the relevant CHANGELOG files if necessary. Changes to javy-cli and javy-core do not require updating CHANGELOG files.
Description of the change
Updating SWC including a code change to convert the filename enum into an
Rc
to accommodate the new API. This is the only callsite working with filenames for SWC we only have the one file so converting the anonymous filename into anRc
here should be fine.Why am I making this change?
714 tried to update SWC but failed due to the breaking API change.
Checklist
javy-cli
andjavy-core
do not require updating CHANGELOG files.