You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug According to the documentation, sourceMap is true by default, but if I'm interpreting the code correctly, it's set to false by default.
To Reproduce
Use autopreprocess mode without any options, have this file
<scriptlang="ts">interfaceA{}exportleta;</script>
Warning is in the interface line, not in the export line.
Expected behavior
Align docs and code.
Information about your project:
Your browser and the version: -
Your operating system: Windows
svelte-preprocess version 4.1.1
Rollup
The text was updated successfully, but these errors were encountered:
Describe the bug
According to the documentation,
sourceMap
istrue
by default, but if I'm interpreting the code correctly, it's set tofalse
by default.To Reproduce
Use autopreprocess mode without any options, have this file
Warning is in the
interface
line, not in theexport
line.Expected behavior
Align docs and code.
Information about your project:
svelte-preprocess
version 4.1.1The text was updated successfully, but these errors were encountered: