Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: migrate build script to typescript #3423

Draft
wants to merge 88 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
2935475
format scripts
JeelRajodiya Nov 16, 2024
2badba7
format using prettier
JeelRajodiya Nov 16, 2024
ad8c426
migrate build-pages
JeelRajodiya Nov 18, 2024
eedff42
add ts-node configuration
JeelRajodiya Nov 18, 2024
df75c79
setup eslint rule to ignore js-doc in script files
JeelRajodiya Nov 18, 2024
7bf568a
Revert "setup eslint rule to ignore js-doc in script files"
JeelRajodiya Nov 18, 2024
4c51a80
move to imports
JeelRajodiya Nov 20, 2024
fbb0e61
rename next config file
JeelRajodiya Nov 20, 2024
fd80ef2
add new path config
JeelRajodiya Nov 20, 2024
f5b38a7
update import names
JeelRajodiya Nov 20, 2024
7b6c3b9
rename utils file to ts
JeelRajodiya Nov 20, 2024
a8c12ea
add types
JeelRajodiya Nov 21, 2024
e2097cc
update import
JeelRajodiya Nov 21, 2024
c01fb85
rename
JeelRajodiya Nov 21, 2024
c7a7247
rename to ts
JeelRajodiya Nov 21, 2024
a49c8a2
rename compose to ts
JeelRajodiya Nov 21, 2024
342432a
rename build docs to ts
JeelRajodiya Nov 21, 2024
9e8efd8
rename build meeting to ts
JeelRajodiya Nov 21, 2024
2e94f4c
rename build newsroom
JeelRajodiya Nov 21, 2024
6b6c4ea
rename build postlist to ts
JeelRajodiya Nov 21, 2024
136bd49
rename build rss
JeelRajodiya Nov 21, 2024
3e1536a
rename build tools to ts
JeelRajodiya Nov 21, 2024
2528190
rename readWriteJSON to ts
JeelRajodiya Nov 21, 2024
34b1cef
add type assertion of json
JeelRajodiya Nov 21, 2024
cecc10e
rename all files to ts
JeelRajodiya Nov 21, 2024
adb15fe
update imports
JeelRajodiya Nov 21, 2024
a05df3f
update file extentions
JeelRajodiya Nov 21, 2024
8cb082b
add ts-node config
JeelRajodiya Nov 21, 2024
b656d31
fix eslint issues. use promise.all instead of await in a loop
JeelRajodiya Nov 22, 2024
40daa1c
Merge branch 'master' into script-migration-2
asyncapi-bot Nov 22, 2024
717135f
fix eslint error
JeelRajodiya Nov 22, 2024
e8e30eb
rename
JeelRajodiya Nov 22, 2024
212e548
rename
JeelRajodiya Nov 22, 2024
652dfc8
Merge branch 'master' into script-migration-2
JeelRajodiya Nov 23, 2024
d3acd81
fix eslint error
JeelRajodiya Nov 23, 2024
09a2fcc
add error type
JeelRajodiya Nov 23, 2024
f5fac70
add new types
JeelRajodiya Nov 23, 2024
2f782e7
add types
JeelRajodiya Nov 23, 2024
1a1f47d
refactor and fix eslint errors
JeelRajodiya Nov 23, 2024
75a53d4
use google apis and add types
JeelRajodiya Nov 23, 2024
74d199f
remove console log
JeelRajodiya Nov 23, 2024
0459723
add specific rules for the script folder
JeelRajodiya Nov 23, 2024
3df75cf
Merge branch 'script-migration-2' of https://github.com/JeelRajodiya/…
JeelRajodiya Nov 23, 2024
24ff781
refactor dir variables
JeelRajodiya Nov 23, 2024
39821b7
add types and refactor it
JeelRajodiya Nov 23, 2024
00ed279
refactor: update eslint rules
JeelRajodiya Nov 24, 2024
8bf03da
reformat document
JeelRajodiya Nov 24, 2024
15ffa2b
update include paths
JeelRajodiya Nov 24, 2024
02e679a
use dynamic import
JeelRajodiya Nov 24, 2024
227995d
reformat eslintrc
JeelRajodiya Nov 26, 2024
be73210
Merge branch 'master' into script-migration-2
JeelRajodiya Nov 27, 2024
599ab9e
update rules
JeelRajodiya Nov 27, 2024
e71fcba
change tabs to spaces
JeelRajodiya Nov 27, 2024
851d1af
update ts node config
JeelRajodiya Nov 27, 2024
81d6cfc
migrate tools scripts
JeelRajodiya Nov 27, 2024
c5b5c9f
refactor __dirname variable
JeelRajodiya Nov 27, 2024
a42104e
refactor function in build-rss
JeelRajodiya Nov 27, 2024
add1c28
add new package type
JeelRajodiya Nov 27, 2024
b776dc7
Added error handling for undefined types
JeelRajodiya Nov 27, 2024
5b82b5d
add types
JeelRajodiya Nov 27, 2024
0916549
refactor adopter/index.ts
JeelRajodiya Nov 27, 2024
b294a6a
Merge branch 'master' into script-migration-2
JeelRajodiya Nov 29, 2024
93ff413
Merge branch 'master' into script-migration-2
JeelRajodiya Dec 12, 2024
ba0a99a
use tsx instead of ts-node
JeelRajodiya Dec 12, 2024
c76a556
add types for build RSS
JeelRajodiya Dec 12, 2024
31103fe
Merge branch 'master' into script-migration-2
JeelRajodiya Dec 14, 2024
5f7c9bb
revert name
JeelRajodiya Dec 14, 2024
5097c35
fix name
JeelRajodiya Dec 14, 2024
65a1873
fix name
JeelRajodiya Dec 14, 2024
a699313
fix name
JeelRajodiya Dec 14, 2024
7942128
Original name
JeelRajodiya Dec 14, 2024
bdc0ad0
Rename next-i18next.config.js to next-i18next.config.cjs
JeelRajodiya Dec 14, 2024
b87f48a
migrate build-post-list.ts
JeelRajodiya Dec 14, 2024
63a4ddd
Merge branch 'master' into script-migration-2
JeelRajodiya Dec 14, 2024
647fa16
use old package-lock file
JeelRajodiya Dec 14, 2024
6f8bb5d
No code changes made
JeelRajodiya Dec 14, 2024
cc3d228
Merge branch 'master' into script-migration-2
JeelRajodiya Dec 15, 2024
71e9581
Merge branch 'master' into script-migration-2
JeelRajodiya Dec 16, 2024
32bf9bd
migrate check-markdown.ts
JeelRajodiya Dec 17, 2024
b03f8df
Merge branch 'master' into script-migration-2
JeelRajodiya Dec 17, 2024
aa8cdb3
Merge branch 'master' into script-migration-2
JeelRajodiya Dec 18, 2024
2fdab4c
Merge branch 'master' into script-migration-2
JeelRajodiya Dec 19, 2024
1c9828e
feat: add TypeScript types for tools and categories
JeelRajodiya Dec 19, 2024
6c129b6
update type
JeelRajodiya Dec 20, 2024
6d6c179
Merge branch 'master' into script-migration-2
JeelRajodiya Dec 20, 2024
df5aaae
Merge branch 'script-migration-2' of https://github.com/JeelRajodiya/…
JeelRajodiya Dec 20, 2024
fca9e36
feat: enhance type safety in combine-tools script with TypeScript types
JeelRajodiya Dec 20, 2024
6a26d06
chore: disable eslint rule for no-await-in-loop in combine-tools script
JeelRajodiya Dec 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add new package type
JeelRajodiya committed Nov 27, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit add1c284b08084a51cce16363dec233b641784f9
9 changes: 9 additions & 0 deletions types/packages/jgexml__json2xml.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
declare module 'jgexml/json2xml' {
interface Json2Xml {
getXml(feed: unknown, attributePrefix: string, defaultValue: string, indentLevel: number): string;
}

const json2xml: Json2Xml;

export = json2xml;
}