-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
a8daa86
commit a9701f9
Showing
6 changed files
with
29 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 12 additions & 14 deletions
26
...ForTesting/extensionForTestingTemplate.ts → ...ForTesting/extensionForTestingTemplate.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
{ | ||
"scripts": { | ||
"build": "tsc --build && esbuild dist/extensionForTesting.js --bundle --outfile=dist.js --target=es6", | ||
"clean": "tsc --build --clean" | ||
}, | ||
"dependencies": { | ||
"@exasol/extension-manager-interface": "0.3.0" | ||
}, | ||
"devDependencies": { | ||
"esbuild": "^0.18.16", | ||
"typescript": "^5.1.6" | ||
} | ||
"scripts": { | ||
"build": "esbuild extensionForTesting.js --bundle --outfile=dist.js --target=es6", | ||
"clean": "rm -rf dist/" | ||
}, | ||
"dependencies": { | ||
"@exasol/extension-manager-interface": "0.3.0" | ||
}, | ||
"devDependencies": { | ||
"esbuild": "^0.18.16" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters