JavaScript
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...
It should be replaced by Specify JSX code generation: 'preserve', 'react', 'react-jsx', 'react-jsxdev' or'react-native'
Is your feature request related to a problem? Please describe
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the @default tag to describe the default value
However, nothing happens when I use the @deprecated tag.
Describe the solution you'd like
Some ideas:
- It would be nice i
-
Updated
Dec 8, 2020 - TypeScript
any plans for a Linux ARM build? if nobody else is on it or has attempted it, i can give it a try.
🚀 Feature Proposal
From #10123.
When we find a config file, we should also check if there is a jest entry in any sibling package.json and print a warning that it is ignored.
If using --config we should not warn.
Motivation
Helps the user have correct and consistent
-
Updated
Dec 8, 2020 - TypeScript
-
Updated
Dec 6, 2020 - TypeScript
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Dec 7, 2020 - TypeScript
-
Updated
Dec 6, 2020 - TypeScript
🚀 Feature
The blog plugin should enable feeds by default.
Motivation
Docusaurus 1 enables both blogs and feeds by default. Docusaurus 2 extracts the blog into a separate plugin so it makes sens
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
-
Updated
Dec 7, 2020 - TypeScript
-
Updated
Dec 8, 2020 - TypeScript
Reference from TensorFlow: https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/matrix-band-part
This op is used by the Music Transformer model.
The toolbar icons overflow badly on iPhone
Screenshots:
Device, Browser, OS:
iPhone 11, iOS 14
Editor.js version:
Plugins you use with their versions:
☂️ Missing Tests
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
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Dec 5, 2020 - TypeScript
-
Updated
Nov 27, 2020 - TypeScript
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Dec 8, 2020 - TypeScript
-
Updated
Apr 1, 2020 - TypeScript
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia

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()fromstd, which (without a good reason) callspath.resolve()which requires CWD access. It shouldn't callpath.resolve()._Originally posted by @nayeemrmn in https://github.com/denoland/deno