You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/rolldown/src/binding.d.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ export declare class BindingModuleInfo {
39
39
exportdeclareclassBindingNormalizedOptions{
40
40
getshimMissingExports(): boolean
41
41
getinput(): Array<string>|Record<string,string>
42
+
getentryFilenames(): string|null
42
43
}
43
44
44
45
exportdeclareclassBindingOutputAsset{
@@ -692,7 +693,7 @@ export interface JsxOptions {
692
693
/**
693
694
* Enable React Fast Refresh .
694
695
*
695
-
* Conforms to the implementation in {@link https://github.com/facebook/react/tree/main/packages/react-refresh}
696
+
* Conforms to the implementation in {@link https://github.com/facebook/react/tree/v18.3.1/packages/react-refresh}
Copy file name to clipboardExpand all lines: packages/rolldown/tests/fixtures/plugin/render-start/_config.ts
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ export default defineTest({
19
19
renderStart: (outputOptions,inputOptions)=>{
20
20
renderStartFn()
21
21
expect(inputOptions.input).toStrictEqual([entry])
22
-
// @ts-expect-error TODO(hyf0): will be fixed in https://github.com/rolldown/rolldown/pull/2899
0 commit comments