Skip to content

Commit

Permalink
clean: force replace by empty implementations to reduce bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Jun 5, 2023
1 parent 51c4cdf commit 0e76a8f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export class FindMatchDecorationModel {}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export class NotebookFindContrib {}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export class NotebookEditor {}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export class NotebookEditorWidget {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export class NotebookEditorInput {}

export function isCompositeNotebookEditorInput () {
return false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export class SearchFindInput {}

0 comments on commit 0e76a8f

Please sign in to comment.