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
My proposal is to separate converters from "other" modules and mimic the graph structure we used to determine whether it's possible to transpile a module from a, to b.
This is how the lib folder looks currently
My proposal is to separate converters from "other" modules and mimic the graph structure we used to determine whether it's possible to transpile a module from a, to b.
say what?
The file structure would look like this:
where the folder name is the source format and the file inside is the "dest" format. We could replica the same structure in the tests.
The text was updated successfully, but these errors were encountered: