forked from i-dalgo/loopback-timestamp-mixin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.js.map
1 lines (1 loc) · 788 Bytes
/
index.js.map
1
{"version":3,"sources":["index.js"],"names":["app","loopback","modelBuilder","mixins","define","timestamp","module","exports","default"],"mappings":";;;;;;AAAA;;AACA;;;;;;kBAEe,qBAAU,UAACA,GAAD,EAAS;AAChCA,MAAIC,QAAJ,CAAaC,YAAb,CAA0BC,MAA1B,CAAiCC,MAAjC,CAAwC,WAAxC,EAAqDC,mBAArD;AACD,CAFc,EAEZ,uGAFY,C;;;AAIfC,OAAOC,OAAP,GAAiBA,QAAQC,OAAzB","file":"index.js","sourcesContent":["import { deprecate } from 'util';\nimport timestamp from './time-stamp';\n\nexport default deprecate((app) => {\n app.loopback.modelBuilder.mixins.define('TimeStamp', timestamp);\n}, 'DEPRECATED: Use mixinSources, see https://github.com/clarkbw/loopback-ds-timestamp-mixin#mixinsources');\n\nmodule.exports = exports.default;\n"],"sourceRoot":"/mnt/c/Users/clovis/www/__helpers/loopback-timestamp-mixin/es6"}