Page 2 of 2

Re: [Request] Module Export

Posted: 27 Jun 2020, 21:39
by lexikos
I intend to make use of Helgef's work, with some (as yet not clearly defined) changes.

Re: [Request] Module Export

Posted: 10 Feb 2021, 13:55
by Chunjee

Re: [Request] Module Export

Posted: 10 Feb 2021, 14:24
by kczx3
@Chunjee
I'm a bit confused by what you are wanting to point out on that page. It is quite large and frankly, I don't think package.json has anything to do with namespaces/modules. That is for declaring dependencies and managing them which I see as a totally separate topic.

Re: [Request] Module Export

Posted: 10 Feb 2021, 15:27
by Chunjee
If package.json could specify downloading to ScriptDir/Lib it would work a lot more seamlessly but I guess that isn't an option and I was just marveling at some of the features. For example I never knew about "bundledDependencies" which may align closer to how ahk thinks of includes.

Re: [Request] Module Export

Posted: 10 Feb 2021, 16:18
by kczx3
Again, I think that is a completely different topic than what this thread (your thread) is about. Package manager vs. Module/Namespaces

Re: [Request] Module Export

Posted: 10 Feb 2021, 16:27
by Chunjee
Not sure if I'm conflating or not but Module Export does need to be capable of communicating some metadata I think.


Github calls this metadata communication "manifest files" or I guess in this case it would be one file. The development world is adopting this model I feel.

Re: [Request] Module Export  Topic is solved

Posted: 24 May 2024, 10:39
by Chunjee