graphql-modules icon indicating copy to clipboard operation
graphql-modules copied to clipboard

Support ES6 and JavaScript

Open kamilkisiela opened this issue 4 years ago • 1 comments

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)
  }
}

kamilkisiela avatar Nov 10 '20 16:11 kamilkisiela

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.

theguild-bot avatar Nov 10 '20 16:11 theguild-bot