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
Currently, we don't support re-exporting functions through an index file in a module.
In our access-protection example, I added an index file to only export the checkSecret function to be called from other modules.
access-protection
export { default as checkSecret } from './checkSecret.js';
As we consider it good practice to use the index file, we should also support this practice when using jitar.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, we don't support re-exporting functions through an index file in a module.
In our
access-protection
example, I added an index file to only export the checkSecret function to be called from other modules.As we consider it good practice to use the index file, we should also support this practice when using jitar.
The text was updated successfully, but these errors were encountered: