Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: princemaple/ngx-html-syntax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.2
Choose a base ref
...
head repository: princemaple/ngx-html-syntax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 16, 2024

  1. Initial support for Angular expression syntax

    This commit...
    
    1. adds syntax definitions for Angular expression syntax,
       which is a subset of JavaScript.
       see: https://angular.dev/guide/templates/expression-syntax
    
       Required rules are directly implemented in favor of re-using/including
       JavaScript to reduce dependencies and keep syntax lean (from parser's
       point of view).
    
    2. adds syntax based folding rules to be able to fold control flow blocks
       regardless used indentation style.
    
    3. adds symbol list definition to index `@let` variables.
    deathaxe authored and princemaple committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    21bab87 View commit details
    Browse the repository at this point in the history
  2. Fix qualified member access

    This commit adds contexts for JavaScript specific of qualified variables.
    
    It uses branching to properly match all parts even across multiple lines.
    deathaxe authored and princemaple committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    a0cbcff View commit details
    Browse the repository at this point in the history
  3. Assign ngx file extension

    This commit assigns *.ngx file extensions as Angular Playground detects it
    and assigns special syntax, too.
    deathaxe authored and princemaple committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    bb25c66 View commit details
    Browse the repository at this point in the history
Loading