diff options
Diffstat (limited to 'cli/tests/testdata/npm/reserved_word_exports/main.out')
-rw-r--r-- | cli/tests/testdata/npm/reserved_word_exports/main.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/reserved_word_exports/main.out b/cli/tests/testdata/npm/reserved_word_exports/main.out index b98d1004d..345a7012f 100644 --- a/cli/tests/testdata/npm/reserved_word_exports/main.out +++ b/cli/tests/testdata/npm/reserved_word_exports/main.out @@ -56,6 +56,7 @@ Download http://localhost:4545/npm/registry/@denotest/reserved-word-exports/1.0. interface: "interface", let: "let", long: "long", + mod: "mod", native: "native", new: "new", null: "null", @@ -109,6 +110,7 @@ Download http://localhost:4545/npm/registry/@denotest/reserved-word-exports/1.0. interface: "interface", let: "let", long: "long", + mod: "mod", native: "native", new: "new", null: "null", |