Skip to content

Commit

Permalink
Cleanup esbuild.js files
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Jul 11, 2024
1 parent 9427dd1 commit d93f61f
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 21 deletions.
1 change: 0 additions & 1 deletion examples/gio-2-cat/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
1 change: 0 additions & 1 deletion examples/gio-2-dbus/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
3 changes: 1 addition & 2 deletions examples/gio-2-list-model/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['node-gtk', 'gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
3 changes: 1 addition & 2 deletions examples/glib-2-variant/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['node-gtk', 'gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
1 change: 0 additions & 1 deletion examples/gtk-3-calc/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
1 change: 0 additions & 1 deletion examples/gtk-3-gettext/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
1 change: 0 additions & 1 deletion examples/gtk-3-hello-2/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
1 change: 0 additions & 1 deletion examples/gtk-3-template/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
1 change: 0 additions & 1 deletion examples/gtk-3-webkit/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
1 change: 0 additions & 1 deletion examples/gtk-4-application/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
1 change: 0 additions & 1 deletion examples/gtk-4-custom-widget/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
3 changes: 1 addition & 2 deletions examples/gtk-4-list-store/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['node-gtk', 'gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
1 change: 0 additions & 1 deletion examples/gtk-4-template/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
3 changes: 1 addition & 2 deletions examples/run-async/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['node-gtk', 'gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
1 change: 0 additions & 1 deletion examples/soup-3-http/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
1 change: 0 additions & 1 deletion examples/soup-3-websocket/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})
1 change: 0 additions & 1 deletion examples/timers/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ await build({
// target: "firefox102", // Since GJS 1.73.2
target: "firefox115", // Since GJS 1.77.2
format: 'esm',
// platform: 'node',
external: ['gi://*', 'resource://*', 'gettext', 'system', 'cairo'],
})

0 comments on commit d93f61f

Please sign in to comment.