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 d65c9af commit 143981bCopy full SHA for 143981b
src/node-transformers/rename-properties-transformers/replacer/RenamePropertiesReplacer.ts
@@ -34,6 +34,10 @@ export class RenamePropertiesReplacer implements IRenamePropertiesReplacer {
34
private readonly options: IOptions;
35
36
/**
37
+ * Properties list taken from `terser`
38
+ * https://github.com/terser/terser/blob/master/tools/domprops.js
39
+ * Copyright 2012-2018 (c) Mihai Bazon <mihai.bazon@gmail.com>
40
+ *
41
* @type {Set<string>}
42
*/
43
private readonly reservedDomPropertiesList: Set<string> = new Set(ReservedDomProperties);
0 commit comments