Skip to content

Moving %special keywords to scope keyword

Choose a tag to compare

@phillipskevin phillipskevin released this 30 Oct 19:03
· 687 commits to master since this release

This deprecates the %special keywords and moves them into a new scope keyword:

  • %index -> scope.index
  • %key -> scope.key
  • %element -> scope.element
  • %event -> scope.event
  • %viewModel -> scope.viewModel
  • %arguments -> scope.arguments

This also adds two new keywords:

  • scope.filename
  • scope.lineNumber

#352