-
Notifications
You must be signed in to change notification settings - Fork 0
Sets up babel and refactors code to ES6 standard #1
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
Open
Raywire
wants to merge
2
commits into
develop
Choose a base branch
from
ch-babel-setup
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
812cde4
to
9d4ba22
Compare
9d4ba22
to
b36c178
Compare
b36c178
to
d8bfa55
Compare
d8bfa55
to
d4f26fe
Compare
d4f26fe
to
a768d60
Compare
a768d60
to
bb339bd
Compare
bb339bd
to
321e3e4
Compare
321e3e4
to
7f00de2
Compare
7f00de2
to
80cc8f5
Compare
80cc8f5
to
da389ab
Compare
da389ab
to
b67aaa2
Compare
b67aaa2
to
a0a3a9e
Compare
a0a3a9e
to
dfe67bd
Compare
dfe67bd
to
1d4cdf1
Compare
1d4cdf1
to
594350f
Compare
594350f
to
8182d41
Compare
8182d41
to
5c1d277
Compare
5c1d277
to
4eefb3c
Compare
4eefb3c
to
e846a1a
Compare
9987c06
to
e2c5257
Compare
- Adds babel setup - Moves app.js to server folder - Moves bin folder to server folder
e846a1a
to
f90c7d4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Description of Task to be completed?
Adds babel setup
Moves app.js to the server folder
Moves bin folder to the server folder
Fix linting errors
Change require() to imports
Change module.exports to export
Add tests
How should this be manually tested?
npm install
to install the dependencies.npm test
to run the tests.Any background context you want to provide?
What are the relevant pivotal tracker stories?
Screenshots (if appropriate)
Questions