-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/carbon dev #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
09d4f7c
refactor(type): update the type Dirent
CoderSerio 32fa367
feat(glob): π¦ add glob function
CoderSerio 23e48a5
chore: remove some useless comments and modify precommit file
CoderSerio 2ffbe15
docs: add github pr template
CoderSerio c48a168
feat: add CONTRIBUTING guide and enhance README with API details
CoderSerio 4bd8104
feat(benchmark): add performance benchmarks for file operations incluβ¦
CoderSerio c6ff4bc
feat: add chown, readlink, utimes, symlink, and mkdtemp functions witβ¦
CoderSerio aedc126
feat: implement link and mkdtemp functions with corresponding tests aβ¦
CoderSerio c1d12ac
feat(tests): add dual-run comparisons for file system operations to mβ¦
CoderSerio 2922abc
feat(cp): implement cp and cpSync functions with options for recursivβ¦
CoderSerio bc92d92
feat: enhance file system API with new features and improvements, incβ¦
CoderSerio 3fd5792
chore: update package metadata, improve type definitions, and enhanceβ¦
CoderSerio dc1940c
feat(tests): add tests for pre-epoch timestamp handling and sub-seconβ¦
CoderSerio 143dfeb
feat(tests): add comprehensive tests for globSync behavior to align wβ¦
CoderSerio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,39 @@ | ||
| --- | ||
| name: Feature Request / Bug Fix | ||
| about: Common template for pr and bugfix | ||
| title: '[FEAT/BUG]' | ||
| --- | ||
|
|
||
| ## Type of Change | ||
|
|
||
| - [ ] π New feature (non-breaking change which adds functionality) | ||
| - [ ] π Bug fix (non-breaking change which fixes an issue) | ||
| - [ ] β οΈ Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
| - [ ] β‘ Performance improvement | ||
| - [ ] π Documentation update | ||
| - [ ] π§ Refactoring (no functional changes, no api changes) | ||
| - [ ] π§ͺ Tests | ||
|
|
||
| ## Description | ||
|
|
||
| [Please describe the background, possible causes, how to reproduce the issue (code snippets or repo links are appreciated), and any necessary solutions. For feature requests, explain the motivation and use case.] | ||
|
|
||
| ## Environment | ||
|
|
||
| - **OS:** [e.g. macOS, Windows, Linux] | ||
| - **Node.js Version:** [e.g. v18.16.0] | ||
| - **hyper-fs Version:** [e.g. 0.0.1] | ||
|
|
||
| ## Related Issues: | ||
|
|
||
| [List the issue numbers related to this issue, e.g. #123] | ||
|
|
||
| ## Benchmarks | ||
|
|
||
| _(Benchmarks show that...)_ | ||
|
|
||
| ## Checklist | ||
|
|
||
| - [ ] I have searched existing issues to ensure this is not a duplicate | ||
| - [ ] I have provided a minimal reproduction (for bugs) | ||
| - [ ] I have run `pnpm test` and passed all the test sample | ||
This file contains hidden or 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 hidden or 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 hidden or 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,4 +1 @@ | ||
| #!/bin/sh | ||
| . "$(dirname "$0")/_/husky.sh" | ||
|
|
||
| pnpm lint-staged |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix inconsistent capitalization and phrasing in the front matter.
The
aboutfield uses inconsistent capitalization and abbreviated terms. Standardize to match the title field format.Apply this diff:
π Committable suggestion
π€ Prompt for AI Agents