Commit b047e02
Improve detection of string concatenation (#288)
* Improve `visit()` types
* Check for ancestor concat expressions
* Rename global usage of `createRequire`
* Update changelog
* Update src/index.ts
Co-authored-by: Robin Malfait <[email protected]>
* Update src/index.ts
Co-authored-by: Robin Malfait <[email protected]>
* Update src/index.ts
Co-authored-by: Robin Malfait <[email protected]>
---------
Co-authored-by: Robin Malfait <[email protected]>1 parent 6ded534 commit b047e02
File tree
5 files changed
+219
-144
lines changed- src
- tests
5 files changed
+219
-144
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments