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
The current implementation uses ast.json to drive language services.
What's nice about ast.json is that every adaptor has one. Unfortunately it's quite a limited structure. It doesn't handle namespaces at all, and makes a bunch of assumptions about how adaptors are shaped.
I generally want to use @openfn/describe-package to drive language analysis. Sadly describe-package, over in kit, also has a few problems.
The text was updated successfully, but these errors were encountered:
The current implementation uses
ast.json
to drive language services.What's nice about ast.json is that every adaptor has one. Unfortunately it's quite a limited structure. It doesn't handle namespaces at all, and makes a bunch of assumptions about how adaptors are shaped.
I generally want to use
@openfn/describe-package
to drive language analysis. Sadlydescribe-package
, over inkit
, also has a few problems.The text was updated successfully, but these errors were encountered: