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
Split extension logic into requireExtension and parseExtension
This changes logic quite a bit: no more filter_js and better
thought-through settings that differentiate between require extensions,
which are necessary to keep module-deps from crashing, and parse
extensions, which add new filetypes to the range that we think are
parseable.
I don't think this is done yet, unfortunately, because smart_glob
uses parse extensions as inputs, and that goes kind of against
how polyglot/shallow mode is probably expected to work: right now
you'd have to add --parseExtension cpp, for instance, for C++ parsing.
0 commit comments