Skip to content

Support ES6 and JavaScript#1446

Open
kamilkisiela wants to merge 3 commits intomasterfrom
feat/es6
Open

Support ES6 and JavaScript#1446
kamilkisiela wants to merge 3 commits intomasterfrom
feat/es6

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