forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Indicate presence of CommonJS modules via getRuntimeProperties
Summary: Adds a property to the object returned from `getRuntimeProperties` describing the current state of CommonJS modules in the runtime. This is done by linearly scanning all `RuntimeModules` and checking whether they contain any CommonJS modules. Reviewed By: avp Differential Revision: D24486526 fbshipit-source-id: febc78170be2c7b673ebbeb3f0f5d1e8c2f95d8d
- Loading branch information
1 parent
60b8744
commit f3e86b4
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters