-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: convert to typescript; esm failing as TaskGroup needs to become …
…TypeScript
- Loading branch information
Showing
16 changed files
with
3,197 additions
and
6,806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# 2024 January 3 | ||
# https://github.com/bevry/base | ||
|
||
# never modify any line ending in any file, disregarding all nonsense from eol, autocrlf, renormalize, safecrlf, usecrlfattr, allBinary | ||
* -text | ||
|
||
# ===================================== | ||
# CUSTOM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# 2023 November 13 | ||
# https://github.com/bevry/base | ||
|
||
# VCS Files | ||
.git | ||
.svn | ||
.hg | ||
|
||
# System Files | ||
**/.DS_Store | ||
|
||
# Temp Files | ||
**/.docpad.db | ||
**/*.log | ||
**/*.cpuprofile | ||
**/*.heapsnapshot | ||
|
||
# Yarn Files | ||
.yarn/* | ||
!.yarn/releases | ||
!.yarn/plugins | ||
!.yarn/sdks | ||
!.yarn/versions | ||
.pnp.* | ||
.pnp/ | ||
|
||
# Build Caches | ||
build/ | ||
components/ | ||
bower_components/ | ||
node_modules/ | ||
|
||
# Build Outputs | ||
**/*.cjs | ||
**/*.mjs | ||
**/out.* | ||
**/*.out.* | ||
**/out/ | ||
**/output/ | ||
*compiled* | ||
edition*/ | ||
coffeejs/ | ||
coffee/ | ||
es5/ | ||
es2015/ | ||
esnext/ | ||
docs/ | ||
|
||
# Development Files | ||
test/ | ||
**/*fixtures* | ||
|
||
# Ecosystem Caches | ||
.trunk/*/ | ||
|
||
# ===================================== | ||
# CUSTOM | ||
|
||
# None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,2 @@ | ||
<!-- LICENSEFILE/ --> | ||
|
||
<h1>License</h1> | ||
|
||
Unless stated otherwise all works are: | ||
|
||
<ul><li>Copyright © 2012+ <a href="http://bevry.me">Bevry Pty Ltd</a></li> | ||
<li>Copyright © 2011 <a href="https://balupton.com">Benjamin Lupton</a></li></ul> | ||
|
||
and licensed under: | ||
|
||
<ul><li><a href="http://spdx.org/licenses/MIT.html">MIT License</a></li></ul> | ||
|
||
<h2>MIT License</h2> | ||
|
||
<pre> | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
</pre> | ||
|
||
<!-- /LICENSEFILE --> | ||
<!-- LICENSEFILE --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Security Policy | ||
|
||
## Security Practices | ||
|
||
This project meets standardized secure software development practices, including 2FA for all members, password managers with monitoring, secure secret retrieval instead of storage. [Learn about our practices.](https://tidelift.com/funding/github/npm/watchr) | ||
|
||
## Supported Versions | ||
|
||
This project uses [Bevry's automated tooling](https://github.com/bevry/boundation) to deliver the latest updates, fixes, and improvements inside the latest release while still maintaining widespread ecosystem compatibility. | ||
|
||
[Refer to supported ecosystem versions: `Editions` section in `README.md`](https://github.com/bevry/watchr/blob/master/README.md#Editions) | ||
|
||
[Refer to automated support of ecosystem versions: `boundation` entries in `HISTORY.md`](https://github.com/bevry/watchr/blob/master/HISTORY.md) | ||
|
||
Besides testing and verification, out CI also [auto-merges](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions) [Dependabot security updates](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates) and [auto-publishes](https://github.com/bevry-actions/npm) successful builds of the [`master` branch](https://github.com/bevry/wait/actions?query=branch%3Amaster) to the [`next` version tag](https://www.npmjs.com/package/watchr?activeTab=versions), offering immediate resolutions before scheduled maintenance releases. | ||
|
||
## Reporting a Vulnerability | ||
|
||
[Report the vulnerability to the project owners.](https://github.com/bevry/watchr/security/advisories) | ||
|
||
[Report the vulnerability to Tidelift.](https://tidelift.com/security) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
'use strict' | ||
// auto-generated by boundation, do not update manually | ||
/** @type {typeof import("./edition-types/index.d.ts") } */ | ||
module.exports = require('editions').requirePackage(__dirname, require, 'index.js') |
Oops, something went wrong.