0.9.0-build.66 • Published 6 years ago

swf-tree v0.9.0-build.66

Weekly downloads
12
License
-
Repository
github
Last release
6 years ago

SWF Tree (Typescript)

npm GitHub repository Build status

Typescript implementation of the SWF Abstract Syntax Tree (AST).

Usage

# Run as a simple user
npm install -S swf-tree
import {readFileString} from "fs";
import {Movie} from "swf-tree";

// Deserialize
const jsonString: string = readFileString("ast.json").toString("utf8");
const parsedJson: Movie.Json = JSON.parse(jsonString);
const movie: Movie = Movie.Type.read("json", parsedJson);

// Serialize
const emittedJson: Movie.Json = Movie.Type.write("json", movie);
console.log(JSON.stringify(jsonMovie, null, 2));
0.9.0-build.66

6 years ago

0.9.0

6 years ago

0.8.0-build.44

6 years ago

0.8.0-build.42

6 years ago

0.8.0-build.40

6 years ago

0.8.0-build.32

6 years ago

0.8.0-build.23

6 years ago

0.8.0

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago