Skip to content
#

JavaScript

javascript logo

JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.

Here are 9,989 public repositories matching this topic...

ChiKler
ChiKler commented Nov 9, 2020

Here's a repository containing an example to replicate the bug:
https://github.com/ChiKler/-Deno-error-Uncaught-PermissionDenied-read-access-to-CWD-

I believe that's because you use copySync() from std, which (without a good reason) calls path.resolve() which requires CWD access. It shouldn't call path.resolve().

_Originally posted by @nayeemrmn in https://github.com/denoland/deno

storybook
docusaurus
erkanarslan
erkanarslan commented Mar 5, 2020

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 6.2.2
  • Cross-platform modules: 6.0.1
  • Android Runtime: 6.2.0
  • iOS Runtime: 6.2.0
  • Plugin(s): unrelated

Describe the bug
openFile method of utils module does not preview the

editor.js
tools
jer3m01
jer3m01 commented Aug 10, 2020

List of all missing tests that need to be done.

  • ast-utils/removeLoc.ts
  • codec-js-regexp/index.ts
  • codec-source-map/ArraySet.ts @nt591
  • codec-source-map/base64.ts
  • codec-source-map/MappingList.ts
  • codec-source-map/SourceMapConsumer.ts
  • codec-source-map/SourceMapConsumerCollection.ts
  • codec-source-map/SourceMapGenerator.ts
  • js-ast-utils/ass

Created by Brendan Eich

Released December 4, 1995

Website
developer.mozilla.org/en-US/docs/Web/JavaScript
Wikipedia
Wikipedia

Related Topics

nodejs
You can’t perform that action at this time.