-
Couldn't load subscription status.
- Fork 641
Open
Description
g.js
function g() {
return ({
props: { key: "key" },
columns: [
{ title: "sir" },
],
});
}
output
~/bin/ctags --options=NONE --sort=no -o - /tmp/g.js
ctags: Notice: No options will be read from files or environment
g /tmp/g.js /^function g() {$/;" f
anonymousObject322330e60105 /tmp/g.js /^ { title: "sir" },$/;" v function:g
title /tmp/g.js /^ { title: "sir" },$/;" p variable:g.anonymousObject322330e60105
I wonder why ctags doesn't extract props, key, and columns.
Metadata
Metadata
Assignees
Labels
No labels