easier to make 'require' work with existing addon scope
Open
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
from an addon's 'main' sandbox,
```
scratchpad({'sandbox': this})
```
how to adapt 'core.js' to allow
```
require('some_other_module') // or require('api-uitls/something')
```
to work?
(useful for addon development)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.