Skip to content

Conversation

@tobiasquadflieg
Copy link
Contributor

No description provided.

Copy link
Owner

@tommyip tommyip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the work, just some minor comments.

@@ -1,44 +1,44 @@
import typescript from 'rollup-plugin-typescript2';
import { terser } from 'rollup-plugin-terser';
import terser from "@rollup/plugin-terser";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we not change ' to "

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, we can change it, if u like. I just used my Prettier in VSCode to do some code styling. Maybe we should create a prettier conf to keep the styling streamlined.

},
"scripts": {
"build": "node ./src/codegen.js && rollup -c",
"build": "node ./src/codegen.cjs && rollup -c",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a need to add "type": "module", and cjs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, i had some issues with the migration to typescript 5 and rollup, could be a change that is not needed.

@tommyip tommyip merged commit 07a0d4e into tommyip:master Oct 4, 2023
@tommyip
Copy link
Owner

tommyip commented Oct 4, 2023

Released to npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants