Commit 2e02efc
authored
Fix symbol list caching for local development. NFC (#25927)
The generated symbol list can also depend on the JS compiler code
itself. This only really effect emscripten developers but I ran into a
strange issue recently where I had stale symbol lists when moving
between local branches.1 parent 666966f commit 2e02efc
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
281 | | - | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
282 | 283 | | |
283 | 284 | | |
284 | 285 | | |
| |||
0 commit comments