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

Assortment of Improvements #104

Merged
merged 14 commits into from Sep 13, 2017
Merged

Assortment of Improvements #104

merged 14 commits into from Sep 13, 2017

Conversation

agubler
Copy link
Member

@agubler agubler commented Sep 13, 2017

Type: feature

The following has been addressed in the PR:

  • There is a related issue
  • All code matches the style guide
  • Unit or Functional tests are included in the PR

Description:

  • Updates tests to use @dojo/test-extras
  • Adds @dojo/widgets to the dependencies
  • Adds tsx configuration to tsconfig.json
  • Updates skeleton app to simple Hello, Dojo 2 World!
  • Use strict: true in tsconfig.json
  • Add template .dojorc for the bundled commands
  • Updates README with useful information

create-app-logo

Resolves #83, #98, #99, #102, #103

@dylans dylans added this to the 2017.09 milestone Sep 13, 2017
@agubler agubler changed the title WIP: Assortment of Improvements Assortment of Improvements Sep 13, 2017
@@ -12,12 +14,10 @@
],
"module": "umd",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitThis": true,
Copy link
Member

Choose a reason for hiding this comment

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

I found I added "noUnusedLocals": true to my create app, worth considering here?

Copy link
Member Author

Choose a reason for hiding this comment

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

good idea, that will be useful.

Copy link
Member Author

Choose a reason for hiding this comment

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

done

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.

None yet

4 participants