aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-07-02 13:58:42 -0700
committerGitHub <noreply@github.com>2018-07-02 13:58:42 -0700
commit0ea3d74c3d01736ed8e4ee05a235f024ad56cb42 (patch)
treef94971f6698a2d1753582699a52b4acfef0e244e /Makefile.am
parente00266a74ee0eb95cc745fdf4f346b28d2018332 (diff)
parente479adf394dae62b6ddd82675d840d24c3431b83 (diff)
downloadprotobuf-0ea3d74c3d01736ed8e4ee05a235f024ad56cb42.tar.gz
protobuf-0ea3d74c3d01736ed8e4ee05a235f024ad56cb42.tar.bz2
protobuf-0ea3d74c3d01736ed8e4ee05a235f024ad56cb42.zip
Merge pull request #4299 from hekike/feat/add-commonjs-strict-import-style
Feat: add import-style=commonjs_strict option to the compiler
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 76bb2ba2..24f520c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -935,6 +935,7 @@ js_EXTRA_DIST= \
js/commonjs/import_test.js \
js/commonjs/jasmine.json \
js/commonjs/rewrite_tests_for_commonjs.js \
+ js/commonjs/strict_test.js \
js/commonjs/test6/test6.proto \
js/commonjs/test7/test7.proto \
js/compatibility_tests/v3.0.0/binary/arith_test.js \
@@ -1006,6 +1007,8 @@ js_EXTRA_DIST= \
js/test4.proto \
js/test5.proto \
js/test8.proto \
+ js/test9.proto \
+ js/test10.proto \
js/test_bootstrap.js \
js/testbinary.proto \
js/testempty.proto