Staffan Eketorp
Staffan Eketorp
Currently requires angular@^2.0.0 (but angular is up to 4) Currently requires [email protected] (but is up to 0.2.0)
There is no way to turn off source maps as of now. See e.g. https://github.com/TypeStrong/ts-node/issues/27 Source maps are not always desired, and can make debugging a lot harder - see...
Support setAgent on Oauth like OAuth2
Is this project alive?
Typescript supports comments in tsconfig.json. Meteor crashes when you have them though.
It would be nice to have the option to not save mocks on error. A typical scenario is if you've set to mockrecord (in case you hit the API), then...
Webpack4
Hello @jedwards1211 and @luisherranz . I thought I'd make a pull request now. Have been working on a couple of things for a while and wanted a little feedback. Included:...
Hi Luis! I just wanted to let you know I have been working on this. Also, I'm fixing so that css/static files can be imported from Meteor. We've stumbled upon...
The file ```.meteor/local/build/programs/web.browser/packages/modules.js``` includes all npm dependencies from Meteor packages. However, those npm dependencies may be referenced from your app code as well, leading to code duplication, which would be...
Running one of the below ``` // dev.mjs import { watch } from 'turbowatch'; // OR dev.cjs const { watch } = require('turbowatch'); ``` produces ``` const zx_1 = require("zx");...