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

JSX for Reason #647

Closed
wants to merge 31 commits into from
Closed

JSX for Reason #647

wants to merge 31 commits into from

Commits on Jul 16, 2016

  1. Configuration menu
    Copy the full SHA
    18c52a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2016

  1. Configuration menu
    Copy the full SHA
    0f72259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed7123a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    c0172a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c18163e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    760baa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dabcdf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bc1b64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe991b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    acba620 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c97b0f View commit details
    Browse the repository at this point in the history
  9. JSX: ensure we can use /> as an operator. Add several tests to the .m…

    …essages file. Better error message for start and end tags.
    SanderSpies committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    7e14c9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b0739a2 View commit details
    Browse the repository at this point in the history
  11. Add JSX pretty printing.

    SanderSpies committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    0320571 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c0abf5c View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/JSX' into jsx3

    # Conflicts:
    #	formatTest/unit_tests/input/jsx.re
    #	src/reason_lexer.mll
    #	src/reason_parser.messages
    #	src/reason_parser.mly
    SanderSpies committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    da7fbd4 View commit details
    Browse the repository at this point in the history
  14. Use JSX attribute instead of naming, support lowercase, move pprint b…

    …racket to correct location.
    SanderSpies committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    91ae86a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Configuration menu
    Copy the full SHA
    9c82ab2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

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

Commits on Aug 11, 2016

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

Commits on Aug 14, 2016

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

Commits on Aug 18, 2016

  1. Configuration menu
    Copy the full SHA
    c38a73f View commit details
    Browse the repository at this point in the history
  2. Fix JSX ident regression.

    SanderSpies committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    4c9df25 View commit details
    Browse the repository at this point in the history
  3. Add fragment support.

    SanderSpies committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    529704c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Configuration menu
    Copy the full SHA
    38c4ec7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    036bcab View commit details
    Browse the repository at this point in the history
  3. Update tests

    SanderSpies committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    bd34b6b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/facebook/reason into jsx3

    # Conflicts:
    #	src/reason_parser.messages
    #	src/reason_parser.mly
    SanderSpies committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    b96e83b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e9bff6 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2016

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