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 support for TS declare modifier on fields #10545

Merged
merged 4 commits into from Nov 5, 2019

Commits on Nov 5, 2019

  1. [parser] Add support for TS declare modifier on fields (#10484)

    * [parser] Add support for TS declare modifier on fields
    
    * Use Object.create(null)
    
    * Comment
    nicolo-ribaudo committed Nov 5, 2019
    Copy the full SHA
    3bf62c6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    94b842b View commit details
    Browse the repository at this point in the history
  3. Transform TypeScript "declare" fields (#10546)

    * Transform TypeScript "declare" fields
    
    * Remove multiple spaces
    
    * declareFields -> allowDeclareFields
    nicolo-ribaudo committed Nov 5, 2019
    Copy the full SHA
    2b648c9 View commit details
    Browse the repository at this point in the history
  4. Update after rebase

    nicolo-ribaudo committed Nov 5, 2019
    Copy the full SHA
    29c727e View commit details
    Browse the repository at this point in the history