Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 8, 2023
1 parent 2feeced commit 7c58ada
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 140 deletions.
4 changes: 2 additions & 2 deletions Source/Configuration/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ const Out = "Target";

export default {
format: "esm",
minify: false,
minify: true,
outdir: Out,
platform: "node",
target: "esnext",
write: true,
sourcemap: true,
sourcemap: false,
plugins: [
{
name: "Target",
Expand Down
3 changes: 1 addition & 2 deletions Target/Bin.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/usr/bin/env node
import "./Index.js";
//# sourceMappingURL=Bin.js.map
import"./Index.js";
7 changes: 0 additions & 7 deletions Target/Bin.js.map

This file was deleted.

36 changes: 1 addition & 35 deletions Target/Command/Build.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions Target/Command/Build.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions Target/Configuration/esbuild.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
declare const _default: {
format: "esm";
minify: false;
minify: true;
outdir: string;
platform: "node";
target: string;
write: true;
sourcemap: true;
sourcemap: false;
plugins: any[];
};
export default _default;
42 changes: 1 addition & 41 deletions Target/Configuration/esbuild.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions Target/Configuration/esbuild.js.map

This file was deleted.

11 changes: 1 addition & 10 deletions Target/Index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions Target/Index.js.map

This file was deleted.

14 changes: 1 addition & 13 deletions Target/Library/JSON.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions Target/Library/JSON.js.map

This file was deleted.

0 comments on commit 7c58ada

Please sign in to comment.