diff options
Diffstat (limited to 'ext/node')
-rw-r--r-- | ext/node/analyze.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/analyze.rs b/ext/node/analyze.rs index c2d3c79c0..173ce5385 100644 --- a/ext/node/analyze.rs +++ b/ext/node/analyze.rs @@ -351,6 +351,7 @@ static RESERVED_WORDS: Lazy<HashSet<&str>> = Lazy::new(|| { "interface", "let", "long", + "mod", "native", "new", "null", |