@bunit/build 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # @bunit/build
2
2
 
3
- > ⚡️ Zero-config TypeScript package builder powered by [**Bun**](https://bun.sh).
3
+ ![npm version](https://img.shields.io/npm/v/@bunit/build)
4
+ ![npm downloads](https://img.shields.io/npm/dw/@bunit/build)
5
+ ![npm license](https://img.shields.io/npm/l/@bunit/build)
6
+
7
+ > ⚡️ Bun-native implementation of [**obuild**](https://github.com/unjs/obuild) - Zero-config TypeScript package builder.
4
8
 
5
9
  ## Features
6
10
 
@@ -0,0 +1,3 @@
1
+ // @bun
2
+ var g=Object.create;var{getPrototypeOf:h,defineProperty:f,getOwnPropertyNames:i}=Object;var j=Object.prototype.hasOwnProperty;var k=(a,b,c)=>{c=a!=null?g(h(a)):{};let d=b||!a||!a.__esModule?f(c,"default",{value:a,enumerable:!0}):c;for(let e of i(a))if(!j.call(d,e))f(d,e,{get:()=>a[e],enumerable:!0});return d};var l=(a,b)=>()=>(b||a((b={exports:{}}).exports,b),b.exports);var m=import.meta.require;
3
+ export{k as e,l as f,m as g};