node fixes
This commit is contained in:
parent
9c7292acff
commit
b06d93a27d
|
@ -41,7 +41,7 @@ template<typename T>
|
|||
class Realm;
|
||||
|
||||
template<typename T>
|
||||
struct RealmClass;
|
||||
class RealmClass;
|
||||
|
||||
template<typename T>
|
||||
class RealmDelegate : public BindingContext {
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"node_init.cpp",
|
||||
"platform.cpp",
|
||||
"../js_realm.cpp",
|
||||
"../object-store/src/collection_notifications.cpp",
|
||||
"../object-store/src/index_set.cpp",
|
||||
"../object-store/src/list.cpp",
|
||||
"../object-store/src/object_schema.cpp",
|
||||
|
@ -13,9 +14,12 @@
|
|||
"../object-store/src/results.cpp",
|
||||
"../object-store/src/schema.cpp",
|
||||
"../object-store/src/shared_realm.cpp",
|
||||
"../object-store/src/impl/async_query.cpp",
|
||||
"../object-store/src/impl/transact_log_handler.cpp",
|
||||
"../object-store/src/impl/collection_change_builder.cpp",
|
||||
"../object-store/src/impl/collection_notifier.cpp",
|
||||
"../object-store/src/impl/list_notifier.cpp",
|
||||
"../object-store/src/impl/realm_coordinator.cpp",
|
||||
"../object-store/src/impl/results_notifier.cpp",
|
||||
"../object-store/src/impl/transact_log_handler.cpp",
|
||||
"../object-store/src/impl/apple/external_commit_helper.cpp",
|
||||
"../object-store/src/impl/apple/weak_realm_notifier.cpp",
|
||||
"../object-store/src/parser/parser.cpp",
|
||||
|
|
Loading…
Reference in New Issue