Skip to content

Commit

Permalink
Add BigInt to Libhermes
Browse files Browse the repository at this point in the history
Summary:
Adds BigInt to Libhermes so hermesc stops emitting a warning for it in
strict mode.

Reviewed By: mattbfb

Differential Revision: D39328512

fbshipit-source-id: 1054d065bad138a7bb3a5cfcb95830942f6efe9b
  • Loading branch information
jpporto authored and facebook-github-bot committed Sep 8, 2022
1 parent 0307e25 commit f71c923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/hermes/Runtime/Libhermes.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// clang-format off
const char libhermes[] =
"var Array;"
"var BigInt;"
"var Boolean;"
"var Date;"
"var Error;"
Expand Down

0 comments on commit f71c923

Please sign in to comment.