Coder Social home page Coder Social logo

Comments (2)

ardatan avatar ardatan commented on June 14, 2024 1

I think people should be able to configure multiple entrypoints instead of using the source directory structure.

from bob.

n1ru4l avatar n1ru4l commented on June 14, 2024 1

I agree with @ardatan on configuring custom entry points. Bob should check the following for the exports map:

  1. All the exports point to existing files
  2. All the exports are TypeScript module resolution compatible

In addition, the bootstrap command (I created in #55) should help people with onboarding to bob and give good defaults.


An overview of the current build process:

Today, transpilation from ts to js is achieved by running tsc, followed by bundling and copying files via bob build.

In a monorepository the following happens:

tsc creates

  • <monorepo-root>/dist/<package-name>/src/*.js (esm)
  • <monorepo-root>/dist/<package-name>/src/*.d.ts (type-defs)

bob build does:

  • resolves the path of the previous files
  • creates a single esm and cjs bundle from the tsc emitted files at <monorepo-root>/packages/<package-name>/dist/index.(m).js
  • copies the type-definitions to <monorepo-root>/packages/<package-name>/dist/**/*.d.ts
  • generates a package.json at <monorepo-root>/packages/<package-name>/dist/package.json

from bob.

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.