Skip to content

Commit e6d74e2

Browse files
committed
Add CHANGELOG.md
1 parent 847a1ec commit e6d74e2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 0.11.0
4+
5+
- Check IIFE block under `&&` binary expression (close #1)
6+
```js
7+
"production" !== process.env.NODE_ENV && (function () {
8+
module.exports = { foo: 'bar' }
9+
})()
10+
```
11+
- Support `Object.defineProperty((0, exports), "foo", { value: "bar" });` equivalent to `exports.foo = "bar";`
12+
13+
## 0.10.1
14+
15+
Moved the repository from https://github.com/esm-dev/esm.sh

0 commit comments

Comments
 (0)