File size: 929 Bytes
5641073
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# changelog

## 0.6.1

* Only traverse nodes that exist and have a type ([#9](https://github.com/Rich-Harris/estree-walker/pull/9))
* Only cache keys for nodes with a type ([#8](https://github.com/Rich-Harris/estree-walker/pull/8))

## 0.6.0

* Fix walker context type
* Update deps, remove unncessary Bublé transformation

## 0.5.2

* Add types to package

## 0.5.1

* Prevent context corruption when `walk()` is called during a walk

## 0.5.0

* Export `childKeys`, for manually fixing in case of malformed ASTs

## 0.4.0

* Add TypeScript typings ([#3](https://github.com/Rich-Harris/estree-walker/pull/3))

## 0.3.1

* Include `pkg.repository` ([#2](https://github.com/Rich-Harris/estree-walker/pull/2))

## 0.3.0

* More predictable ordering

## 0.2.1

* Keep `context` shape

## 0.2.0

* Add ES6 build

## 0.1.3

* npm snafu

## 0.1.2

* Pass current prop and index to `enter`/`leave` callbacks

## 0.1.1

* First release