8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143981b commit 74489f0Copy full SHA for 74489f0
src/node-transformers/rename-properties-transformers/replacer/RenamePropertiesReplacer.ts
@@ -34,7 +34,8 @@ export class RenamePropertiesReplacer implements IRenamePropertiesReplacer {
34
private readonly options: IOptions;
35
36
/**
37
- * Properties list taken from `terser`
+ * Properties list taken from `UglifyJS` and `terser`
38
+ * https://github.com/mishoo/UglifyJS/blob/master/tools/domprops.json
39
* https://github.com/terser/terser/blob/master/tools/domprops.js
40
* Copyright 2012-2018 (c) Mihai Bazon <mihai.bazon@gmail.com>
41
*
0 commit comments