shadowtime2000
shadowtime2000
@SilentVoid13 Sorry for the late response. Sorry, I am a little scared of merging something like this which is kind of hard to test so I am going to put...
This problem doesn't come out of `string.replace` being used instead, `strng` is an internal variable used inside of the parsing function, and is used for whitespace trimming. Could you share...
This will most likely require #70 so we can shim the streams if they can be used. I see two ways to handle this: 1. Parse the entire thing and...
@foisonocean > The biggest pain for me is the defaultConfig from eta contains node.js fs API calls, which blocks rollup bundle those codes, so I have to maintain a modified...
This should be relatively simple, just create an `fs` attr on the config to hold the methods that are needed.
Will look more into this.
@markgarrigan I can't seem to reproduce this issue at all. I used this as my dummy data and removed the references to Luna: ```js const payment = { "checkout": {...
It seems this is a problem with the typings @NewtTheWolf, has this problem stopped Eta from rendering the actual template?
@NewtTheWolf I meant what happens when you disable the TS type checking and just use the compiled JS code. Are there any runtime errors?
Sorry, I don't know much about source maps or how they work. Could you explain how piping Eta's output into sourcemap-aware tooling would work?