Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F10360193
build.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
362 B
Referenced Files
None
Subscribers
None
build.js
View Options
import
{
build
as
_build
}
from
"esbuild"
;
import
glob
from
"tiny-glob"
;
async
function
build
()
{
const
entryPoints
=
await
glob
(
"src/**/*.{ts,tsx}"
);
console
.
log
({
entryPoints
});
_build
({
bundle
:
false
,
target
:
"es2022"
,
platform
:
"node"
,
format
:
"esm"
,
entryPoints
,
outdir
:
"lib"
,
jsxFactory
:
"TempstreamJSX.createElement"
,
});
}
build
();
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sat, Nov 8, 05:13 (22 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1034048
Default Alt Text
build.js (362 B)
Attached To
Mode
rSTREAM tempstream
Attached
Detach File
Event Timeline
Log In to Comment