build(aio): move attribute utils to helpers folder
This allows these utility functions to be reused across packages.
This commit is contained in:

committed by
Matias Niemelä

parent
c889fb1ef5
commit
6d9da73090
@ -4,7 +4,7 @@ const inlineC = require('./region-matchers/inline-c');
|
||||
const inlineCOnly = require('./region-matchers/inline-c-only');
|
||||
const inlineHash = require('./region-matchers/inline-hash');
|
||||
const DEFAULT_PLASTER = '. . .';
|
||||
const {mapObject} = require('../utils');
|
||||
const {mapObject} = require('../../helpers/utils');
|
||||
|
||||
module.exports = function regionParser() {
|
||||
return regionParserImpl;
|
||||
|
Reference in New Issue
Block a user