Skip to content

Commit

Permalink
refactor(core): mark imported symbol as type-only (#1969)
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl authored Aug 8, 2023
1 parent b439537 commit 41936a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/runtime-engine.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { timeout } from 'promise-assist';
import {
globallyProvidingEnvironments,
normEnvVisibility,
orderedEnvDependencies,
type AnyEnvironment,
type FeatureClass,
normEnvVisibility,
} from './entities/index.js';
import { createFeatureRuntime, RuntimeFeature } from './runtime-feature.js';
import { createFeatureRuntime, type RuntimeFeature } from './runtime-feature.js';
import { RUN } from './symbols.js';
import type { IRunOptions, TopLevelConfig } from './types.js';

Expand Down

0 comments on commit 41936a1

Please sign in to comment.