Skip to content

Commit

Permalink
feat: refactored code base and public api
Browse files Browse the repository at this point in the history
BREAKING CHANGE: public api changed
  • Loading branch information
tada5hi committed Feb 7, 2023
1 parent 3f0e287 commit a864805
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import createJITI from 'jiti';
import { pathToFileURL } from 'node:url';
import { LocatorInfo, pathToLocatorInfo } from '../../../locator';
import { handleFileLoadError, hasStringProperty, isObject } from '../../../utils';
import { Loader } from '../../type';
import { LoaderInterface } from '../../type';
import { buildLoaderFilePath } from '../../utils';
import { ScriptFileLoadOptions } from './type';
import { isJestRuntimeEnvironment, isTsNodeRuntimeEnvironment } from './utils';

export class ScriptLoader implements Loader {
export class ScriptLoader implements LoaderInterface {
protected jiti : JITI;

constructor() {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a864805

Please sign in to comment.