Skip to content

Commit ad4254f

Browse files
committed
CW: Code Change in import statement
1 parent b242713 commit ad4254f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codewhisperer/util/dependencyGraph/rubyDependencyGraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as CodeWhispererConstants from '../../models/constants'
99
import { readFileAsString } from '../../../shared/filesystemUtilities'
1010
import { sleep } from '../../../shared/utilities/timeoutUtils'
1111
import { DependencyGraphConstants, DependencyGraph, Truncation } from './dependencyGraph'
12-
import path = require('path')
12+
import * as path from 'path'
1313

1414
export const importRegex = /(require|require_relative|load|include|extend)\s+('[^']+'|"[^"]+"|\w+)(\s+as\s+(\w+))?/gm
1515

0 commit comments

Comments
 (0)