Skip to content

Add file system import for HTTP server functionality#3

Merged
nbeerbower merged 2 commits into
mainfrom
claude/update-hemlock-latest-CZHOO
Apr 4, 2026
Merged

Add file system import for HTTP server functionality#3
nbeerbower merged 2 commits into
mainfrom
claude/update-hemlock-latest-CZHOO

Conversation

@nbeerbower

Copy link
Copy Markdown
Contributor

Summary

Added the open function import from the standard library's file system module to support file operations in the HTTP server implementation.

Changes

  • Imported open from @stdlib/fs to enable file reading capabilities for serving static files or handling file-based requests

Implementation Details

This import addition suggests the HTTP server will be extended to support file system operations, likely for serving static content or reading configuration files. The import is placed alongside other standard library imports for network and JSON handling, maintaining consistent organization.

https://claude.ai/code/session_01WHmcXpiBmKW3u8VjcMQqiD

claude added 2 commits April 4, 2026 23:36
Hemlock v2.0.0 moved 63 builtins from global namespace to stdlib
modules. The open() function used by Sprout for file serving and
template rendering now requires an explicit import from @stdlib/fs.

https://claude.ai/code/session_01WHmcXpiBmKW3u8VjcMQqiD
@nbeerbower
nbeerbower merged commit 2fb499e into main Apr 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants