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

feat: convert to ESM (breaking change) #856

Merged
merged 78 commits into from
Sep 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
d663e72
chore: drop module opts in test config
kanadgupta Jul 6, 2023
b59744d
Merge branch 'next' into esm-spike
kanadgupta Aug 9, 2023
535bf7f
feat: the epic renaming
kanadgupta Aug 9, 2023
7a14947
chore(deps): bump chalk to v5
kanadgupta Aug 9, 2023
6d24836
chore: lint
kanadgupta Aug 9, 2023
89056d4
chore: migrate a few more files that fell through the cracks
kanadgupta Aug 9, 2023
435de45
fix: asserted JSON import
kanadgupta Aug 9, 2023
eba0ba9
chore: rename config
kanadgupta Aug 9, 2023
cf824e3
chore: rename a bunch of bin files
kanadgupta Aug 9, 2023
749dc32
chore: lint
kanadgupta Aug 9, 2023
b7dbc25
chore: try this with jest
kanadgupta Aug 10, 2023
f1b1fd4
chore: more jest mess around
kanadgupta Aug 10, 2023
82ec893
fix: one more thing in an attempt to fix the build
kanadgupta Aug 10, 2023
d2b7e51
fix: wait is this really all it took
kanadgupta Aug 10, 2023
e3d2ccd
chore: update npmignore
kanadgupta Aug 10, 2023
eaf7824
Merge branch 'next' into esm-spike
kanadgupta Sep 2, 2023
365dbc3
chore: more extension fixes
kanadgupta Sep 2, 2023
b4ac068
ci: knip fix
kanadgupta Sep 2, 2023
829170c
refactor: enable node protocol
kanadgupta Sep 2, 2023
2f4a29d
Merge branch 'next' into esm-spike
kanadgupta Sep 7, 2023
b12f384
chore: lint
kanadgupta Sep 7, 2023
2f23937
chore: fix up some more extensions
kanadgupta Sep 7, 2023
35e1199
revert: rename file again
kanadgupta Sep 7, 2023
2b8cfc6
fix: another thing that fell through the cracks
kanadgupta Sep 7, 2023
6927124
chore: one more fix
kanadgupta Sep 7, 2023
b09e6e1
chore: bring in new eslint rule, fix up some more issues
kanadgupta Sep 11, 2023
aa22557
Merge branch 'next' into esm-spike
kanadgupta Sep 11, 2023
b6eaa4c
chore: bump oas and friends to get tests working
kanadgupta Sep 11, 2023
c7ba220
chore: ignore TS in a few places... why though
kanadgupta Sep 11, 2023
b3ed2fa
chore: more TS weirdness
kanadgupta Sep 11, 2023
b9f8d2f
chore: rebuild lockfile
kanadgupta Sep 11, 2023
1ce036e
refactor: remove moduleResolution
kanadgupta Sep 12, 2023
7ab41bd
chore: remove @ts-expect-error flags
kanadgupta Sep 12, 2023
ca96b4f
revert: broken oas-normalize state
kanadgupta Sep 12, 2023
afe8283
chore(deps): bump oas and oas-normalize
kanadgupta Sep 12, 2023
109ea0c
chore(deps): bump oas again
kanadgupta Sep 12, 2023
53bdc6b
chore: disable test
kanadgupta Sep 12, 2023
2c133ad
ci: stop running tests against node 14/16
kanadgupta Sep 12, 2023
618b29e
test: get test working again
kanadgupta Sep 12, 2023
eeeabd9
refactor: hide node warnings
kanadgupta Sep 12, 2023
64df501
Merge branch 'next' into esm-spike
kanadgupta Sep 13, 2023
002fd84
chore: bad merges
kanadgupta Sep 13, 2023
09f6e23
revert: bring back node warnings lol
kanadgupta Sep 13, 2023
62d967a
chore: fix assertion
kanadgupta Sep 13, 2023
5a9c816
refactor: use new eslint config, get rid of cjs files
kanadgupta Sep 13, 2023
0997ba0
test: fix outdated config usage
kanadgupta Sep 13, 2023
9c9fb68
chore: tiny formatting fix
kanadgupta Sep 13, 2023
d26d72a
chore: refine eslint extensions
kanadgupta Sep 13, 2023
4067c02
docs: make sure it references bin/rdme.js
kanadgupta Sep 13, 2023
52d9dd0
fix: attempt to get docker build working
kanadgupta Sep 13, 2023
eda22d2
fix: use node 18
kanadgupta Sep 13, 2023
0b0fed0
chore: try bumping node-fetch
kanadgupta Sep 13, 2023
f237245
fix: set rollup config flag
kanadgupta Sep 13, 2023
6cfe6b1
test: fix some fetch tests
kanadgupta Sep 13, 2023
e39282c
chore: lint
kanadgupta Sep 13, 2023
d101dea
test: more test fixes
kanadgupta Sep 13, 2023
dcc685f
fix: swap out form-data with formdata-node
kanadgupta Sep 13, 2023
48c77ba
chore(deps): does it work to bump the rest of the deps?
kanadgupta Sep 13, 2023
3d493b7
Revert "chore(deps): does it work to bump the rest of the deps?"
kanadgupta Sep 13, 2023
f6939c5
chore(temp): see if colors are supported in GHA
kanadgupta Sep 13, 2023
8b2b69d
Revert "chore(temp): see if colors are supported in GHA"
kanadgupta Sep 13, 2023
2f8bdc6
chore: add dists to ignore files, clean up
kanadgupta Sep 13, 2023
fe973a2
chore: add debug to pkg
kanadgupta Sep 13, 2023
5a376b6
chore(deps): bump the deps that i can
kanadgupta Sep 13, 2023
840895d
chore: update dependabot file yay
kanadgupta Sep 13, 2023
5ac11b1
Merge branch 'next' into esm-spike
kanadgupta Sep 13, 2023
827d1fd
chore: fix up ignore files again
kanadgupta Sep 13, 2023
380ca23
chore: comment
kanadgupta Sep 14, 2023
07ba2f6
chore: one of these days i'll be content with my ignore file formatting
kanadgupta Sep 14, 2023
a6ba541
Merge branch 'next' into esm-spike
kanadgupta Sep 14, 2023
43e0a66
chore(deps): bump headers-polyfill
kanadgupta Sep 14, 2023
bc99152
refactor: hide rollup output in dist
kanadgupta Sep 14, 2023
e83b2e6
revert: remove unused debug flag
kanadgupta Sep 14, 2023
4827139
Merge branch 'next' into esm-spike
kanadgupta Sep 14, 2023
5a2a9e3
chore: swap out headers-polyfill type for node-fetch
kanadgupta Sep 14, 2023
4a4c852
Merge branch 'next' into esm-spike
kanadgupta Sep 14, 2023
d758dd5
chore: lint
kanadgupta Sep 14, 2023
13fa09f
fix: type fixes
kanadgupta Sep 14, 2023
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
Next Next commit
chore: drop module opts in test config
kanadgupta committed Jul 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit d663e72e6ea57dca5e037e66c061cf54bb2c6b6d
2 changes: 0 additions & 2 deletions __tests__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "es6",
"moduleResolution": "node",
"noImplicitAny": false
}
}