diff options
author | Ziad El Khoury Hanna <zaygraveyard@users.noreply.github.com> | 2017-06-13 10:30:46 +0200 |
---|---|---|
committer | Alex Lam S.L <alexlamsl@gmail.com> | 2017-06-13 16:30:46 +0800 |
commit | 82db9188ac2f0a6ffa4c7ab4c7d4c0ade3d93de9 (patch) | |
tree | f25cf1a20d596598668f0e9b7d4a3b2ffb4bb6f9 /test/input/issue-2082/sample.js.map | |
parent | 3dc9e140e4300f1b3f4f9fa3744bf579163ad204 (diff) | |
download | tracifyjs-82db9188ac2f0a6ffa4c7ab4c7d4c0ade3d93de9.tar.gz tracifyjs-82db9188ac2f0a6ffa4c7ab4c7d4c0ade3d93de9.zip |
fix CLI parsing of `--source-map content` (#2088)
fixes #2082
Diffstat (limited to 'test/input/issue-2082/sample.js.map')
-rw-r--r-- | test/input/issue-2082/sample.js.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/input/issue-2082/sample.js.map b/test/input/issue-2082/sample.js.map new file mode 100644 index 00000000..88b42f5a --- /dev/null +++ b/test/input/issue-2082/sample.js.map @@ -0,0 +1 @@ +{"version": 3,"sources": ["index.js"],"mappings": ";"} |