Skip to content

Commit

Permalink
release notes for #377
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Sep 10, 2020
1 parent 3871f0b commit 5f6aac0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Unreleased

* Fix parsing of `type;` statements followed by an identifier in TypeScript ([#377](https://github.com/evanw/esbuild/pull/377))

The following TypeScript code is now correctly parsed as two separate expression statements instead of one type declaration statement:

```ts
type
Foo = {}
```

This was contributed by [@rtsao](https://github.com/rtsao).

## 0.6.33

* Fix precedence of tagged template expressions ([#372](https://github.com/evanw/esbuild/issues/372))
Expand Down

0 comments on commit 5f6aac0

Please sign in to comment.