.flowconfig #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • editions/
  • .flowconfig
  • View
  • Commits
  • Open Download .zip Download (272 B)
# 2016 October 24
# https://github.com/bevry/base
[ignore]
.*/docs/.*
.*/es2015/.*

[options]
module.ignore_non_literal_requires=true
unsafe.enable_getters_and_setters=true
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable

[version]
>=0.23 <1
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command