Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cleaned up imports with all the js files in root #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ChurroC
Copy link

@ChurroC ChurroC commented May 12, 2024

I deleted all the files in root then added

"exports": {
	"./*": "./src/*.js",
	"./flat/*": "./flat/*.js"
}

to package json so we still have all the imports stay the same but now the code isn't all over root and is easier to understand.
I also tested it out by linking the project and it worked great.

@favna
Copy link

favna commented Jun 6, 2024

This is superseded by #8 which I will finish... soon.. I promise.

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.

None yet

2 participants