-
Notifications
You must be signed in to change notification settings - Fork 12
feat: Convert CLI to TypeScript #140
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
f31748b
chore: remove .cjs files
Swanand01 9fc4178
refactor: add .ts files
Swanand01 71702bf
refactor: update build file
Swanand01 82bfbbc
feat: add prettier config
Swanand01 d8008eb
feat: add tsconfig
Swanand01 925fb1c
refactor: update package.json
Swanand01 7249a6b
refactor: add eslint rule to ignore console logs
Swanand01 83eaacb
chore: update package-lock
Swanand01 cf89e17
chore: add changeset
Swanand01 0ef81ff
Merge branch 'develop' into feat/migrate-cli-to-ts
Swanand01 af667b7
chore: update changeset
Swanand01 2cca0ba
Merge branch 'feat/migrate-cli-to-ts' of https://github.com/Swanand01…
Swanand01 741af7d
fix: changeset
Swanand01 bba0ffb
refactor: update ESLint config for .cjs formatting
Swanand01 3673193
refactor: remove exports
Swanand01 58313bb
chore: update package-lock
Swanand01 5d0cfcd
chore: format
Swanand01 f623611
Merge branch 'develop' into feat/migrate-cli-to-ts
justlevine 49eff4e
Merge remote-tracking branch 'upstream/develop' into feat/migrate-cli…
Swanand01 c0419f1
chore: format
Swanand01 603c1f1
feat : add import/no-default-export eslint rule.
Ta5r bd598d5
chore : updated files for no-default-exports.
Ta5r 5e2df69
chore : add changeset.
Ta5r 33c10fc
Merge branch 'develop' into feat/import-no-default-export
Ta5r 0b88cc1
chore : reorder-import
Ta5r 29025e1
temp : fix failing gh actions
Ta5r 89eaa67
fix : export default for codegen config and baseConfig
Ta5r a941d8c
Merge branch 'develop' into pr/Swanand01/140
justlevine ef971fe
chore: cleanup up eslint ruleset
justlevine 9deea80
Merge branch 'develop' into feat/migrate-cli-to-ts
justlevine 123a436
Merge branch 'develop' into feat/import-no-default-export
justlevine fd0f6da
Merge pull request #147 from Ta5r/feat/import-no-default-export
Ta5r 964c697
Merge remote-tracking branch 'upstream/develop' into feat/migrate-cli…
Swanand01 73d1c2a
refactor: remove default exports in favor of named exports
Swanand01 ac67767
Merge branch 'develop' into pr/Swanand01/140
justlevine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "snapwp": patch | ||
| --- | ||
|
|
||
| feat: Convert CLI to TypeScript |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this file not included in the eslint config before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope 😬