typeetfunc / datascript-mori

Package for union datascript and mori
https://www.npmjs.com/package/datascript-mori
Eclipse Public License 1.0
37 stars 6 forks source link

DataScript 0.16.0 removed ^:exports from datascript.core #6

Closed tonsky closed 7 years ago

tonsky commented 7 years ago

As of DataScript 0.16.0 I’ve removed externs from datascript.core as they were disabling dead code elimination (see https://github.com/tonsky/datascript/issues/191). If you want to continue using datascript.core directly from JS, just add externs file when building datascript-mori

typeetfunc commented 7 years ago

@tonsky Thanks for issue! :) Fixed in https://github.com/typeetfunc/datascript-mori/commit/231be1db9890b720f7e65d00ec98048e348d3ee3 Released in https://github.com/typeetfunc/datascript-mori/releases/tag/0.17.0