0.9.0-build.66 • Published 5 years ago

swf-tree v0.9.0-build.66

Weekly downloads
12
License
-
Repository
github
Last release
5 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

5 years ago

0.9.0

5 years ago

0.8.0-build.44

5 years ago

0.8.0-build.42

5 years ago

0.8.0-build.40

5 years ago

0.8.0-build.32

5 years ago

0.8.0-build.23

5 years ago

0.8.0

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago