FormidableLabs / FormidableLabs/inspectpack
Tracking: reassess naive loader prefix stripping.
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 590
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
From solution to original issue #79, we naively just strip off anything before `?` and `!` characters in an `identifier` field. Various filesystems support one or both of these characters and conceivably that could be part of a build:
Task
- [ ] Assess if naive stripping fails necessary support scenarios.
- [ ] Add regression tests
- [ ] Fix issues.
Contributor guide
Assessment
This issue has not been assessed yet.