This website requires JavaScript.
Explore
Help
Sign In
status-im
/
realm-js
mirror of
https://github.com/status-im/realm-js.git
Watch
2
Star
0
Fork
You've already forked realm-js
0
Code
Issues
Projects
Releases
Wiki
Activity
1b21f21c35
realm-js
/
lib
/
.eslintrc.json
6 lines
40 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial concept of JS for Chrome debugging The idea is that we will have an NPM module that should always be required to use the Realm JS API. It will handle the underlying implementation details depending on which environment it is being run in (i.e. JavaScriptCore, Chrome, Node). The focus here was on stubbing out the machinery required to get React Native Chrome debugging working with the Realm API by leveraging synchronous requests. The app itself will need to run a web server that responds to these requests.
2015-10-02 05:56:47 +00:00
{
"env"
:
{
Convert browser module to use ES6 modules
2016-02-28 20:36:30 +00:00
"commonjs"
:
true
Initial concept of JS for Chrome debugging The idea is that we will have an NPM module that should always be required to use the Realm JS API. It will handle the underlying implementation details depending on which environment it is being run in (i.e. JavaScriptCore, Chrome, Node). The focus here was on stubbing out the machinery required to get React Native Chrome debugging working with the Realm API by leveraging synchronous requests. The app itself will need to run a web server that responds to these requests.
2015-10-02 05:56:47 +00:00
}
}