react-code-locator 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,15 +0,0 @@
1
- import { LoaderContext } from 'webpack';
2
-
3
- /**
4
- * Webpack Loader for react-code-locator
5
- * CJS-compatible
6
- */
7
-
8
- interface LoaderOptions {
9
- projectRoot?: string;
10
- injectComponentSource?: boolean;
11
- injectJsxSource?: boolean;
12
- }
13
- declare function reactCodeLocatorLoader(this: LoaderContext<LoaderOptions>, source: string): string | void;
14
-
15
- export { type LoaderOptions, reactCodeLocatorLoader as default };
@@ -1,15 +0,0 @@
1
- import { LoaderContext } from 'webpack';
2
-
3
- /**
4
- * Webpack Loader for react-code-locator
5
- * CJS-compatible
6
- */
7
-
8
- interface LoaderOptions {
9
- projectRoot?: string;
10
- injectComponentSource?: boolean;
11
- injectJsxSource?: boolean;
12
- }
13
- declare function reactCodeLocatorLoader(this: LoaderContext<LoaderOptions>, source: string): string | void;
14
-
15
- export { type LoaderOptions, reactCodeLocatorLoader as default };