issues Search Results · repo:abraham/reflection language:TypeScript
Filter by
20 results
(52 ms)20 results
inabraham/reflection (press backspace or delete to remove)https://github.blog/changelog/2023-04-19-npm-provenance-public-beta/
enhancement
abraham
- 1
- Opened on May 8, 2023
- #742
Hello, @abraham. Thanks for creating this library.
I am just curious is there any plans to use https://github.com/tc39/proposal-decorator-metadata ?
achmadk
- 1
- Opened on Feb 14, 2023
- #739
I got an error saying: Error [ERR_REQUIRE_ESM]: require() of ES Module
D:\ws\terminal\node_modules\@abraham\reflection\dist\index.umd.js from D:\ws\terminal\packages\main\dist\index.cjs not
supported. ...
roddc
- 1
- Opened on Dec 8, 2022
- #731
Run code in project created by vite
import @abraham/reflection ;
const classDecorator = (target: Object) = {
console.log(Reflect.getMetadata( design:paramtypes , target));
};
const propertyDecorator ...
jerrywu001
- 2
- Opened on Jul 4, 2022
- #718
It seems that the design:type , design:paramtypes and design:returntype cannot be used.
image
codesandbox
daolou
- 1
- Opened on Jul 4, 2022
- #717
This is just a hypothesis. I m here to ask the author if this is a valid theory.
https://github.com/suren-atoyan/monaco-react/issues/237
1. The monaco react is using monaco internally.
2. the project ...
softmarshmallow
- 16
- Opened on Jun 2, 2021
- #630
Using decorators on static methods cause this error.
Uncaught TypeError: can t access property hasOwnProperty , descriptor is undefined
image
CODE
function DecoratorTest(): MethodDecorator {
return ...
tripodsgames
- Opened on Apr 9, 2021
- #605
when running with webpack, this error will be thrown.
TypeError: Object prototype may only be an Object or null: undefined
softmarshmallow
- 1
- Opened on Oct 4, 2020
- #499
Is there an example how to import it as ES module?
I am trying to import it like this: https://codesandbox.io/s/musing-haze-v6my1
body /body
script type= module
import * as Reflect from https://unpkg.com/@abraham/reflection ...
okhomenko
- 2
- Opened on Dec 10, 2019
- #256
According to my testing, circular references are not working, just like reflect-metadata (typescript seems to be the
root cause).
It d need a workaround to be supported... AFAIK, Angular uses forward ...
bug
syffs
- 2
- Opened on Aug 4, 2019
- #198

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.