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

Add VM TS mapping #1534

Merged
merged 2 commits into from Sep 3, 2019
Merged

Add VM TS mapping #1534

merged 2 commits into from Sep 3, 2019

Commits on Sep 3, 2019

  1. Add "Handlebars.VM.resolvePartial" to type definitions

    - Handlebars.VM is actually not part of the API,
      but Handlebars.VM.resolvePartial is mentioned
      in the documentation and is thus now treated
      as part of the API.
    
    Closes handlebars-lang#1534
    AndrewLeedham authored and nknapp committed Sep 3, 2019
    Copy the full SHA
    133b96a View commit details
    Browse the repository at this point in the history
  2. fix typings of resolvePartial-options

    - derived from the object structure seen in the debugger
    
    closes handlebars-lang#1534
    nknapp committed Sep 3, 2019
    Copy the full SHA
    888750e View commit details
    Browse the repository at this point in the history