Commit b8b51cf
committed
fix(adapter): add support for scoped adapters
Previously adapters would fail if they were private because they would be interpreted as paths. This
fixes that issue by treating anything with @ at the beginning of the string as a node module.
Closes #4031 parent 27fb1ae commit b8b51cf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments