ed eustace
ed eustace
* install dotnet 6.0.300 * save fsx script below to a file * run `dotnet fsi ./test.fsx` Expected: Get cli usage message Actual: Get error message: ```shell System.MissingMethodException: Cannot dynamically...
Are you planning on adding column information to source map `mappings`? Some context: I'm using sucrase in a rollup build in a chain of rollup plugins. When building the final...
When bundling mathjax - you are warned that there is a circular dependency: ```shell code: CIRCULAR_DEPENDENCY, message: Circular dependency: node_modules/mathjax-full/js/input/tex/TexParser.js -> node_modules/mathjax-full/js/input/tex/ParseUtil.js -> node_modules/mathjax-full/js/input/tex/TexParser.js ``` This can lead to runtime...
I can see that vm modules is [marked w/ stability of 1][docsLink]. I'm trying to find out what it's trajectory is, will it be moving to 2 in the future?...
If you have a folder like: ``` /css one.css two/ two.css img.png ``` and in two.css you have: ``` .style { background-image: url('img.png') } ``` After concatenation the css will...