mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Most of macro implementation
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"moment": "^2.29.1",
|
||||
"peechy": "^0.4.18",
|
||||
"puppeteer": "^10.2.0"
|
||||
"puppeteer": "^10.2.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build-runtime": "esbuild --target=esnext --bundle src/runtime/index.ts --format=iife --platform=browser --global-name=BUN_RUNTIME > src/runtime.out.js; cat src/runtime.footer.js >> src/runtime.out.js",
|
||||
|
||||
Reference in New Issue
Block a user