You might be familiar with how the appmap-ruby swagger Rake tasks used a bundled copy of appmap-js. Now that we are requiring the installation of other code from NPM, such as @appland/scanner, it doesn’t make sense to do this any more. It was fragile and it kept breaking. This update runs the @appland/appmap openapi using npx
The user must install @appland/appmap to the enclosing project.
You might be familiar with how the appmap-ruby
swagger
Rake tasks used a bundled copy of appmap-js. Now that we are requiring the installation of other code from NPM, such as@appland/scanner
, it doesn’t make sense to do this any more. It was fragile and it kept breaking. This update runs the@appland/appmap openapi
usingnpx
The user must install
@appland/appmap
to the enclosing project.This also applies to the
depends
task.TODO