Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Export controls for Fable are too late to slow proliferation

The article argues that export controls on the Fable obfuscation tool are ineffective because the technology has already proliferated widely, making late-stage restrictions unlikely to slow its spread.

Background

Fable is a powerful JavaScript-to-JavaScript compiler that can translate code written in one JavaScript framework (e.g., React) into another (e.g., Svelte or Vue). The article argues that the US government's Bureau of Industry and Security (BIS) recently placed export controls on Fable's parent company, restricting its use in certain countries—but that this move is ineffective because (1) the tool is already widely available and usable offline, (2) competing open-source alternatives exist, and (3) code generated by Fable can be trivially modified to bypass detection. The author contends that export controls on widely-distributed open-source software development tools are hard to enforce and come too late to meaningfully slow proliferation of the technology.

Related stories