Skip to content

fix: keep lexer plugins inside tag interpolation#3296

Merged
ForbesLindesay merged 1 commit intopugjs:masterfrom
rhendric:rhendric/fix-3295
Feb 28, 2021
Merged

fix: keep lexer plugins inside tag interpolation#3296
ForbesLindesay merged 1 commit intopugjs:masterfrom
rhendric:rhendric/fix-3295

Conversation

@rhendric
Copy link
Copy Markdown
Contributor

@rhendric rhendric commented Oct 9, 2020

Fixes #3295.

@rollingversions
Copy link
Copy Markdown

rollingversions bot commented Oct 9, 2020

pug-lexer (5.0.0 → 5.0.1)

Bug Fixes

  • Lexer plugins are not dropped inside tag interpolation

    You can use tag interpolation to embed tags in long strings, e.g.

    p.
      This is a #[strong long] string of text.

    Previously, lexer plugins would not work within the #[...] interpolation.

Packages With No Changes

The following packages have no user facing changes, so won't be released:

  • pug
  • pug-attrs
  • pug-code-gen
  • pug-error
  • pug-filters
  • pug-linker
  • pug-load
  • pug-parser
  • pug-runtime
  • pug-strip-comments
  • pug-walk

Edit changelogs

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.

Tag interpolation drops lexer plugins

2 participants