File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
extensions/ql-vscode/src/model-editor/languages Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- import { ModelsAsDataLanguage } from "./models-as-data" ;
2- import { sharedExtensiblePredicates , sharedKinds } from "./shared" ;
3- import { Mode } from "../shared/mode" ;
1+ import { ModelsAsDataLanguage } from ".. /models-as-data" ;
2+ import { sharedExtensiblePredicates , sharedKinds } from ".. /shared" ;
3+ import { Mode } from "../../ shared/mode" ;
44
55function parseRubyMethodFromPath ( path : string ) : string {
66 const match = path . match ( / M e t h o d \[ ( [ ^ \] ] + ) ] .* / ) ;
Original file line number Diff line number Diff line change 1- import { ModelsAsDataLanguage } from "./models-as-data" ;
2- import { ModeledMethodType , Provenance } from "../modeled-method" ;
3- import { DataTuple } from "../model-extension-file" ;
4- import { sharedExtensiblePredicates , sharedKinds } from "./shared" ;
1+ import { ModelsAsDataLanguage } from ".. /models-as-data" ;
2+ import { ModeledMethodType , Provenance } from "../../ modeled-method" ;
3+ import { DataTuple } from "../../ model-extension-file" ;
4+ import { sharedExtensiblePredicates , sharedKinds } from ".. /shared" ;
55
66function readRowToMethod ( row : DataTuple [ ] ) : string {
77 return `${ row [ 0 ] } .${ row [ 1 ] } #${ row [ 3 ] } ${ row [ 4 ] } ` ;
You can’t perform that action at this time.
0 commit comments