-
```ts
abstract class ComponentFactoryResolver {
...
}
class CodegenComponentFactoryResolver implements ComponentFactoryResolver {
...
}
```
Yields:
```js
/**
* @abstract
*/
class …
-
Why? - Let packages modify and improve code in steps,
Examples of packages that could do work on the code:
- Repporting tools like jshint etc. non intrusive
- Minifiers / Optimizers - Modifiers
##
…
-
We've experienced an intermittent bug that is, sadly, non-trivial to reproduce and only seems to impact "squished" CSS.
Essentially Chrome is caching one of our bundled css assets, produced by Squi…
-
### 使用的 Butterfly 版本? | What version of Butterfly are you using?
5.2.0
### 是否修改過主題文件? | Has the theme files been modified?
否 (No)
### 使用的瀏覽器? | What browser are you using?
Chrome
###…
-
博主,这是我的webpack配置
我在我的工程src下建立一个themes文件夹,里面有index.js ,index.less, purple.less, red.less
目前来说不太明白您的参数里面该如何修改,谢谢。
'use strict'
const path = require('path')
const utils = require('./utils')
const…
-
I was trying to use react-router, preact and preact-ssr-prepass together and ran into some issues. After eliminating an unrelated ESM/CJS error, I discovered that I was still running into issues with …
-
- Semicolon after an operator makes code more readable - so the other developer should not think whether the operator will continue on the next line or not.
- Also it is default TSLint rule.
- Semic…
asnov updated
5 years ago
-
It spit out `[object Object]` in my case. I was calling `define({...})` like so (not with a function callback). Maybe it could try to JSON.stringify or some other approach instead of the naive `toStri…
-
It would be nice to add processors for Uglify.HtmlToText(), as present in NUglify v1.5.8.
Any thoughts about this?
Furthermore, NUglify can cause some performance issues in comparison to other …
-
### Describe the feature
As far as I understand, `swc_html_minifier` only exists as a Rust crate
It would be nice to expose it as an npm package as well so that the JS community can use it.
###…