We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are you using jest or chai? n/a
Are you using OpenAPI 2, 3.0.X, or 3.1.0? n/a
Describe the bug clearly declarationMap and sourceMap are enabled in tsconfig.json
declarationMap
sourceMap
tsconfig.json
OpenAPIValidators/tsconfig.json
Lines 47 to 49 in 9511b66
but the source code isn't included in the published packages, even though the .d.ts.map and .js.map files are
.d.ts.map
.js.map
the source code should be included such that the declaration and source maps can be utilized by users for an improved development/debugging experience
Steps to reproduce the bug:
npm install openapi-validator
node_modules/openapi-validator
What did you expect to happen instead? src directory is present with the source code
src
Are you going to resolve the issue? https://www.youtube.com/watch?v=kjRXis0L-Yg
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Are you using jest or chai?
n/a
Are you using OpenAPI 2, 3.0.X, or 3.1.0?
n/a
Describe the bug clearly
declarationMap
andsourceMap
are enabled intsconfig.json
OpenAPIValidators/tsconfig.json
Lines 47 to 49 in 9511b66
but the source code isn't included in the published packages, even though the
.d.ts.map
and.js.map
files arethe source code should be included such that the declaration and source maps can be utilized by users for an improved development/debugging experience
Steps to reproduce the bug:
npm install openapi-validator
node_modules/openapi-validator
What did you expect to happen instead?
src
directory is present with the source codeAre you going to resolve the issue?
https://www.youtube.com/watch?v=kjRXis0L-Yg
The text was updated successfully, but these errors were encountered: