We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b242713 commit ad4254fCopy full SHA for ad4254f
src/codewhisperer/util/dependencyGraph/rubyDependencyGraph.ts
@@ -9,7 +9,7 @@ import * as CodeWhispererConstants from '../../models/constants'
9
import { readFileAsString } from '../../../shared/filesystemUtilities'
10
import { sleep } from '../../../shared/utilities/timeoutUtils'
11
import { DependencyGraphConstants, DependencyGraph, Truncation } from './dependencyGraph'
12
-import path = require('path')
+import * as path from 'path'
13
14
export const importRegex = /(require|require_relative|load|include|extend)\s+('[^']+'|"[^"]+"|\w+)(\s+as\s+(\w+))?/gm
15
0 commit comments