aboutsummaryrefslogtreecommitdiffstats
path: root/lib/js_checker/nontrivial_checker.js
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2015-06-19 19:12:18 -0400
committerNik Nyby <nikolas@gnu.org>2015-10-22 21:32:33 -0400
commita7f7dba18dc59d5807512ddc1c0206a279c7dab2 (patch)
tree4b4c4ee762b1bfd4250fea5cc5173e38f4cf28b3 /lib/js_checker/nontrivial_checker.js
parent7228a1f02c983490fb0b5375eb6ebcb0938a63c3 (diff)
downloadlibrejsxul-a7f7dba18dc59d5807512ddc1c0206a279c7dab2.tar.lz
librejsxul-a7f7dba18dc59d5807512ddc1c0206a279c7dab2.tar.xz
librejsxul-a7f7dba18dc59d5807512ddc1c0206a279c7dab2.zip
more jpm compat
Diffstat (limited to 'lib/js_checker/nontrivial_checker.js')
-rw-r--r--lib/js_checker/nontrivial_checker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/js_checker/nontrivial_checker.js b/lib/js_checker/nontrivial_checker.js
index 6a22992..1c79a2a 100644
--- a/lib/js_checker/nontrivial_checker.js
+++ b/lib/js_checker/nontrivial_checker.js
@@ -19,7 +19,7 @@
* You should have received a copy of the GNU General Public License
* along with GNU LibreJS. If not, see <http://www.gnu.org/licenses/>.
*/
-const types = require("js_checker/constant_types");
+const types = require("./constant_types");
// constants from Narcissus for function types.
const DECLARED_FORM = 0, EXPRESSED_FORM = 1, STATEMENT_FORM = 2;