|
677 | 677 | :fn-invoke-direct - if `true`, does not generate `.call(null...)` calls for |
678 | 678 | unknown functions, but instead direct invokes via |
679 | 679 | `f(a0,a1...)`. Defaults to `false`. |
| 680 | + :target - use `:nodejs` if targeting Node.js. Takes no other options |
| 681 | + at the moment. |
680 | 682 | :ns - optional, the namespace in which to evaluate the source. |
681 | 683 | :verbose - optional, emit details from compiler activity. Defaults to |
682 | 684 | false. |
|
786 | 788 | :fn-invoke-direct - if `true`, does not generate `.call(null...)` calls for |
787 | 789 | unknown functions, but instead direct invokes via |
788 | 790 | `f(a0,a1...)`. Defaults to `false`. |
| 791 | + :target - use `:nodejs` if targeting Node.js. Takes no other options |
| 792 | + at the moment. |
789 | 793 | :ns - optional, the namespace in which to evaluate the source. |
790 | 794 | :verbose - optional, emit details from compiler activity. Defaults to |
791 | 795 | false. |
|
909 | 913 | :fn-invoke-direct - if `true`, does not generate `.call(null...)` calls for |
910 | 914 | unknown functions, but instead direct invokes via |
911 | 915 | `f(a0,a1...)`. Defaults to `false`. |
| 916 | + :target - use `:nodejs` if targeting Node.js. Takes no other options |
| 917 | + at the moment. |
912 | 918 | :ns - optional, the namespace in which to evaluate the source. |
913 | 919 | :verbose - optional, emit details from compiler activity. Defaults to |
914 | 920 | false. |
|
1073 | 1079 | :fn-invoke-direct - if `true`, does not generate `.call(null...)` calls for |
1074 | 1080 | unknown functions, but instead direct invokes via |
1075 | 1081 | `f(a0,a1...)`. Defaults to `false`. |
| 1082 | + :target - use `:nodejs` if targeting Node.js. Takes no other options |
| 1083 | + at the moment. |
1076 | 1084 | :ns - optional, the namespace in which to evaluate the source. |
1077 | 1085 | :verbose - optional, emit details from compiler activity. Defaults to |
1078 | 1086 | false. |
|
0 commit comments