mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
* Add support for `build.module` in `Bun.plugin` * Another test * Update docs * Update isBuiltinModule.cpp --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
5 lines
112 B
C++
5 lines
112 B
C++
#pragma once
|
|
|
|
namespace Bun {
|
|
bool isBuiltinModule(const String &namePossiblyWithNodePrefix);
|
|
} // namespace Bun
|