loopback-boot/test/fixtures/simple-app
John McLaughlin 2b596c8c8b
Support es2015 module exports (Babel, TypeScript)
Detect when a script file is an es2015 module created by
a transpiler like Babel or TypeScript and use the `default`
export instead of `module.exports` in such case.

The following artefacts support the new syntax now:

  - boot scripts
  - components
  - middleware
  - model scripts
2017-06-26 14:35:43 +02:00
..
boot Support es2015 module exports (Babel, TypeScript) 2017-06-26 14:35:43 +02:00
client Implement shorthand notation for middleware paths 2014-11-25 11:43:00 +01:00
middleware update copyright notices and license 2016-05-05 21:52:36 -07:00
node_modules/my-module update copyright notices and license 2016-05-05 21:52:36 -07:00
config.json Change test cases port to be dynamic 2016-08-16 14:37:28 -04:00
datasources.json Initial implementation 2014-05-23 16:50:40 +02:00
middleware.json Support es2015 module exports (Babel, TypeScript) 2017-06-26 14:35:43 +02:00
model-config.json Rename `models.json` to `model-config.json` 2014-07-15 11:09:39 +02:00