Skip to content

Comments

Correctly handle a path that doesn't include a wildcard#6

Open
lambertjamesd wants to merge 1 commit intostringham:masterfrom
lambertjamesd:fix-non-wildcard-paths
Open

Correctly handle a path that doesn't include a wildcard#6
lambertjamesd wants to merge 1 commit intostringham:masterfrom
lambertjamesd:fix-non-wildcard-paths

Conversation

@lambertjamesd
Copy link

To get the make build working with index.ts imports a the root of a module I had to add

            "@lucid/injector": [
                "../injector"
            ], 
            "@lucid/injector/*": [
                "../injector/*"
            ], 

To the tsconfig for the importing module. Notice the duplicated import. One with and * and one without. Having this mangled the import structure. This change causes the copy imports to correctly handle imports without a wildcard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant