Giter Club home page Giter Club logo

Comments (4)

kastermester avatar kastermester commented on July 24, 2024 1

I'm currently examining what is needed to ensure both modern, compat and classic can work - so we can at least get an overview of this. I expect that the example using the babel plugin would work just fine under alle these circumstances - but it might be nice to get a feel for what it would take in a "native" typescript setting.

from relay-compiler-language-typescript.

alloy avatar alloy commented on July 24, 2024

Related:

from relay-compiler-language-typescript.

kastermester avatar kastermester commented on July 24, 2024

If we wish to avoid the babel transform there are some things here to be taken care of. This is what I've found so far:

  1. Compiling modern code is easy - it is just a require to a file named by the fragment/operation definition inside the text found in the template literal
  2. Classic code (Relay.QL) needs to be compiled into a bunch of objects, just like they used to.
  3. Compat mode code is a combination of both modern and classic code - thus it needs to be an object with both a classic and a modern object consisting of 1. and 2.

from relay-compiler-language-typescript.

kastermester avatar kastermester commented on July 24, 2024

Closing this, we have both your changes to the runtime and my PR for TS transform.

from relay-compiler-language-typescript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.