Giter Site home page Giter Site logo

Comments (6)

milesj avatar milesj commented on July 17, 2024

@edwardwilson Interesting. Wouldn't @namespace/package-a already be available for importing because of node_modules symlinking? Or is this overwriting that to use the source files?

from moon.

edwardwilson avatar edwardwilson commented on July 17, 2024

When paired with the package.json pointing to src/index.ts we can use import {} from '@namespace/package-a '.

If however we want to achieve the following, we need to have a path mapping into the src folder ../packageA/src/* or we require an independent build of the package and to consume it like any other npm package with a structured dist folder.

import {x} from '@namespace/package-a/x';
import {y} from '@namespace/package-a/y';

from moon.

milesj avatar milesj commented on July 17, 2024

@edwardwilson Yeah makes sense. I'll look into add a setting for this.

from moon.

milesj avatar milesj commented on July 17, 2024

@edwardwilson I started working on this here: #352

Before I finish, just want to make sure this is what you were looking for.

from moon.

edwardwilson avatar edwardwilson commented on July 17, 2024

Looks great! Nice work as always ☺️

from moon.

milesj avatar milesj commented on July 17, 2024

@edwardwilson Awesome. Will land in the next release πŸ‘

Gonna close this for now.

from moon.

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.