Skip to content

Commit 6e4d883

Browse files
committed
Huge restructure of the API.
Input chart def expansion now happens through a separately tested function. Expansion happens on construction of the API object, this makes the job of the fluent API easier.
1 parent 9056f76 commit 6e4d883

15 files changed

Lines changed: 1261 additions & 619 deletions

examples/package-lock.json

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "examples",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "",
11+
"license": "ISC",
12+
"dependencies": {
13+
"fs-extra": "^7.0.1"
14+
},
15+
"devDependencies": {
16+
"@types/fs-extra": "^5.0.5"
17+
}
18+
}

0 commit comments

Comments
 (0)