Skip to content

Commit

Permalink
remove empty files
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Nov 1, 2023
1 parent a493438 commit cfc08ba
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion code/renderers/html/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import './globals';

export * from './public-api';
export * from './public-types';

// optimization: stop HMR propagation in webpack
Expand Down
Empty file.
1 change: 0 additions & 1 deletion code/renderers/preact/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import './globals';

export * from './public-api';
export * from './public-types';

// optimization: stop HMR propagation in webpack
Expand Down
Empty file.
1 change: 0 additions & 1 deletion code/renderers/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import './globals';

export * from './public-api';
export * from './public-types';

export * from './testing-api';
Expand Down
19 changes: 0 additions & 19 deletions code/renderers/react/src/public-api.test.ts

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion code/renderers/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import './globals';

export * from './public-api';
export * from './public-types';

// optimization: stop HMR propagation in webpack
Expand Down
Empty file.
1 change: 0 additions & 1 deletion code/renderers/svelte/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import './globals';

export * from './public-api';
export * from './public-types';

// optimization: stop HMR propagation in webpack
Expand Down
Empty file.
1 change: 0 additions & 1 deletion code/renderers/vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import './globals';

export * from './public-api';
export * from './public-types';

// optimization: stop HMR propagation in webpack
Expand Down
Empty file.
1 change: 0 additions & 1 deletion code/renderers/web-components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import './globals';
const { window, EventSource } = global;

export * from './public-types';
export * from './public-api';
export * from './framework-api';

// TODO: disable HMR and do full page loads because of customElements.define
Expand Down
Empty file.

0 comments on commit cfc08ba

Please sign in to comment.