File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 11PipeScript.Template
22-------------------
33### Synopsis
4- Inline Transpiler
4+ Template Transpiler
55
66---
77### Description
88
9- The PipeScript Core Inline Transpiler. This makes Source Generators with inline PipeScript work.
9+ The PipeScript Core Template Transpiler.
10+
11+ This allows PipeScript to generate many other languages.
1012
1113Regardless of underlying source language, a source generator works in a fairly straightforward way.
1214
1315Inline PipeScript will be embedded within the file (usually in comments).
1416
1517If a Regular Expression can match each section, then the content in each section can be replaced.
1618
17- ---
18- ### Examples
19- #### EXAMPLE 1
20- ``` PowerShell
21- </div>" -ClassName MyClass -Content MyContent
22- ```
23-
2419---
2520### Parameters
2621#### ** SourceText**
You can’t perform that action at this time.
0 commit comments