linlinyang

Results 10 issues of linlinyang

In sass document,we can import sass file but not compile. I have import such as : `@import './button'; @import './menu'; @import './input'; @import './switch';` and the file all with '_'...

Webpack4 not support export fields in package.json for '@hpcc-js/wasm'. So the use of 'import { Graphviz } from "@hpcc-js/wasm/graphviz";' will throw error. 1. In d3-graphvis/src/dot.js and d3-graphvis/src/graphviz.js: 2. Change to...

If changing an existing definition: - [ no-unused-vars ] changes:

Owner Approved
Critical package
Untested Change

If changing an existing definition: - [ accessor-pairs ]

Self Merge
Owner Approved
Maintainer Approved
Critical package
Untested Change

If changing an existing definition: - [ array-callback-return ] - [ no-fallthrough ]

Self Merge
Owner Approved
Maintainer Approved
Critical package
Untested Change

- [ sort-imports ]

Self Merge
Owner Approved
Maintainer Approved
Critical package
Untested Change

If changing an existing definition: - [ use-isnan ]

Self Merge
Owner Approved
Maintainer Approved
Critical package
Untested Change

For moduleResolution: 'Bundler',cannot found types. Add types in export will work fine.

when develop a loader, How I develop it in my demo with HMR. ` resolveLoader: { alias: { 'my-loader': require.resolve('../lib/index.js') } }, ` I modify my loader files ../lib/index.js, demo...

[参考demo](https://stackblitz.com/edit/v-code-diff-vue3-cdn-qqkwb1?file=index.html) ``` vue ``` 期望`const a = 2;`这段应该不是差异 有处理办法吗