mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Move prompt.zig to api/console/
Move prompt.zig from webcore/ to api/console/. Related to console input functionality. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
comptime {
|
||||
if (bun.Environment.export_cpp_apis) {
|
||||
_ = &@import("./webcore/prompt.zig");
|
||||
_ = &@import("./api/console/prompt.zig");
|
||||
}
|
||||
_ = &@import("./web/encoding/TextEncoder.zig");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user