Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom seperator in param tag. #50

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jens1o
Copy link
Contributor

@jens1o jens1o commented May 26, 2017

No description provided.

@@ -161,8 +161,6 @@ export abstract class Block
*/
public getTypeFromValue(value:string):string
{
let result:Array<string>;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isn't used in this method, that's why I deleted it.

@jens1o
Copy link
Contributor Author

jens1o commented Dec 3, 2017

@neild3r Could you review this, please?

@jens1o
Copy link
Contributor Author

jens1o commented Mar 24, 2018

@neild3r I wonder whether you could take a look?

@neild3r
Copy link
Owner

neild3r commented Mar 24, 2018

The change in general seems OK but I don't know if the config name is the best description of the feature.

Also shouldn't this apply to the return tag as well?

@jens1o
Copy link
Contributor Author

jens1o commented Mar 24, 2018

I don't know if the config name is the best description of the feature.

Could you propose a name? I'm happy to hear how you'd describe that functionality.

Also shouldn't this apply to the return tag as well?

Good point.

@neild3r
Copy link
Owner

neild3r commented Mar 25, 2018

I guess maybe spacingCharacter? As always naming things is one of the hardest things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants