The Wayback Machine - https://web.archive.org/web/20200625163728/https://github.com/topics/amd
Skip to content
#

amd

Here are 297 public repositories matching this topic...

luisnaranjo733
luisnaranjo733 commented Oct 19, 2018

I'm testing out madge on my TS RN codebase, and I'm surprised to see that it just magically works without specifying a tsconfig.

For example
yarn madge --circular --extensions ts,tsx ./

Although this is cool and exciting, it gives me pause because the documentation doesn't explain how this works. I read the source and followed the path through a series of external npm dependencies. Af

athre0z
athre0z commented Mar 24, 2019

The documentation should always be in sync with the latest changes. Currently, this involves me manually building it and pushing it into an S3 bucket. That could happen automatically through CI.

Additionally, it would be great if we could display a drop-down in the doc that allows viewing documentation for older versions of Zydis as well, similar to what docs.rs does for Rust

chasenlehara
chasenlehara commented Sep 3, 2019

I was expecting this configuration to work in can-route:

steal = {
	paths: {
		'src/routedata': 'src/routedata-definemap.js'
	}
};

Instead, I had to include can-route in the mapping:

steal = {
	paths: {
		'can-route/src/routedata': 'src/routedata-definemap.js'
	}
};

Is this expected? If so, can some more documentation around this be added?

Improve this page

Add a description, image, and links to the amd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the amd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.