comparison xml/en/docs/http/ngx_http_js_module.xml @ 2823:652356b39f0f

Added info about removal of the js_import directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 13 Jan 2022 12:48:02 +0000
parents 005b056c267f
children a3aee2697d4e
comparison
equal deleted inserted replaced
2822:84bb5b932175 2823:652356b39f0f
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_js_module" 9 <module name="Module ngx_http_js_module"
10 link="/en/docs/http/ngx_http_js_module.html" 10 link="/en/docs/http/ngx_http_js_module.html"
11 lang="en" 11 lang="en"
12 rev="33"> 12 rev="34">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_js_module</literal> module is used to implement 17 The <literal>ngx_http_js_module</literal> module is used to implement
399 } 399 }
400 </example> 400 </example>
401 </para> 401 </para>
402 402
403 <para> 403 <para>
404 The directive is deprecated since 404 The directive was made obsolete in version
405 <link doc="../njs/changes.xml" id="njs0.4.0">0.4.0</link>, 405 <link doc="../njs/changes.xml" id="njs0.4.0">0.4.0</link>
406 the <link id="js_import"/> directive should be used instead. 406 and was removed in version
407 <link doc="../njs/changes.xml" id="njs0.7.1">0.7.1</link>.
408 The <link id="js_import"/> directive should be used instead.
407 </para> 409 </para>
408 410
409 </directive> 411 </directive>
410 412
411 413