migrate from perforce

This commit is contained in:
2026-04-19 01:16:27 +02:00
commit d161a20915
1810 changed files with 1156171 additions and 0 deletions

19
node_modules/live-server/.github/CONTRIBUTING.md generated vendored Normal file
View File

@@ -0,0 +1,19 @@
Contributing Guidelines
=======================
When implementing a new feature or a bugfix, consider these points:
* Is this thing useful to other people, or is it just catering for an obscure corner case resulting from e.g. weirdness in personal dev environment?
* Should the thing be live-server's responsibility at all, or is it better served by other tools?
* Am I introducing unnecessary dependencies when the same thing could easily be done using normal JavaScript / node.js features?
* Does the naming (e.g. command line parameters) make sense and uses same style as other similar ones?
* Does my code adhere to the project's coding style (observable from surrounding code)?
* Can backwards compatibility be preserved?
A few guiding principles: keep the app simple and small, focusing on what it's meant to provide: live reloading development web server. Avoid extra dependencies and the need to do configuration when possible and it makes sense. Minimize bloat.
If you are adding a feature, think about if it could be an extenral middleware instead, possible bundled with `live-server` in its `middleware` folder.
**New features should come with test cases!**
**Run `npm test` to check that you are not introducing new bugs or style issues!**

11
node_modules/live-server/.github/ISSUE_TEMPLATE.md generated vendored Normal file
View File

@@ -0,0 +1,11 @@
###### Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting
## Issue description
## Software details
* Command line used for launching `live-server`:
* OS:
* Browser (if browser related):
* Node.js version:
* `live-server` version: