mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-05-30 23:52:27 +00:00
17 lines
365 B
Plaintext
17 lines
365 B
Plaintext
import {
|
|
"maria/json_parser" @json_parser,
|
|
"moonbitlang/core/array",
|
|
"moonbitlang/core/builtin",
|
|
"moonbitlang/core/env" @env,
|
|
"moonbitlang/core/json",
|
|
"moonbitlang/core/queue" @queue,
|
|
"moonbitlang/core/ref",
|
|
}
|
|
|
|
options(
|
|
targets: {
|
|
"file_backend_native.mbt": [ "native", "llvm" ],
|
|
"file_backend_stub.mbt": [ "js", "wasm", "wasm-gc" ],
|
|
},
|
|
)
|