Skip to content

Commit

Permalink
chore(release): 1.10.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.2](v1.10.1...v1.10.2) (2020-03-27)

### Performance Improvements

* reutilization of RendererCompiler ([8269ae1](8269ae1))
  • Loading branch information
semantic-release-bot committed Mar 27, 2020
1 parent 8269ae1 commit 731c745
Show file tree
Hide file tree
Showing 61 changed files with 582 additions and 461 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.2](https://github.com/baidu/san-ssr/compare/v1.10.1...v1.10.2) (2020-03-27)


### Performance Improvements

* reutilization of RendererCompiler ([8269ae1](https://github.com/baidu/san-ssr/commit/8269ae14199f7faae5b6b0aa2145b3d0d80d0e61))

## [1.10.1](https://github.com/baidu/san-ssr/compare/v1.10.0...v1.10.1) (2020-03-19)


Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/classes/_loaders_common_js_.commonjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/loaders/common-js.ts#L30">loaders/common-js.ts:30</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/loaders/common-js.ts#L30">loaders/common-js.ts:30</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -142,7 +142,7 @@ <h3>cache</h3>
<div class="tsd-signature tsd-kind-icon">cache<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Map</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> =&nbsp;new Map()</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/loaders/common-js.ts#L30">loaders/common-js.ts:30</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/loaders/common-js.ts#L30">loaders/common-js.ts:30</a></li>
</ul>
</aside>
</section>
Expand All @@ -152,7 +152,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> modules</h3>
<div class="tsd-signature tsd-kind-icon">modules<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/loaders/common-js.ts#L29">loaders/common-js.ts:29</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/loaders/common-js.ts#L29">loaders/common-js.ts:29</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand All @@ -170,7 +170,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> read<wbr>File<wbr>Impl<
<div class="tsd-signature tsd-kind-icon">read<wbr>File<wbr>Impl<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/loaders/common-js.ts#L28">loaders/common-js.ts:28</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/loaders/common-js.ts#L28">loaders/common-js.ts:28</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -214,7 +214,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> read<wbr>Module<wbr>Con
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/loaders/common-js.ts#L61">loaders/common-js.ts:61</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/loaders/common-js.ts#L61">loaders/common-js.ts:61</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -243,7 +243,7 @@ <h3>require</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/loaders/common-js.ts#L38">loaders/common-js.ts:38</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/loaders/common-js.ts#L38">loaders/common-js.ts:38</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
8 changes: 4 additions & 4 deletions docs/classes/_loaders_common_js_.module.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/loaders/common-js.ts#L15">loaders/common-js.ts:15</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/loaders/common-js.ts#L15">loaders/common-js.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -135,7 +135,7 @@ <h3>content</h3>
<div class="tsd-signature tsd-kind-icon">content<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/loaders/common-js.ts#L14">loaders/common-js.ts:14</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/loaders/common-js.ts#L14">loaders/common-js.ts:14</a></li>
</ul>
</aside>
</section>
Expand All @@ -145,7 +145,7 @@ <h3>exports</h3>
<div class="tsd-signature tsd-kind-icon">exports<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/loaders/common-js.ts#L15">loaders/common-js.ts:15</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/loaders/common-js.ts#L15">loaders/common-js.ts:15</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand All @@ -160,7 +160,7 @@ <h3>filepath</h3>
<div class="tsd-signature tsd-kind-icon">filepath<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/loaders/common-js.ts#L13">loaders/common-js.ts:13</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/loaders/common-js.ts#L13">loaders/common-js.ts:13</a></li>
</ul>
</aside>
</section>
Expand Down
58 changes: 48 additions & 10 deletions docs/classes/_models_component_info_.componentinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ <h3>Properties</h3>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="_models_component_info_.componentinfo.html#template" class="tsd-kind-icon">template</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_models_component_info_.componentinfo.html#getchildcomponentclass" class="tsd-kind-icon">get<wbr>Child<wbr>Component<wbr>Class</a></li>
</ul>
</section>
</div>
</section>
</section>
Expand All @@ -128,7 +134,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/models/component-info.ts#L36">models/component-info.ts:36</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/models/component-info.ts#L35">models/component-info.ts:35</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -137,7 +143,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5>__namedParameters: <span class="tsd-signature-type">object</span></h5>
<ul class="tsd-parameters">
<li class="tsd-parameter">
<h5>child<wbr>Component<wbr>Classes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Map</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">ANode</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">ComponentConstructor</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">__type</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">__type</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">&gt;</span></h5>
<h5>child<wbr>Component<wbr>Classes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Map</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">ANode</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">ComponentConstructor</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">__type</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">__type</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h5>
</li>
<li class="tsd-parameter">
<h5>children<span class="tsd-signature-symbol">: </span><a href="_models_component_info_.componentinfo.html" class="tsd-signature-type">ComponentInfo</a><span class="tsd-signature-symbol">[]</span></h5>
Expand Down Expand Up @@ -176,7 +182,7 @@ <h3>child<wbr>Component<wbr>Classes</h3>
<div class="tsd-signature tsd-kind-icon">child<wbr>Component<wbr>Classes<span class="tsd-signature-symbol">:</span> <a href="../modules/_models_component_.html#components" class="tsd-signature-type">Components</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/models/component-info.ts#L35">models/component-info.ts:35</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/models/component-info.ts#L34">models/component-info.ts:34</a></li>
</ul>
</aside>
</section>
Expand All @@ -186,7 +192,7 @@ <h3>children</h3>
<div class="tsd-signature tsd-kind-icon">children<span class="tsd-signature-symbol">:</span> <a href="_models_component_info_.componentinfo.html" class="tsd-signature-type">ComponentInfo</a><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/models/component-info.ts#L33">models/component-info.ts:33</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/models/component-info.ts#L32">models/component-info.ts:32</a></li>
</ul>
</aside>
</section>
Expand All @@ -196,7 +202,7 @@ <h3>cid</h3>
<div class="tsd-signature tsd-kind-icon">cid<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/models/component-info.ts#L30">models/component-info.ts:30</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/models/component-info.ts#L29">models/component-info.ts:29</a></li>
</ul>
</aside>
</section>
Expand All @@ -206,7 +212,7 @@ <h3>component</h3>
<div class="tsd-signature tsd-kind-icon">component<span class="tsd-signature-symbol">:</span> <a href="../interfaces/_models_compiled_component_.compiledcomponent.html" class="tsd-signature-type">CompiledComponent</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">__type</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/models/component-info.ts#L36">models/component-info.ts:36</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/models/component-info.ts#L35">models/component-info.ts:35</a></li>
</ul>
</aside>
</section>
Expand All @@ -216,7 +222,7 @@ <h3>component<wbr>Class</h3>
<div class="tsd-signature tsd-kind-icon">component<wbr>Class<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ComponentConstructor</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">__type</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">__type</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/models/component-info.ts#L31">models/component-info.ts:31</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/models/component-info.ts#L30">models/component-info.ts:30</a></li>
</ul>
</aside>
</section>
Expand All @@ -226,7 +232,7 @@ <h3>computed</h3>
<div class="tsd-signature tsd-kind-icon">computed<span class="tsd-signature-symbol">:</span> <a href="../interfaces/_models_component_.computed.html" class="tsd-signature-type">Computed</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/models/component-info.ts#L28">models/component-info.ts:28</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/models/component-info.ts#L27">models/component-info.ts:27</a></li>
</ul>
</aside>
</section>
Expand All @@ -236,7 +242,7 @@ <h3>filters</h3>
<div class="tsd-signature tsd-kind-icon">filters<span class="tsd-signature-symbol">:</span> <a href="../interfaces/_models_component_.filters.html" class="tsd-signature-type">Filters</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/models/component-info.ts#L27">models/component-info.ts:27</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/models/component-info.ts#L26">models/component-info.ts:26</a></li>
</ul>
</aside>
</section>
Expand All @@ -246,11 +252,40 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> template</h3>
<div class="tsd-signature tsd-kind-icon">template<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/a029f85/src/models/component-info.ts#L29">models/component-info.ts:29</a></li>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/models/component-info.ts#L28">models/component-info.ts:28</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="getchildcomponentclass" class="tsd-anchor"></a>
<h3>get<wbr>Child<wbr>Component<wbr>Class</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">get<wbr>Child<wbr>Component<wbr>Class<span class="tsd-signature-symbol">(</span>aNode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ANode</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">ComponentConstructor</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">__type</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">__type</span><span class="tsd-signature-symbol">&gt;</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/baidu/san-ssr/blob/8269ae1/src/models/component-info.ts#L47">models/component-info.ts:47</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>aNode: <span class="tsd-signature-type">ANode</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span>
<span class="tsd-signature-symbol"> | </span>
<span class="tsd-signature-type">ComponentConstructor</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">__type</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">__type</span><span class="tsd-signature-symbol">&gt;</span>
</h4>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
Expand Down Expand Up @@ -297,6 +332,9 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> template</h3>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="_models_component_info_.componentinfo.html#template" class="tsd-kind-icon">template</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_models_component_info_.componentinfo.html#getchildcomponentclass" class="tsd-kind-icon">get<wbr>Child<wbr>Component<wbr>Class</a>
</li>
</ul>
</li>
</ul>
Expand Down
Loading

0 comments on commit 731c745

Please sign in to comment.