Removed .js from all imports to smooth ts migration
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import constant from './constant.js';
|
||||
// import array from './array.js';
|
||||
import { toString } from '../resolve.js';
|
||||
import constant from './constant';
|
||||
// import array from './array';
|
||||
import { toString } from '../resolve';
|
||||
|
||||
const accessor = {
|
||||
create({ name, path }) {
|
||||
|
||||
Reference in New Issue
Block a user