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

feat: new syntax for template strings #1311

Merged
merged 17 commits into from
Jan 18, 2025
Merged

Conversation

lars-reimann
Copy link
Member

@lars-reimann lars-reimann commented Jan 18, 2025

Summary of Changes

  • Template strings now use backticks as delimiters. Previously, they used double quotes like normal strings.
  • Template expressions are now enclosed in single curly braces. Previously, they were enclosed in double curly braces.

Copy link

github-actions bot commented Jan 18, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ JSON jsonlint 2 0 0.18s
✅ JSON npm-package-json-lint yes no 0.56s
✅ JSON prettier 2 0 0 0.77s
✅ JSON v8r 2 0 3.07s
✅ MARKDOWN markdown-link-check 2 0 0.89s
✅ PYTHON black 1 0 0 1.04s
✅ PYTHON mypy 1 0 2.37s
✅ PYTHON ruff 1 0 0 0.21s
✅ REPOSITORY git_diff yes no 0.22s
✅ TYPESCRIPT eslint 6 0 0 6.52s
✅ TYPESCRIPT prettier 6 0 0 1.2s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Copy link

codecov bot commented Jan 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.72%. Comparing base (674cda8) to head (22a1d5e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1311   +/-   ##
=======================================
  Coverage   99.72%   99.72%           
=======================================
  Files         118      119    +1     
  Lines       12905    12955   +50     
  Branches     4229     4240   +11     
=======================================
+ Hits        12870    12920   +50     
  Misses         35       35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lars-reimann lars-reimann merged commit 88295bc into main Jan 18, 2025
7 checks passed
@lars-reimann lars-reimann deleted the template-string-syntax branch January 18, 2025 12:10
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.

2 participants