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 TypeScript typings #153

Merged
merged 22 commits into from
Apr 17, 2020
Merged

Add TypeScript typings #153

merged 22 commits into from
Apr 17, 2020

Commits on Mar 29, 2020

  1. feat(yaml): initial commit

    ikatyang authored and eemeli committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    7a14999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18a958e View commit details
    Browse the repository at this point in the history
  3. feat(yaml): update to v1.2 (#38898)

    ikatyang authored and eemeli committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    0a4acfb View commit details
    Browse the repository at this point in the history
  4. feat(yaml) Deprecate tags, add customTags

    `ParseOptions`: Add `customTags` and deprecate `tags` to get rid of following warning in console:
    
    `(node:15352) DeprecationWarning: The option 'tags' will be removed in a future release, use 'customTags' instead.`
    shirk3y authored and eemeli committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    677d91c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8db05df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0b9784 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ed6a5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e46c9d4 View commit details
    Browse the repository at this point in the history
  9. ts: Add scalar options

    eemeli committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    00b8cf3 View commit details
    Browse the repository at this point in the history
  10. ts: Fix tags

    eemeli committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    f529b04 View commit details
    Browse the repository at this point in the history
  11. ts: Fix Schema & createNode

    eemeli committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    1c62008 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d6f75d3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6044169 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    05db871 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    95305f9 View commit details
    Browse the repository at this point in the history
  16. ts: Move more code around

    eemeli committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    182841f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cf399bd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d52dd3e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b918f24 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Specify Document.cstNode type

    Co-Authored-By: Ika <ikatyang@gmail.com>
    eemeli and ikatyang committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    a22911c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    9145678 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4e5bb7 View commit details
    Browse the repository at this point in the history