TypeScript support is broken
See original GitHub issueThe interfaces/IObfuscationResult
type seems to no longer exist (instead it looks like it has been replaced with interfaces/source-code/IObfuscatedCode
).
This means you are unable to use the getObfuscatedCode()
method on the result of obfuscate()
.
Here are some screenshots to demonstrate the issue:
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Typescript support is broken · Issue #2623 · gulpjs/gulp · GitHub
When I follow the steps outlined in this stack-overflow post, it should allow us to write our gulp files in pure Typescript:.
Read more >TypeScript errors and how to fix them
A list of common TypeScript errors and how to fix them. ... Broken Code ❌ ... If you want to support multiline text,...
Read more >dodgy TypeScript support (missing/broken type inference)
I have several issues with TypeScript support in PhpStorm, but the biggest problem thus far, is that PhpStorm does not perform the level...
Read more >Promise made and promise broken: TypeScript vs. real life data
That's why the suite is run against a long-ish list of supported TypeScript versions, only then I am reasonably certain that the code...
Read more >Serverless Plugin Typescript
Serverless plugin for zero-config Typescript support. View on Github ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
javascript-obfuscator@0.17.3
is outOh, thank you