Giter Club home page Giter Club logo

Comments (4)

rxaviers avatar rxaviers commented on July 18, 2024

Thanks for having added the TypeScript definitions to DefinitelyTyped. The only resistance I have about importing them over here is the need to maintain them (and eventually flow). I prefer to keep them separate. Thanks for your comprehension.

from async-pool.

krlwlfrt avatar krlwlfrt commented on July 18, 2024

Yes, I get that. I don't get the maintaining part though because the your API is stable and you'll probably not change that.

BTW.: You should have a look at TypeScript. It's awesome ;-)

from async-pool.

rxaviers avatar rxaviers commented on July 18, 2024

Please, would you mind explaining to me what's the benefit of having the definitions in this package by exemplifying the current process to import it from a different repo and how it would be if we make this change? Thanks

from async-pool.

krlwlfrt avatar krlwlfrt commented on July 18, 2024

DefinitelyTyped is only an auxiliary repository. It adds an extra layer of management because in order to use a project without TypeScript definitions one has to install 2 packages. The actual project and the TypeScript definitions. The versioning can become out of sync and it is not immediately obvious whether or not project and definitions are compatible.

If the definitions were inside the project itself one would only need to install said project and would be done.

The importing itself is handled by the TypeScript compiler which translates imports to the correct imports that are supported by the module system.

The benefit would be in the maintenance of dependencies.

from async-pool.

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.