Skip to content

Commit 5945ddb

Browse files
committed
Merge branch 'master' of https://github.com/rollup/rollup into sync-bbcdac33
2 parents e29f834 + bbcdac3 commit 5945ddb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-plugins/replace-browser-modules.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function replaceBrowserModules(): Plugin & RollupPlugin {
4141
}
4242
},
4343
transformIndexHtml(html) {
44-
// Unfortunately, picomatch sneaks as a dedendency into the dev bundle.
44+
// Unfortunately, picomatch sneaks as a dependency into the dev bundle.
4545
// This fixes an error.
4646
return html.replace('</head>', '<script>window.process={}</script></head>');
4747
}

src/ast/nodes/ArrayPattern.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default class ArrayPattern extends NodeBase implements PatternNode {
3939
}
4040
}
4141

42-
// Patterns are only checked at the emtpy path at the moment
42+
// Patterns are only checked at the empty path at the moment
4343
hasEffectsOnInteractionAtPath(
4444
_path: ObjectPath,
4545
interaction: NodeInteractionAssigned,

0 commit comments

Comments
 (0)