You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[compiler.mjs] Simplify file opening and finding logic. NFC (#23430)
Removes the magic `find` function and instead require explicit file
locations at all the various call sites. This means that in each
circumstance were we want to load a file there is only once place it
can/should be.
One side effect of this is that when using the `#include` preprocessor
directive the filename must either be absolute or relative to the
current file.
0 commit comments