We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FOAM2 does not yet load models automagically (though FOAM1 did, to degrees). Here are some feature requests for a builder/loader:
E.g.,
BuilderOrLoader.create({ classpath: [ 'p/1', 'p/2' ], extensions: [ 'es6.js', 'js', 'legacy.js' ], modules: [ { 'classpath/relative/path/to/foo-module.es6.js': [ 'pkg1.Foo1', 'pkg1.Foo2', 'foo.pkg.*' ] } ] })
The text was updated successfully, but these errors were encountered:
Merge pull request foam-framework#192 from tharmaman/NP-3903/PaymentC…
1ae4c39
…odeInvoiceTxnRequestFOAM Change arg to use FObject
No branches or pull requests
FOAM2 does not yet load models automagically (though FOAM1 did, to degrees). Here are some feature requests for a builder/loader:
E.g.,
The text was updated successfully, but these errors were encountered: