You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,10 @@ The only supported targets are `js` and `php7` (as of 2017-02-24 you need latest
6
6
Works only in debug mode or when `-D JSTACK_FORCE`.
7
7
Does not affect your app if compiled without `-debug` and `-D JSTACK_FORCE` flags or to unsupported target.
8
8
9
-
In debug mode Haxe generates a source map, which is utilized by JStack using [source-map library](https://github.com/mozilla/source-map) (bundled with JStack and embded automatically)
10
-
11
9
## Installation
12
10
```haxe
13
11
haxelib install jstack
14
12
```
15
13
16
14
## Usage
17
-
Just add JStack to compilation with `-lib jstack` compiler flag.
15
+
Just add JStack to compilation with `-lib jstack` compiler flag.
0 commit comments