Commit b761683
Yannick Scherer
parse aliased keywords. (see #21)
Expansion to s-expression will return a namespaced keyword without
resolving the alias. This is in accordance with the expectation that a
`:token` node returns a token, not a nested structure.
(An alternative approach would have been to generate the form
`(read-string "::ns/x")`.)1 parent 6179c0b commit b761683
File tree
2 files changed
+2
-4
lines changed- src/rewrite_clj/node
- test/rewrite_clj
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
43 | | - | |
44 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments