relay-compiler-language-typescript icon indicating copy to clipboard operation
relay-compiler-language-typescript copied to clipboard

⛔️ Obsolete - A language plugin for Relay that adds TypeScript support, including emitting type definitions.

Results 51 relay-compiler-language-typescript issues
Sort by recently updated
recently updated
newest added

https://github.com/kastermester/relay-compiler-language-typescript/pull/18#issuecomment-359179048

- [ ] update package.json to latest relay version - [ ] run `yarn sync-fixtures`, so fixtures are updated - [ ] run `yarn test` what else?

Closes #93 Add support for https://github.com/facebook/relay/blob/f8585ab4f90f2e707d5555c9f7b423de3ea553bd/packages/relay-compiler/language/RelayLanguagePluginInterface.js#L176. My main questions is whether this is a breaking change or not and if it should be enabled by default. Also should we make...

It would be nice to be able to use `devOnlyAssignments` (https://github.com/facebook/relay/blob/f8585ab4f90f2e707d5555c9f7b423de3ea553bd/packages/relay-compiler/language/RelayLanguagePluginInterface.js#L176) to provide the text in dev when using persisted queries. With my current setup it would make working non-local...

Currently the example expects a package to have been built in the root of the repo.

For those that test their Relay containers by manually stubbing data, it would be nice to have the fragment reference related properties be optional so that those don’t need to...

This is just me shoving ideas out of my head, we don’t need this for initial release. I’d like to improve on the experience on this when writing components, ie....

As per @orta’s [comment](https://github.com/artsy/emission/pull/982#discussion_r166614359), we should add schema comments as documentation to the type definitions.

Reading through the changelog of VS Code 1.20 i found this: > Spaces got you down? When you type ., VS Code now shows all known properties for JavaScript and...

https://github.com/kastermester/typescript-relay-modern-compiler/pull/10/files/70e189198fe7aec13673cff3d94de937886dd09b#r162781711