mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Move internal modules to “internal” folder.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import escape from './escape.js';
|
||||
import reEscape from './_reEscape.js';
|
||||
import reEvaluate from './_reEvaluate.js';
|
||||
import reInterpolate from './_reInterpolate.js';
|
||||
import reEscape from './.internal/reEscape.js';
|
||||
import reEvaluate from './.internal/reEvaluate.js';
|
||||
import reInterpolate from './.internal/reInterpolate.js';
|
||||
|
||||
/**
|
||||
* By default, the template delimiters used by lodash are like those in
|
||||
|
||||
Reference in New Issue
Block a user