Commit 1312604
committed
Fix REPL issues when processed JS modules which are transitive deps of
a require failed to load.
it seems it's possible for a source to have stale :provides &
:requires. This doesn't seem to have been observed in builds because
Closure uses the information in the compiled sources, and under
:none we compute dep.js in one pass.
This fixes the immediate REPL issue with processed JS modules by simply
using the compiled source to determine :provides / :requires1 parent ecdbdcc commit 1312604
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
210 | 220 | | |
211 | 221 | | |
212 | 222 | | |
| |||
0 commit comments