scrypt-ts-transpiler
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -27,3 +27,3 @@ "use strict"; | ||
const path = __importStar(require("path")); | ||
const indexer_1 = require("./indexer"); | ||
const indexerWriter_1 = require("./indexerWriter"); | ||
const transpiler_1 = require("./transpiler"); | ||
@@ -54,3 +54,3 @@ /*** | ||
} | ||
let indexer = new indexer_1.Indexer({ tsconfigDir, scryptOutDir }); | ||
let indexer = new indexerWriter_1.IndexerWriter({ tsconfigDir, scryptOutDir }); | ||
let checker = program.getTypeChecker(); | ||
@@ -57,0 +57,0 @@ /* Apply the transformation */ |
import ts from 'typescript'; | ||
import { Indexer } from './indexer'; | ||
import { IndexerWriter } from './indexerWriter'; | ||
import { TranspileError } from './types'; | ||
@@ -42,3 +42,3 @@ /** | ||
_tsRootDir: string; | ||
_indexer: Indexer; | ||
_indexer: IndexerWriter; | ||
_ctxMethods: Array<string>; | ||
@@ -50,3 +50,3 @@ _siatProperties: Array<string>; | ||
_isTranspilingConstructor: boolean; | ||
constructor(sourceFile: ts.SourceFile, checker: ts.TypeChecker, tsRootDir: string, scryptOutDir: string, indexer: Indexer); | ||
constructor(sourceFile: ts.SourceFile, checker: ts.TypeChecker, tsRootDir: string, scryptOutDir: string, indexer: IndexerWriter); | ||
get ctxMethods(): string[]; | ||
@@ -53,0 +53,0 @@ get missImportedLocalSymbols(): Map<ts.SourceFile, Map<string, ts.Symbol>>; |
{ | ||
"name": "scrypt-ts-transpiler", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is too big to display
147564
13
3150
9