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

Support ES6 and JavaScript #1446

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Support ES6 and JavaScript #1446

wants to merge 3 commits into from

Conversation

kamilkisiela
Copy link
Collaborator

@kamilkisiela kamilkisiela commented Nov 10, 2020

Prepare ReflectiveInjector for JavaScript and ES6. GraphQL Modules are not ready yet.

class Http {}

class Service {
  static get parameters() {
    return [Http];
  }

  constructor(http) {
    console.log(http)
  }
}

@theguild-bot
Copy link

theguild-bot commented Nov 10, 2020

The latest changes of this PR are not available as alpha, since there are no linked changesets for this PR.

$ yarn pr

Describe changes introduced in this Pull Request by running the above command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants