File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- import { buildOptions , registerCommonValueParsers } from "./ParserOptionsBuilder" ;
1+ import { buildOptions , registerCommonValueParsers } from "./ParserOptionsBuilder.js " ;
22
33export default class OutputBuilder {
44 constructor ( options ) {
Original file line number Diff line number Diff line change 1- import trimParser from "../valueParsers/trim" ;
2- import booleanParser from "../valueParsers/booleanParser" ;
3- import currencyParser from "../valueParsers/currency" ;
4- import numberParser from "../valueParsers/number" ;
1+ import trimParser from "../valueParsers/trim.js " ;
2+ import booleanParser from "../valueParsers/booleanParser.js " ;
3+ import currencyParser from "../valueParsers/currency.js " ;
4+ import numberParser from "../valueParsers/number.js " ;
55
66const defaultOptions = {
77 nameFor :{
You can’t perform that action at this time.
0 commit comments