question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Node v9.9.0 introduced some changes into the assert package. Most notably the introduction of strict mode.

Would you accept a PR introducing this new functionality and bringing this module up to date?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
kuragacommented, Sep 24, 2018

@jprichardson It would be very nice if we’ll get a NodeJS-compatibility. I.e. commonjs-assert x.y is compatible with NodeJS x.y!

0reactions
fabiosantoscodecommented, Nov 2, 2018

Any updates on this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Strict mode - JavaScript - MDN Web Docs
JavaScript's strict mode is a way to opt in to a restricted variant of JavaScript, thereby implicitly opting-out of "sloppy mode".
Read more >
JavaScript "use strict" - W3Schools
Strict mode makes it easier to write "secure" JavaScript. Strict mode changes previously accepted "bad syntax" into real errors. As an example, in...
Read more >
Strict Mode - React
StrictMode is a tool for highlighting potential problems in an application. Like Fragment , StrictMode does not render any visible UI.
Read more >
Strict mode in JavaScript - GeeksforGeeks
Strict Mode was a new feature in ECMAScript 5 that allows you to place a program, or a function, in a “strict” operating...
Read more >
The modern mode, "use strict"
The directive looks like a string: "use strict" or 'use strict' . When it is located at the top of a script, the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found