We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab148ab commit 1a810adCopy full SHA for 1a810ad
2 files changed
src/v6/OutputBuilders/JsMinArrBuilder.js
@@ -1,4 +1,4 @@
1
-import {buildOptions,registerCommonValueParsers} from"./ParserOptionsBuilder";
+import {buildOptions,registerCommonValueParsers} from"./ParserOptionsBuilder.js";
2
3
export default class OutputBuilder{
4
constructor(options){
src/v6/OutputBuilders/ParserOptionsBuilder.js
@@ -1,7 +1,7 @@
-import trimParser from "../valueParsers/trim";
-import booleanParser from "../valueParsers/booleanParser";
-import currencyParser from "../valueParsers/currency";
-import numberParser from "../valueParsers/number";
+import trimParser from "../valueParsers/trim.js";
+import booleanParser from "../valueParsers/booleanParser.js";
+import currencyParser from "../valueParsers/currency.js";
+import numberParser from "../valueParsers/number.js";
5
6
const defaultOptions={
7
nameFor:{
0 commit comments