Skip to content

Commit 5641a8d

Browse files
committed
Do no take runtime dependency on TypeScript
1 parent b9f6205 commit 5641a8d

7 files changed

+247
-81
lines changed

.vscode/tasks.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=733558
3+
// for the documentation about the tasks.json format
4+
"version": "2.0.0",
5+
"tasks": [
6+
{
7+
"type": "npm",
8+
"script": "watch:compile",
9+
"problemMatcher": [
10+
"$tsc-watch"
11+
]
12+
}
13+
]
14+
}

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
# 0.2.0 November 9, 2017
4+
- Do not take runtime dependecy on TypeScript.
5+
36
# 0.1.2 — October 24, 2017
47
- Fix bug that could cause errors not to be reported when on the last line of a block.
58

0 commit comments

Comments
 (0)