Liam O'Boyle

Results 48 comments of Liam O'Boyle

I think that for other purposes being able to load JS modules would still be useful, e.g. I've just written a [test runner for Jest](https://www.npmjs.com/package/jest-runner-oas-linter) which uses `oas-linter`; `speccy`'s loader...

@djtarazona Rebased in latest changes from master, resolving conflicts.

Thanks @pderaaij. The use case isn't so much sharing them as JS files, but using JS files to generate them (composition and comments are handy). Ultimately these will be converted...

Agreed that this would be very useful. * Other users may not have a Google account (and may not want one, nor need one for any other purpose). * Other...

@gounder it seems like having access controls within this plugin would allow you to have it whichever way you want it.

A good implementation of access controls would also support @gounder's use case; not sharing the data at all between accounts, as is currently done, should definitely remain an option as...

Safe to close now that #61 is merged @mbsimonovic @jsdevel?

A naive look doesn't show much ``` ~/src/open-api(master)$ ag --ts --js console\\. packages/ | grep -v test packages/fetch-openapi/bin/fetch-openapi.js:112: console.error(chalk.red(LOG_PREFIX) + msg); packages/fetch-openapi/bin/fetch-openapi.js:122: console.error(chalk.gray(LOG_PREFIX) + msg); packages/fetch-openapi/bin/fetch-openapi.js:127: console.log(chalk.green(LOG_PREFIX) + msg); packages/openapi-framework/src/types.ts:20:...

@OnkelTem I had the same issue, so I tried [trucker](https://www.npmjs.com/package/trucker?activeTab=readme) which seemed to do the job for me.

OK, @ me on the issue if you don't mind, I'm curious - worked well for me, in that I identified a few things that had been orphaned in refactoring...