将“use strict”置于在 Firefox 扩展中阻止它运行但没有显示错误

发布于 2025-01-07 11:23:21 字数 207 浏览 0 评论 0原文

我有一个带有几个 javascript 文件的扩展。当我输入:

“使用严格”时;

在某些文件上,扩展程序停止运行,但错误控制台中没有错误消息。然而,这些脚本在没有“use strict”的情况下也能很好地工作。

我的猜测是这些文件可能存在语法错误(通过“use strict”暴露),但我不知道如何跟踪这些错误。

任何线索都高度赞赏。

I have an extension with several javascript files. When I put:

"use strict";

on some of the files the extension stops from functioning but with no error message in Error Console. However the scripts work well without 'use strict'.

My guess is that these files might be having syntax errors (that get exposed with "use strict") but don't how I can trace these errors.

Any clue highly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

百变从容 2025-01-14 11:23:21

使用 jslint 检查代码中的错误。它有许多选项来配置其行为,并且还可以提供风格评论。

在没有看到你的消息来源的情况下我只能说这么多。

Use jslint to check for errors in your code. It has many options to configure its behavior, and can also provide style critiques, as well.

That's about all I can say without seeing your source.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文