#
reflect
Here are 95 public repositories matching this topic...
android
shell
camera
log
animation
network
cache
utils
validator
bitmap
thread
file
reflect
toast
encode
snackbar
permission
activity
encrypt
androidx
-
Updated
Jun 7, 2020 - Java
react
redux
typescript
reactivex
reactive
rxjs
state-management
decorators
reflect
reactive-programming
react-hooks
-
Updated
Jun 11, 2020 - TypeScript
Kotlin reflect tools for JVM
-
Updated
Mar 29, 2018 - Kotlin
Higher-level reflect-based capabilities for inspecting objects and structs
-
Updated
Mar 17, 2018 - Go
gpath is a Go package to access a field by a path using reflect pacakge
-
Updated
Jun 4, 2017 - Go
Golang source code parsing, usage like reflect package
-
Updated
May 5, 2020 - Go
Open
Docs out of date
OkReflect is a library that want to help you use Java Reflection APIs with ease.
-
Updated
Jul 16, 2019 - Kotlin
Library for setting values to structs' fields from env, flags, files or default tag
-
Updated
Apr 21, 2020 - Go
Define a non-enumerable property on an object.
-
Updated
May 5, 2020 - JavaScript
A concise and easy-to-use wrapper for the Java Reflection API
-
Updated
Aug 20, 2017 - Java
common reflection operations (get, set, tag, cas) for a struct field
-
Updated
May 22, 2017 - Go
mchlbrnd
commented
Aug 20, 2017
Ray trace ellipsoid-shaped domes. Find intersection points and refract/reflect according to the refractive indices.
-
Updated
Feb 11, 2020 - Julia
-
Updated
Oct 18, 2017 - Java
Reflect decorated properties of classes back to stencil components in order to keep them synchronized
redux
sync
state-management
mobx
stencil
state
store
observable
reflect
observe
synchronize
stenciljs
stencil-mobx
-
Updated
Mar 3, 2019 - TypeScript
-
Updated
May 20, 2019 - TypeScript
Improve this page
Add a description, image, and links to the reflect topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reflect topic, visit your repo's landing page and select "manage topics."
I've tried to test this library but I encountered some problems when running it (version 3.0.0):
Cannot find module 'tsruntime/transformer.js'The fix is to update the tsconfig.json plugins key into this:
{ "transform": "tsruntime/dist/transform/transformer.js", "type": "program" }This is the file structure of the library on NPM.