pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-03-31 13:31:19 -07:00
..
build/lib Simplified ROM folder structure 2016-03-20 11:38:38 -07:00
c1pjs Blog edits 2016-03-16 15:13:18 -07:00
diskdump Move non-CPU-related update functions to the Computer component 2016-03-30 17:04:36 -07:00
filedump Changed save.js, fdc.js, and diskdump.js to use a shared download function 2016-02-23 00:06:38 -08:00
grunts Updated Computer constants 2016-01-16 14:37:39 -08:00
htmlout Report invalid manifest entries 2016-03-31 13:31:19 -07:00
markout Fix misdetection of emphasis inside links 2016-03-21 15:59:32 -07:00
pcjs Support for XML comments (propagated to HTML) 2016-03-31 12:56:51 -07:00
shared Move non-CPU-related update functions to the Computer component 2016-03-30 17:04:36 -07:00
textout Simplified ROM folder structure 2016-03-20 11:38:38 -07:00
README.md Fix README links 2015-07-18 17:26:41 -07:00

PCjs Node Modules

This folder contains all the PCjs JavaScript source code, organized into Node modules. It is the counterpart to node_modules, where all the public Node modules are installed.

Only private Node modules are checked into this project. If any of these modules are later published on npmjs.org, then they will be moved to node_modules and removed from this folder.