Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: capricorn86/happy-dom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.0.2
Choose a base ref
...
head repository: capricorn86/happy-dom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.0.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 5, 2023

  1. Copy the full SHA
    88e56ec View commit details
  2. Merge pull request #969 from capricorn86/task/968-fix-issue-with-impo…

    …rting-cjs-modules-directly
    
    #968@patch: Fixes issue with importing CJS modules directly
    capricorn86 authored Jul 5, 2023
    Copy the full SHA
    b5ff37f View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 docs/contributing.md
  2. +1 −1 packages/global-registrator/package.json
  3. +1 −1 packages/happy-dom/package.json
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ npm run test:watch

## Branch

Branche names currently have the pattern "task/{issueID}-name-of-branch". However, there is a plan to change this in the future and remove "task/".
Branch names currently have the pattern "task/{issueID}-name-of-branch". However, there is a plan to change this in the future and remove "task/".

## Commit Convention

2 changes: 1 addition & 1 deletion packages/global-registrator/package.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"require": "./cjs/*.map",
"default": "./lib/*.map"
},
"./cjs/*.js": {
"./cjs/*.cjs": {
"import": "./cjs/*.cjs",
"require": "./cjs/*.cjs",
"default": "./cjs/*.cjs"
2 changes: 1 addition & 1 deletion packages/happy-dom/package.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"require": "./cjs/*.map",
"default": "./lib/*.map"
},
"./cjs/*.js": {
"./cjs/*.cjs": {
"import": "./cjs/*.cjs",
"require": "./cjs/*.cjs",
"default": "./cjs/*.cjs"