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

feat(scully): use typescript for config files #530

Merged
merged 1 commit into from
May 6, 2020

Conversation

SanderElias
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

It now expects a config TS file, and will throw if its not there.

Other information

instead of using JS, we can now use TS for config files. Scully will compile the TS down js before
it loads it
@atao60
Copy link
Contributor

atao60 commented May 6, 2020

This pr removes schematics/scully/package-lock.json.
Is it on purpose?

@SanderElias SanderElias merged commit 960e96e into master May 6, 2020
@SanderElias
Copy link
Contributor Author

@atao60, yes, as we are in a mono-repo, and those are out of sync by definition.

@SanderElias SanderElias deleted the sander/tsConfigFile branch May 6, 2020 12:32
@atao60
Copy link
Contributor

atao60 commented May 6, 2020

@SanderElias, OK. What are your recommendation to resolve conflict with pr #531?

atao60 pushed a commit to atao60/scully that referenced this pull request May 6, 2020
instead of using JS, we can now use TS for config files. Scully will compile the TS down js before
it loads it
atao60 added a commit to atao60/scully that referenced this pull request May 6, 2020
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.

3 participants