Commit 78e5fdd
committed
Replace bun with Node.js (part 1)
- Update package.json scripts to use npm/node instead of bun
- Change shebang in src/index.ts from bun to node
- Add build script to compile TypeScript to JavaScript
- Update action.yml to run compiled .js files instead of .ts
- Remove bun.lock and add package-lock.json
- Update RELEASE.md documentation to reference npm
- Remove bun engine requirement from package.json
- Include compiled JavaScript files for GitHub Actions execution
Note: Workflow files will be updated in a follow-up commit
Addresses AU-146311 parent 3fbe40c commit 78e5fdd
File tree
66 files changed
+1951
-109
lines changed- src
- config
- services
- template
- extractors
- types
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+1951
-109
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 63 | | |
68 | | - | |
| 64 | + | |
69 | 65 | | |
70 | 66 | | |
71 | 67 | | |
| |||
This file was deleted.
0 commit comments