Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

New ecmascript versions#1243

ReinhardHameeteman started this conversation inGeneral
Discussion options

I wanted to use a new import feature to read a json file using the
import name from './names.json' assert { type: 'json' };
syntax. Now I understand that since this is not part of the official standard yet, this doesn't work with the javascript-obfuscator.

However, digging a bit deeper I saw that javascript-obfuscator usesesprima (through escodegen) to parse the javascript files. Looking at that dependency it appears that the last release was six years ago and that there is no activity on that project. If my observation is correct javascript-obfuscator is limited to ECMAScript 2019 an no new language features will be supported.

My question: are there plans to overcome this limitation (e.g. use theesprima-next fork), or should I use a different strategy to obfuscate my files (transpiling first e.g.)

You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
General
Labels
None yet
1 participant
@ReinhardHameeteman

[8]ページ先頭

©2009-2025 Movatter.jp