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

Migrate @storybook/angular to typescript #6570

Merged
merged 30 commits into from Jul 10, 2019
Merged

Conversation

kroeder
Copy link
Member

@kroeder kroeder commented Apr 20, 2019

Issue: #5030

@kroeder kroeder added maintenance User-facing maintenance tasks angular typescript labels Apr 20, 2019
@kroeder kroeder self-assigned this Apr 20, 2019
@vercel
Copy link

vercel bot commented Apr 20, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://monorepo-git-ts-migration-app-angular.storybook.now.sh

tsc wants all imports to be under rootDir
@@ -1,5 +1,5 @@
import { getAngularCliWebpackConfigOptions } from './angular-cli_config';
import angularJson from '../../../../examples/angular-cli/angular.json';
import { getAngularCliWebpackConfigOptions } from '../angular-cli_config';
Copy link
Member

Choose a reason for hiding this comment

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

just checking what is happening around, do we have some new convention to put tests in the __tests dir ?

Copy link
Member Author

Choose a reason for hiding this comment

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

We don't. I just wanted to bring some order in the server directory.

image

Is it worth to caring about this? I don't know. I can leave it as is 🙂

Copy link
Member

Choose a reason for hiding this comment

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

I like colocation of tests, until the folder gets like 6+ files, then having a tests folder is kinda nice. I don't care enough about it either way really. 👍

@kroeder kroeder requested a review from ndelangen as a code owner May 20, 2019 12:43
@vercel vercel bot temporarily deployed to staging May 20, 2019 12:44 Inactive
app/angular/package.json Outdated Show resolved Hide resolved
# Conflicts:
#	app/angular/src/client/preview/index.js
#	scripts/compile-babel.js
#	yarn.lock
@vercel vercel bot temporarily deployed to staging July 9, 2019 22:10 Inactive
@ndelangen ndelangen merged commit 1dcfcb0 into next Jul 10, 2019
@ndelangen ndelangen deleted the ts-migration/app-angular branch July 10, 2019 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
angular maintenance User-facing maintenance tasks typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants