ember-source 4.4.0-alpha.5 → 4.4.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/blueprints/-addon-import.js +9 -0
  2. package/blueprints/-maybe-polyfill-typescript-blueprints.js +17 -0
  3. package/blueprints/acceptance-test/index.js +8 -0
  4. package/blueprints/acceptance-test/mocha-rfc-232-files/tests/acceptance/{__name__-test.js → __name__-test.ts} +0 -0
  5. package/blueprints/acceptance-test/qunit-rfc-232-files/tests/acceptance/{__name__-test.js → __name__-test.ts} +0 -0
  6. package/blueprints/component/files/__root__/__path__/{__name__.js → __name__.ts} +0 -0
  7. package/blueprints/component/index.js +6 -1
  8. package/blueprints/component-addon/files/__root__/__path__/{__name__.js → __name__.ts} +0 -0
  9. package/blueprints/component-addon/index.js +9 -0
  10. package/blueprints/component-class/files/__root__/__path__/{__name__.js → __name__.ts} +0 -0
  11. package/blueprints/component-class/index.js +5 -0
  12. package/blueprints/component-class-addon/files/__root__/__path__/{__name__.js → __name__.ts} +0 -0
  13. package/blueprints/component-class-addon/index.js +9 -0
  14. package/blueprints/component-test/index.js +8 -0
  15. package/blueprints/component-test/mocha-rfc-232-files/__root__/__testType__/__path__/{__test__.js → __test__.ts} +0 -0
  16. package/blueprints/component-test/qunit-rfc-232-files/__root__/__testType__/__path__/{__test__.js → __test__.ts} +1 -1
  17. package/blueprints/controller/files/__root__/__path__/{__name__.js → __name__.ts} +0 -0
  18. package/blueprints/controller/index.js +10 -0
  19. package/blueprints/controller-test/index.js +10 -0
  20. package/blueprints/controller-test/mocha-rfc-232-files/__root__/__testType__/__path__/{__test__.js → __test__.ts} +0 -0
  21. package/blueprints/controller-test/qunit-rfc-232-files/__root__/__testType__/__path__/{__test__.js → __test__.ts} +0 -0
  22. package/blueprints/helper/files/__root__/__collection__/{__name__.js → __name__.ts} +0 -0
  23. package/blueprints/helper/index.js +9 -0
  24. package/blueprints/helper-addon/files/__root__/__path__/{__name__.js → __name__.ts} +0 -0
  25. package/blueprints/helper-test/index.js +9 -0
  26. package/blueprints/helper-test/mocha-rfc-232-files/__root__/__testType__/__collection__/{__name__-test.js → __name__-test.ts} +0 -0
  27. package/blueprints/helper-test/qunit-rfc-232-files/__root__/__testType__/__collection__/{__name__-test.js → __name__-test.ts} +0 -0
  28. package/blueprints/initializer/files/__root__/initializers/__name__.ts +6 -0
  29. package/blueprints/initializer/index.js +9 -0
  30. package/blueprints/initializer-addon/files/__root__/__path__/{__name__.js → __name__.ts} +0 -0
  31. package/blueprints/initializer-test/index.js +8 -0
  32. package/blueprints/initializer-test/mocha-rfc-232-files/__root__/__testType__/__path__/{__name__-test.js → __name__-test.ts} +3 -1
  33. package/blueprints/initializer-test/qunit-rfc-232-files/__root__/__testType__/__path__/__name__-test.ts +37 -0
  34. package/blueprints/instance-initializer/files/__root__/instance-initializers/__name__.ts +6 -0
  35. package/blueprints/instance-initializer/index.js +9 -0
  36. package/blueprints/instance-initializer-addon/files/__root__/__path__/{__name__.js → __name__.ts} +0 -0
  37. package/blueprints/instance-initializer-test/index.js +8 -0
  38. package/blueprints/instance-initializer-test/mocha-rfc-232-files/__root__/__testType__/__path__/{__name__-test.js → __name__-test.ts} +5 -1
  39. package/blueprints/instance-initializer-test/qunit-rfc-232-files/__root__/__testType__/__path__/{__name__-test.js → __name__-test.ts} +6 -1
  40. package/blueprints/route/files/__root__/__path__/{__name__.js → __name__.ts} +2 -4
  41. package/blueprints/route/index.js +9 -0
  42. package/blueprints/route-addon/files/__root__/__path__/{__name__.js → __name__.ts} +0 -0
  43. package/blueprints/route-addon/index.js +9 -0
  44. package/blueprints/route-test/index.js +9 -0
  45. package/blueprints/route-test/mocha-rfc-232-files/__root__/__testType__/__path__/{__test__.js → __test__.ts} +0 -0
  46. package/blueprints/route-test/qunit-rfc-232-files/__root__/__testType__/__path__/{__test__.js → __test__.ts} +0 -0
  47. package/blueprints/service/files/__root__/__path__/{__name__.js → __name__.ts} +0 -0
  48. package/blueprints/service/index.js +10 -0
  49. package/blueprints/service-test/index.js +8 -0
  50. package/blueprints/service-test/mocha-rfc-232-files/__root__/__testType__/__path__/{__test__.js → __test__.ts} +0 -0
  51. package/blueprints/service-test/qunit-rfc-232-files/__root__/__testType__/__path__/{__test__.js → __test__.ts} +0 -0
  52. package/blueprints/util/files/__root__/utils/{__name__.js → __name__.ts} +0 -0
  53. package/blueprints/util/index.js +10 -0
  54. package/blueprints/util-test/index.js +8 -0
  55. package/blueprints/util-test/mocha-rfc-232-files/__root__/__testType__/{__name__-test.js → __name__-test.ts} +0 -0
  56. package/blueprints/util-test/qunit-rfc-232-files/__root__/__testType__/{__name__-test.js → __name__-test.ts} +0 -0
  57. package/build-metadata.json +3 -3
  58. package/dist/ember-template-compiler.js +3 -9
  59. package/dist/ember-template-compiler.map +1 -1
  60. package/dist/ember-testing.js +1 -1
  61. package/dist/ember-testing.map +1 -1
  62. package/dist/ember.debug.js +171 -190
  63. package/dist/ember.debug.map +1 -1
  64. package/dist/header/license.js +1 -1
  65. package/dist/packages/@ember/-internals/container/index.js +1 -9
  66. package/dist/packages/@ember/-internals/metal/index.js +16 -18
  67. package/dist/packages/@ember/-internals/routing/lib/services/router.js +140 -145
  68. package/dist/packages/@ember/-internals/routing/lib/system/router.js +2 -0
  69. package/dist/packages/@ember/canary-features/index.js +0 -4
  70. package/dist/packages/ember/version.js +1 -1
  71. package/docs/data.json +47 -50
  72. package/package.json +6 -3
  73. package/blueprints/initializer/files/__root__/initializers/__name__.js +0 -5
  74. package/blueprints/initializer-test/qunit-rfc-232-files/__root__/__testType__/__path__/__name__-test.js +0 -34
  75. package/blueprints/instance-initializer/files/__root__/instance-initializers/__name__.js +0 -5

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.