Commit f934d88
committed
types: work around backburner runtime paths shenanigans
The legal runtime import for the `backburner.js` package is apparently
`backburner`, but I have not yet been able to identify where that
rename occurs. We should ultimately align that to use the package name
instead of a custom import specifier, but for now, unblock publishing
types from source by rewriting all imports in the emitted types from
`'backburner'` to `'backburner.js'`.1 parent 5cb0cc9 commit f934d88
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
566 | 574 | | |
567 | 575 | | |
568 | 576 | | |
| |||
0 commit comments