Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Adding lazyObjectsRuntime option to the Prepack Website #1475

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/js/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ var optionsConfig = [
defaultVal: "browser",
description: "The target environment for Prepack"
},
{
type: "string",
name: "lazyObjectsRuntime",
defaultVal: "",
description: "Enable lazy objects feature and specify the JS runtime that supports this feature."
},
{
type: "boolean",
name: "omitInvariants",
Expand Down