Skip to content

Commit

Permalink
fix #129: call out chinese translation in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed May 26, 2020
1 parent 47d8211 commit 48bf9b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

The `"baseUrl"` setting in `tsconfig.json`, which lets you avoid `../../` relative import paths, is respected by esbuild. With this change, esbuild will also check for this setting in `jsconfig.json` if no `tsconfig.json` file is found. This is relevant to some projects that use the TypeScript compiler with JavaScript files instead of TypeScript files. You can read more about this feature [here](https://code.visualstudio.com/docs/languages/jsconfig). This was contributed by [@viankakrisna](https://github.com/viankakrisna).

* Chinese translation of documentation

Both the readme and the architecture documentation have been translated into Chinese, which is available here: http://docs.breword.com/evanw-esbuild. This was contributed by [@92hackers](https://github.com/92hackers).

## 0.4.0

* Add the `esm` output format ([#48](https://github.com/evanw/esbuild/issues/48))
Expand Down

0 comments on commit 48bf9b6

Please sign in to comment.