[Jslib] Re: jslib is a package
Martin T. Kutschker
Martin.T.Kutschker@blackbox.net
Thu, 31 May 2001 08:39:31 +0200
pete collins <petejc@collab.net> schrieb in im Newsbeitrag:
public.mozdev.jslib/3B1552BC.6010809@collab.net...
> js lib is now a package that can be built in a number of ways.
>
> Please view the make file for the various targets.
>
> Here is a small example of how it can be used as a package.
>
> http://jslib.mozdev.org/installation.html
>
> We can start doing some real documentation when the lib gets rocking and
> rolling some more.
Great!
I may suggest that the dumpError method of file.js may go into jslib.js as
well. I'm not sure if creating this dependency great. OTOH, so we may safely
include filesystem.js *) in eg dir.js.
Masi
*) I have assembled the following objects/classes:
filesystem.js
FSObject
Filesystem (providing static/class utility methods)
file.js
File (extending FSObject)
dir.js
Dir (extending FSObject)
executable.js
Exec (extending FSObject)