Skip to content

Commit

Permalink
Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Sep 15, 2022
1 parent e63a112 commit deb5dc7
Show file tree
Hide file tree
Showing 24 changed files with 2,398 additions and 485 deletions.
40 changes: 36 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -53,5 +53,8 @@
"limit": "256 MB"
}
],
"type": "module"
"type": "module",
"dependencies": {
"@js-temporal/polyfill": "^0.4.2"
}
}
5 changes: 5 additions & 0 deletions src/app.d.ts
Expand Up @@ -6,4 +6,9 @@ declare namespace App {
// interface PageData {}
// interface PageError {}
// interface Platform {}

interface PrivateEnv {
DEBUG_FLAG_ENABLED: boolean;
GH_DISCUSSION_CATEGORY_ID: string;
}
}
2 changes: 2 additions & 0 deletions src/lib/legacy/README.md
Expand Up @@ -3,3 +3,5 @@
This directory includes support for libraries that have been discontinued, but are still relied upon in some part(s) of the repository.

The `/legacy/` libraries are expected to be removed eventually; this is merely a transitory location for the code to remain.

TODO: Move to `/src/lib/public/legacy`.

0 comments on commit deb5dc7

Please sign in to comment.