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

🎉 Initial Commit: Let's push time to bring this back to life! #15

Closed
wants to merge 45 commits into from

Conversation

sidwebworks
Copy link
Collaborator

  • Changed naming, links etc
  • Updated Banner
  • Replaced Parcel with Vite as the main dev tool for example playground.

First steps so far.

src/constants.ts Outdated Show resolved Hide resolved
.all-contributorsrc Outdated Show resolved Hide resolved
@aladdin-add aladdin-add marked this pull request as draft September 3, 2021 19:51
sidwebworks and others added 3 commits September 4, 2021 01:24
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
test/utils/shell.ts Outdated Show resolved Hide resolved
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
@sidwebworks sidwebworks marked this pull request as ready for review September 3, 2021 20:13
@sidwebworks sidwebworks added the enhancement New feature or request label Sep 3, 2021
@sidwebworks sidwebworks marked this pull request as draft September 3, 2021 20:15
@sidwebworks sidwebworks marked this pull request as ready for review September 3, 2021 22:13
@sidwebworks
Copy link
Collaborator Author

@aladdin-add Ready to merge!!

Copy link

@aladdin-add aladdin-add 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 doing this! I've left a few naming suggestions, and seems the docs(readme) were not updated?

.all-contributorsrc Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
src/createEslintConfig.ts Outdated Show resolved Hide resolved
src/createRollupConfig.ts Outdated Show resolved Hide resolved
test/integration/fixtures/README.md Outdated Show resolved Hide resolved
test/integration/tsdx-build-options.test.ts Outdated Show resolved Hide resolved
test/integration/tsdx-build-withBabel.test.ts Outdated Show resolved Hide resolved
test/integration/tsdx-build-withConfig.test.ts Outdated Show resolved Hide resolved
test/e2e/tsdx-lint.test.ts Outdated Show resolved Hide resolved
sidwebworks and others added 9 commits September 4, 2021 14:52
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
sidwebworks and others added 13 commits September 4, 2021 14:58
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
@sidwebworks
Copy link
Collaborator Author

sidwebworks commented Sep 4, 2021

@aladdin-add Done with all the changes, Hmm looks like a test failed, NP lemme see

@@ -1,5 +1,7 @@
import { Template } from './template';

//TODO: REPLACE `@weiran.zsd/tsdx` WITH `@dts-build/dts-build`

Choose a reason for hiding this comment

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

should be dts-cli?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ah yes

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Are we good to merge?

sidwebworks and others added 4 commits September 4, 2021 19:33
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
@sidwebworks
Copy link
Collaborator Author

@aladdin-add Anything else that is left ? or should I merge this?

Copy link

@aladdin-add aladdin-add left a comment

Choose a reason for hiding this comment

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

seems the PR mainly includes 4 things:

  • renaming package tsdx => dts
  • removing webiste
  • changing parcel to vite
  • reformatting some files

what do you think split it to several smaller PRs? (good to keep 1 PR for 1 thing)

export const foo = ( ) =>
!! ('bar')
;
export const foo

Choose a reason for hiding this comment

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

why changing this file?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ah this caused an test failure during linting, so to fix the tests I changed it back to faulty file.

@sidwebworks
Copy link
Collaborator Author

seems the PR mainly includes 4 things:

  • renaming package tsdx => dts
  • removing webiste
  • changing parcel to vite
  • reformatting some files

what do you think split it to several smaller PRs? (good to keep 1 PR for 1 thing)

Lol Sorry yes I know, I was trying to edit some things using the github web only. Although it committed every one of them.

@aladdin-add
Copy link

closing as fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants