Browse Source

Merge pull request #304 from tyronedougherty/master

Correct the ObfuscationResult type
Timofey Kachalov 6 năm trước cách đây
mục cha
commit
5afa7fd4bf
4 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 0 0
      dist/index.browser.js
  2. 0 0
      dist/index.cli.js
  3. 0 0
      dist/index.js
  4. 2 2
      index.d.ts

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/index.browser.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/index.cli.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/index.js


+ 2 - 2
index.d.ts

@@ -1,9 +1,9 @@
 import { TInputOptions } from './src/types/options/TInputOptions';
 
-import { IObfuscationResult } from './src/interfaces/IObfuscationResult';
+import { IObfuscatedCode } from './src/interfaces/source-code/IObfuscatedCode';
 
 export type ObfuscatorOptions = TInputOptions;
 
-export interface ObfuscationResult extends IObfuscationResult {}
+export interface ObfuscationResult extends IObfuscatedCode {}
 
 export function obfuscate (sourceCode: string, inputOptions?: ObfuscatorOptions): ObfuscationResult;

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác