Open Issues Need Help
View All on GitHubAI Summary: Implement support for filter arguments in the custom-string-formatter library, allowing filters to receive additional parameters passed as strings. This involves designing a parsing strategy to handle quoted strings and other potential complexities within the argument list, while maintaining consistency with existing syntax. Consider edge cases and error handling.
AI Summary: Add front-end distribution to the existing server-side Node.js custom string formatter library. This involves creating a build process (likely using a bundler like Webpack or Rollup) to package the library for use in browsers, and potentially adjusting the code to be compatible with browser environments. Documentation updates will also be needed.