Comparing version
@@ -125,3 +125,3 @@ "use strict"; | ||
// @ts-ignore | ||
console.log("1.0.11"); | ||
console.log("1.0.12"); | ||
return; | ||
@@ -128,0 +128,0 @@ } |
{ | ||
"name": "inprint", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A very simple precompiler written in typescript. With it you can make a dynamically generated blocks in your code.", |
@@ -71,1 +71,17 @@ # inprint | ||
- **@INPRINT** tags can't be nested | ||
# Debugging inprint function | ||
Create **inprintDebug.cjs** with contents | ||
```javascript | ||
require("inprint").run(); | ||
``` | ||
run it in your favorite IDE to debug the scripts. | ||
# Run programmatically | ||
```javascript | ||
require("inprint").run(options); | ||
``` |
28459
0.87%87
22.54%