Simmler Li
Simmler Li
```ts function Deco(){ return {} } @Deco() class Foo{} ``` TS allows decorator returns any value. When `Reflect.decorate` defined by reflect-metadata, TS will use this function to define metadata instead...
The last commit is on May 24. Is this repository still keeping update to `socket.io`'s latest version?
Fixed https://github.com/nuxodin/ie11CustomProperties/issues/62
** Description ** `!important` is invalid. But it's valid in 3.1.0; Since commit d76556f3ad46aee3483ece2d879e26a88d321d5a Runtime is not updated in some cases? ** Version ** Since commit d76556f3ad46aee3483ece2d879e26a88d321d5a ** To Reproduce...
I'm working on building a low code platform to build web pages. So we need to drag a component(a wrapped dom element) from an old container to a new container....
我发现,在父类的 @Props ,在子类不重复声明,就拿不到。 案例如下: ```typescript interface Props { panelModel: IPanelModel } @ComponentBase({}) class ExampleExtends extends TSX()(Vue) implements Props { public foo = number; public bar = number; @Prop({ required: true...
## Search Terms type defination, functional type defination, meta, meta programming, dynamic type declaration ## Suggestion Write a function to define types. ## Use Cases Build a more complex type....
If a third package exported a ES6 native class, and a class in `.vue` file extends it. When calling `super` in constructor, get error `TypeError: Class constructors cannot be invoked...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Description In newest `npm create vue@latest` project, we could use decorators after set ` "experimentalDecorators": true` in standalone `.ts`...
I known there is a closed issue about the same feature, but I open this issue because it's very important for saving compiling time on monorepo. https://www.typescriptlang.org/docs/handbook/project-references.html#an-example-project