-
Notifications
You must be signed in to change notification settings - Fork 142
CLI TypeScript migration #2802
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
Closed
Closed
CLI TypeScript migration #2802
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
d057df3
Add basic configs for TS/ESM migration
Harjun751 7c9d273
Rename cli/index to TypeScript
Harjun751 023af6d
Adapt cli/index to TypeScript
Harjun751 a11bc0d
Update cli functional tests
Harjun751 7842676
Rename cli/src/cmd/build to TypeScript
Harjun751 06c7ce7
Adapt cli/src/cmd/build to TypeScript
Harjun751 b2b1e0d
Rename cli/cmd/deploy to TypeScript
Harjun751 a14f51e
Adapt cli/cmd/deploy to TypeScript
Harjun751 ba34b59
Rename cli/smd/init to TypeScript
Harjun751 bf221e8
Adapt cli/cmd/init to TypeScript
Harjun751 279e85f
Rename cli/cmd/serve to TypeScript
Harjun751 583988c
Adapt cli/cmd/serve to TypeScript
Harjun751 b408b85
Rename cli/util/cliUtil to TypeScript
Harjun751 e92e3ee
Adapt cli/util/cliUtil to typescript
Harjun751 5926823
Update cliUtil tests
Harjun751 6405240
Rename cli/util/ipUtil to TypeScript
Harjun751 2065eb7
Adapt cli/util/ipUtil to typescript
Harjun751 e5109c2
Rename cli/util/logger to TypeScript
Harjun751 fecb467
Update ipUtil tests to use dist path
Harjun751 156a79c
Adapt cli/util/logger to TypeScript
Harjun751 05c7ee2
Update packages
Harjun751 898d808
Rename cli/util/serveUtil to TypeScript
Harjun751 89a71db
Adapt cli/util/serveUtil to TypeScript
Harjun751 adfefc9
Add type definitions for live-server in cli
Harjun751 e0ce97c
Move resolveJson to base config
Harjun751 96f21bb
Update build:backend to use lerna
Harjun751 dc6d773
Update root tsconfig to use project references
Harjun751 e362cbc
Update root package.json to ref built TS files
Harjun751 921e4f2
Update cli publishing rules
Harjun751 59cb407
Update cli logger settings
Harjun751 9c9a072
Add tsx dev dependency to root
Harjun751 bdd7cb8
Update devdocs with updated setup instructions
Harjun751 7fca0f1
Fix deploy:netlify script
Harjun751 ed0edf0
Remove redundant .gitignore entry
Harjun751 e866bd5
Add backend build step before test
Harjun751 b954c84
Remove ts-ignore
Harjun751 5bc0722
Fix faulty cli test
Harjun751 eaebcc8
Merge branch 'master' into cli-typescript-migration
Harjun751 0d30f78
Merge branch 'master' into cli-typescript-migration
gerteck 7733c75
Replace package.json with hardcoded values
Harjun751 ae2a80b
Add composite build setup to project
Harjun751 b255346
Update setup script to remove redundant step
Harjun751 a14fb32
Update devGuide to remove redundant build step
Harjun751 c967736
Remove build before test from package.json
Harjun751 915d9bf
Rename test/functional/*.js to typescript
Harjun751 f7f38a3
Bump istextorbinary CLI devdep from ^3.3 to ^9.5
Harjun751 67e22c9
Adapt compare testUtil to TypeScript
Harjun751 fb58dcf
Bump diff devdep from ^4.0.1 to ^8.0.3
Harjun751 e7c6370
Adapt diffChars to TypeScript
Harjun751 cc10031
Adapt cleanup test util to TypeScript
Harjun751 ddfb8ff
Adapt diffPrinter testutil to TypeScript
Harjun751 e44428a
Adapt updatetest to TypeScript
Harjun751 625747f
Adapt TestSites to TypeScript
Harjun751 678dc17
Update testSites, add typedef for exported objects
Harjun751 67b572c
Adapt functional test to TypeScript
Harjun751 8a27f82
Fix lint issues with test files
Harjun751 ffa5df3
Add import rule exclusion for functional tests
Harjun751 8492b3d
Update cli test run script to use build output
Harjun751 e92cd4e
Rename cli unit tests to TypeScript
Harjun751 ac2eba2
Merge master into cli-typescript-migration
Harjun751 7ef3788
Merge branch 'master' into cli-typescript-migration
Harjun751 ced3a0c
Update cliUtil type guard to be more robust
Harjun751 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
Some comments aren't visible on the classic Files Changed page.
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
oh this was added
actually if everything gets compiled to dist we could overhaul the gitignore and simplify right