diff options
author | 2023-05-16 17:07:40 -0700 | |
---|---|---|
committer | 2023-05-16 17:07:40 -0700 | |
commit | 1ad8c54c90438c156ad068bdee1d70dfb9404db3 (patch) | |
tree | 9977d0613f0bc0842cc7241be1e849840ec49fa9 /bench | |
parent | 78229da76048e72aa4d92516e296a57484450a30 (diff) | |
download | bun-1ad8c54c90438c156ad068bdee1d70dfb9404db3.tar.gz bun-1ad8c54c90438c156ad068bdee1d70dfb9404db3.tar.zst bun-1ad8c54c90438c156ad068bdee1d70dfb9404db3.zip |
fix asset naming output paths (#2904)
* rename to `src_path` and `dest_path`, use `dest_path` for output
* format
* option for compile
Diffstat (limited to 'bench')
-rw-r--r-- | bench/bundle/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bundle/index.ts b/bench/bundle/index.ts index f67b2c645..2a5e4b80c 100644 --- a/bench/bundle/index.ts +++ b/bench/bundle/index.ts @@ -1 +1 @@ -console.log("Hello via Bun!");
\ No newline at end of file +console.log("Hello via Bun!"); |