Skip to content
New issue

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

Replace lodash.template with eta #450

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rvalitov
Copy link
Contributor

@rvalitov rvalitov commented Feb 24, 2025

Replace the lodash.template package with the eta package #448 .

  • package.json

    • Remove the lodash.template dependency.
    • Add the eta dependency.
    • Remove the @types/lodash.template dev dependency.
  • source/index.ts

    • Import render from eta instead of template from lodash.template.
    • Replace the template function with the render function from eta in the #create method.

@rvalitov rvalitov marked this pull request as draft February 24, 2025 08:14
@rvalitov rvalitov force-pushed the replace-lodash-template branch from 05fc7d4 to c291969 Compare February 24, 2025 08:47
@rvalitov rvalitov marked this pull request as ready for review February 24, 2025 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant