Skip to main content
Module

x/deno2node/src/deps.deno.ts>LanguageService#getIdentationAtPosition

Compile your Deno project to run on Node.js.
Go to Latest
method LanguageService.prototype.getIdentationAtPosition
import { LanguageService } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Gets the indentation at the specified position.

Parameters

sourceFile: SourceFile
  • Source file.
position: number
  • Position.
optional
settings: EditorSettings
  • Editor settings.

Returns

number

Gets the indentation at the specified position.

Parameters

filePath: string
  • File path.
position: number
  • Position.
optional
settings: EditorSettings
  • Editor settings.

Returns

number