This commit is contained in:
Norbert de Langen 2022-06-21 15:43:58 +02:00
parent d0d07ea9c6
commit 3d7d312b4e
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762
22 changed files with 22 additions and 18 deletions

View File

@ -1,3 +1,4 @@
// @ts-ignore
import global from 'global';
const { window: globalWindow } = global;

View File

@ -1,4 +0,0 @@
declare module 'global';
// will be provided by the webpack define plugin
declare var NODE_ENV: string | undefined;

View File

@ -1,3 +1,4 @@
// @ts-ignore
import global from 'global';
const { window: globalWindow } = global;

View File

@ -1 +0,0 @@
declare module 'global';

View File

@ -1,3 +1,4 @@
// @ts-ignore
import global from 'global';
const { window: globalWindow } = global;

View File

@ -1,4 +1,6 @@
// @ts-ignore
import global from 'global';
import React, {
Component as ReactComponent,
FunctionComponent,
@ -12,7 +14,7 @@ import type { Root as ReactRoot } from 'react-dom/client';
import type { RenderContext } from '@storybook/store';
import { ArgsStoryFn } from '@storybook/csf';
import type { ReactFramework, StoryContext } from '../types';
import type { ReactFramework, StoryContext } from './types';
const { FRAMEWORK_OPTIONS } = global;

View File

@ -1,5 +1,4 @@
declare module '@storybook/semver';
declare module 'global';
// TODO: Replace, as soon as @types/react-dom 17.0.14 is used
// Source: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/fb0f14b7a35cde26ffaa82e7536c062e593e9ae6/types/react-dom/client.d.ts

View File

@ -1,3 +1,4 @@
// @ts-ignore
import global from 'global';
const { window: globalWindow } = global;

View File

@ -1,5 +1,7 @@
/* eslint-disable no-param-reassign */
// @ts-ignore
import global from 'global';
import dedent from 'ts-dedent';
import type { RenderContext } from '@storybook/store';
import { simulatePageLoad, simulateDOMContentLoaded } from '@storybook/preview-web';

View File

@ -1,4 +0,0 @@
declare module 'global';
// will be provided by the webpack define plugin
declare var NODE_ENV: string | undefined;

View File

@ -1,3 +1,4 @@
// @ts-ignore
import global from 'global';
const { window: globalWindow } = global;

View File

@ -1,4 +1,6 @@
// @ts-ignore
import global from 'global';
import type { ArgsStoryFn } from '@storybook/csf';
import type { RenderContext } from '@storybook/store';
// eslint-disable-next-line import/no-extraneous-dependencies

View File

@ -1,4 +1,3 @@
declare module 'global';
declare module '@storybook/svelte/templates/SlotDecorator.svelte';
declare module '@storybook/svelte/templates/PreviewRender.svelte';
declare module '@storybook/svelte/templates/HOC.svelte';

View File

@ -1,3 +1,4 @@
// @ts-ignore
import global from 'global';
const { window: globalWindow } = global;

View File

@ -1 +0,0 @@
declare module 'global';

View File

@ -1,3 +1,4 @@
// @ts-ignore
import global from 'global';
const { window: globalWindow } = global;

View File

@ -1,5 +0,0 @@
declare module 'global';
declare module 'vue-loader' {
export const VueLoaderPlugin: any
}

View File

@ -1,5 +1,7 @@
/* eslint-disable import/no-unresolved */
// @ts-ignore
import global from 'global';
import { LitElement, html, css } from 'lit-element';
const { CustomEvent } = global;

View File

@ -1,5 +1,7 @@
/* eslint-disable no-underscore-dangle */
// @ts-ignore
import global from 'global';
import { extractArgTypes } from './custom-elements';
import customElementsManifest from './__testfixtures__/custom-elements.json';

View File

@ -1,3 +1,4 @@
// @ts-ignore
import global from 'global';
const { window: globalWindow } = global;

View File

@ -1,3 +1,4 @@
// @ts-ignore
import global from 'global';
const { window, EventSource } = global;

View File

@ -1,5 +1,7 @@
/* eslint-disable no-param-reassign */
// @ts-ignore
import global from 'global';
import dedent from 'ts-dedent';
import { render } from 'lit-html';
// Keep `.js` extension to avoid issue with Webpack (related to export map?)