Giter VIP home page Giter VIP logo

Comments (6)

huozhi avatar huozhi commented on July 19, 2024 1

Ah yeah you're right. --dts it's kinda always enable if tsconfig.json is present. So it's not a very useful flag...

Ideally if you have <cwd>/tsconfig.json it should be enabled, if you don't have tsconfig.json it's always disabled. We should probably just drop that flag but still keep --no-dts

from bunchee.

devjiwonchoi avatar devjiwonchoi commented on July 19, 2024

requires tsconfig, silly me.

from bunchee.

devjiwonchoi avatar devjiwonchoi commented on July 19, 2024

But, could this be supported? create .d.ts for JS without js/tsconfig. Or else, need action to inform that requires tsconfig

from bunchee.

huozhi avatar huozhi commented on July 19, 2024

if you run bunchee directly and let it detect the project it can generate tsconfig for you. We can warn for them that tsconfig is missing, but I'm not sure if we should generate one for them yet since CLI could run from anywhere then cwd can be anywhere as well

from bunchee.

devjiwonchoi avatar devjiwonchoi commented on July 19, 2024

I was confused about --dts since, for typescript files, .d.ts is always generated unless --no-dts is set.
Therefore, I thought --dts was for the javascript files to generate .d.ts.
If not, it seems --dts is missing a place to function at the moment.
Maybe we could a) remove it from the flag and keep it on API, or b) support generating .d.ts from javascript?
I need more investigation, but it seems like rollup-plugin-dts can handle b) it with allowJS (stated not recommended tho).

from bunchee.

devjiwonchoi avatar devjiwonchoi commented on July 19, 2024

Thanks for the clarification! 😆

from bunchee.

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.