Skip to content

Commit 4a57b68

Browse files
committed
feat: add bundle to deno.json#unstable array
1 parent cc18d5d commit 4a57b68

3 files changed

Lines changed: 25 additions & 141 deletions

File tree

deno.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@baetheus/pick",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
4+
"unstable": [
5+
"bundle"
6+
],
47
"compilerOptions": {
58
"jsx": "react-jsx",
69
"jsxImportSource": "preact"
@@ -34,6 +37,6 @@
3437
"./testing/fixtures/*"
3538
],
3639
"tasks": {
37-
"test": "deno test --allow-read=testing/fixtures --allow-write --allow-env=\"TSC_*\" --unstable-bundle"
40+
"test": "deno test --allow-read=testing/fixtures --allow-write"
3841
}
3942
}

examples/builder/deno.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"unstable": [
3+
"bundle"
4+
],
25
"compilerOptions": {
36
"jsx": "react-jsx",
47
"jsxImportSource": "preact"
@@ -13,6 +16,6 @@
1316
"../../"
1417
],
1518
"tasks": {
16-
"start": "deno run -A --unstable-bundle main.ts"
19+
"start": "deno run -A main.ts"
1720
}
1821
}

examples/builder/deno.lock

Lines changed: 16 additions & 138 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)