yarn
Here are 2,762 public repositories matching this topic...
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
https://github.com/verdaccio/monorepo/blob/9.x/core/types/index.d.ts defines
type AuthAccessCallback = (error: string | null, access: boolean) => void;
interface IPluginAuth<T> extends IPlugin<T> {
authenticate(user: string, password: string, cb: AuthCallback): void;
adduser?(user: string, password: string, cb: AuthCallback): void;
changePassword?(user: string, password: striCurrent Behavior
For every new project I start with TSDX, one of my first steps is to add stubs for static assets and stylesheets - as detailed on the Jest docs.
Desired Behavior
Add Jest file stubs in to the TSDX setup.
Suggested Solution
Following the Jest docs
// package.json
{
"jest": {
"mAdd closure compiler
-
Updated
Oct 29, 2020 - JavaScript
I'm not sure if this is the right approach and maybe I've not understood this new part of the pipeline, yet, but:
Suppose, the major part of the app code lives inside a rails engine including all javascripts. And there are several main apps using that engine. The main apps only contain some layout changes and some minor patches.
Therefore, in order to integrate the webpacker gem into this se
-
Updated
Sep 29, 2020
-
Updated
Oct 30, 2020 - TypeScript
-
Updated
Jul 15, 2020 - JavaScript
- I'd be willing to implement this feature
- This feature can already be implemented through a plugin
Describe the user story
I was looking into patch and how it works, but the docs didnt give much info. The CLI also didnt. I had to look around to get an idea of it. I thought it worked similar like patch-package. However, it works differently.
**Describe the solution you'
-
Updated
Sep 30, 2020 - TypeScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
May 20, 2020 - Java
-
Updated
Oct 12, 2020 - PHP
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Nov 28, 2018 - JavaScript
In packages/components-typescript/package.json the fields main and main:src: refer to files that do not exist:
"main": "src/index.tsx",
"main:src": "src/index.tsx",
The index.tsx file is located in packages/components-typescript/index.tsx
Are these two fields redundant?
-
Updated
Oct 31, 2020 - TypeScript
Improve this page
Add a description, image, and links to the yarn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the yarn topic, visit your repo's landing page and select "manage topics."
Do you want to request a feature or report a bug?
feature request
What is the current behavior?
Currently
yarn whywon't indicate any package info in the resolutions fieldIf the current behavior is a bug, please provide the steps to reproduce.
"pkg": "^1.0.0"resolutionsfield in package.json,pkg: "1.0.0"