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

Task/450 typeerror targetownerdocumentcreaterange is not a function #525

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
57e07b9
#450@trivial: Starts adding support for Range.
capricorn86 May 23, 2022
d9653ff
#450@trivial: Starts adding support for Range.
capricorn86 May 24, 2022
74d96d0
#450@trivial: Continue on Range implementation.
capricorn86 May 25, 2022
d065030
#450@trivial: Continue on Range implementation.
capricorn86 May 26, 2022
d3da6e2
#450@trivial: Continue on Range implementation.
capricorn86 May 27, 2022
ca7052d
#450@trivial: Continue on Range implementation.
capricorn86 May 30, 2022
327eeb9
#450@trivial: Continue on Range implementation.
capricorn86 May 31, 2022
d212611
#450@trivial: Continue on Range implementation.
capricorn86 Jun 8, 2022
5c3774c
#450@trivial: Merge.
capricorn86 Jun 14, 2022
a40354f
#450@trivial: Continue on Range implementation.
capricorn86 Jun 14, 2022
ec57892
#450@trivial: Continue on Range implementation.
capricorn86 Jun 20, 2022
fa82f07
#450@trivial: Continue on Range implementation.
capricorn86 Jun 20, 2022
acdc0f1
Merge branch 'task/450-typeerror-targetownerdocumentcreaterange-is-no…
capricorn86 Jun 20, 2022
8dcb103
#450@trivial: Continue on Range implementation.
capricorn86 Jun 20, 2022
fc7fef0
#450@trivial: Continue on Range implementation.
capricorn86 Jun 22, 2022
781bf52
#450@trivial: Continue on Range implementation.
capricorn86 Jun 22, 2022
944769d
#450@trivial: Continue on Range implementation.
capricorn86 Jun 23, 2022
48d5ff2
Merge branch 'master' of https://github.com/capricorn86/happy-dom int…
capricorn86 Jun 28, 2022
33b84ca
#450@patch: Adds support for <template> elements to XMLSerializer.ser…
capricorn86 Jun 28, 2022
1b95644
#450@trivial: Continue on Range implementation.
capricorn86 Jun 28, 2022
3d9a227
#450@trivial: Continue on Range implementation.
capricorn86 Jun 29, 2022
16a7c2f
#450@major: Adds support for Document.createRange(). Adds integration…
capricorn86 Jun 30, 2022
eaaf255
Merge branch 'master' of https://github.com/capricorn86/happy-dom int…
capricorn86 Jun 30, 2022
a61c137
#450@trivial: Minor fixes on HTMLDialogElement.
capricorn86 Jun 30, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/happy-dom/.eslintrc.js
Expand Up @@ -34,12 +34,12 @@ const COMMON_CONFIG = {
'jsdoc/check-tag-names': WARN,
'jsdoc/check-types': WARN,
'jsdoc/implements-on-classes': WARN,
'jsdoc/match-description': WARN,
'jsdoc/match-description': OFF,
'jsdoc/newline-after-description': WARN,
'jsdoc/no-types': OFF,
'jsdoc/no-undefined-types': OFF,
'jsdoc/require-description': OFF,
'jsdoc/require-description-complete-sentence': WARN,
'jsdoc/require-description-complete-sentence': OFF,
'jsdoc/require-example': OFF,
'jsdoc/require-hyphen-before-param-description': [WARN, 'never'],
'jsdoc/require-param': WARN,
Expand Down