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

Fixes #75 Add note about import #79

Merged
merged 1 commit into from Jul 1, 2020

Conversation

ajmas
Copy link
Contributor

@ajmas ajmas commented Jul 1, 2020

Resolves #75

Copy link
Member

@brodybits brodybits left a comment

Choose a reason for hiding this comment

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

LGTM in general.

I would prefer to move the "fixes" statement out of the commit subject (first line) and out of the title. I think it would be ideal to just keep the "fixes" statement in the description of this PR.

I did leave a suggested edit, your decision.

I did raise PR #81 to modernize & improve the example program, maybe better to go through review & merge of #81 first.

@@ -32,6 +32,13 @@ var nsAttr = doc.documentElement.getAttributeNS('./lite','x')
console.info(nsAttr)
console.info(doc)
```

Note: in Typescript and ES6 you can use the import approach, as follows:
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Note: in Typescript and ES6 you can use the import approach, as follows:
Note: a more modern import approach is possible in Typescript and ES6, as follows:

Copy link
Contributor Author

@ajmas ajmas Jul 1, 2020

Choose a reason for hiding this comment

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

I can make the changes. Had just been trained by other projects with the 'fixes' prefix to allow auto closing of tickets and linking to source issue, but I understand each project is different. Keeping the issue number is okay in the comment subject line?

Copy link
Member

Choose a reason for hiding this comment

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

I went ahead with the merge, just moved your fixes note from the subject into the comments in the commit message. Your note is shorter so I just kept it as-is. Thanks again!

@brodybits brodybits merged commit d7fec3b into xmldom:master Jul 1, 2020
This was referenced Mar 9, 2021
This was referenced Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for named exports
2 participants