comparison xml/en/docs/njs_about.xml @ 1955:182bbf9034c4

Removed nested functions from njs not supported features.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 04 Apr 2017 17:25:45 +0300
parents bbc167d437c2
children d1a1253a570e
comparison
equal deleted inserted replaced
1954:bbc167d437c2 1955:182bbf9034c4
7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
8 8
9 <article name="About nginScript" 9 <article name="About nginScript"
10 link="/en/docs/njs_about.html" 10 link="/en/docs/njs_about.html"
11 lang="en" 11 lang="en"
12 rev="8"> 12 rev="9">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 nginScript is a subset of the JavaScript language that allows 17 nginScript is a subset of the JavaScript language that allows
155 <para> 155 <para>
156 <list type="bullet"> 156 <list type="bullet">
157 157
158 <listitem> 158 <listitem>
159 ES6 <literal>let</literal> and <literal>const</literal> declarations 159 ES6 <literal>let</literal> and <literal>const</literal> declarations
160 </listitem>
161
162 <listitem>
163 nested functions
164 </listitem> 160 </listitem>
165 161
166 <listitem> 162 <listitem>
167 labels 163 labels
168 </listitem> 164 </listitem>