gitpair icon indicating copy to clipboard operation
gitpair copied to clipboard

Use NodeJS modules

Open mrozbarry opened this issue 1 year ago • 2 comments

For a while, I've been getting dependency warning/update emails on this repository, mostly around babel. I think node has mostly gotten to the point where es6 can be used natively without a bunch of build steps.

Well, I am right in theory, but jest doesn't officially support type:module es6 and has a few experimental/hacky solutions.

I also noticed that test coverage was pretty low, so I may up that coverage while I'm here.

mrozbarry avatar Jan 02 '24 05:01 mrozbarry

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

ghost avatar Jan 02 '24 05:01 ghost

@bdo looks like circleci might need to be updated to use node 18 instead of 14. Change is related to bumping up commitlint.

mrozbarry avatar Jan 02 '24 05:01 mrozbarry