Skip to content

Commit 123b6b6

Browse files
committed
Start implementing TypeScript declaration file. Work in progress.
1 parent 139d170 commit 123b6b6

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

build/typescript.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/bin/bash
2+
3+
# Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
4+
# http://paperjs.org/
5+
#
6+
# Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
7+
# http://lehni.org/ & http://jonathanpuckey.com/
8+
#
9+
# Distributed under the MIT license. See LICENSE file for details.
10+
#
11+
# All rights reserved.
12+
13+
# Generates TypeScript declaration file
14+
15+
cd jsdoc-toolkit
16+
java -jar jsrun.jar app/run.js -c=conf/typescript.conf
17+
cd ..

0 commit comments

Comments
 (0)