Commit 5175b5ef authored by jakeburden's avatar jakeburden

Remove ensure_single_line co-location

parent 567dcec4
// co-locating ensure_single_line to satisfy static analysis while allowing Node.js to import the function with CommonJS
import ensureSingleLine from '../ensure_single_line';
export default ensureSingleLine;
import Jed from 'jed';
import ensureSingleLine from './es6/ensure_single_line';
import ensureSingleLine from './ensure_single_line';
import sprintf from './sprintf';
const languageCode = () => document.querySelector('html').getAttribute('lang') || 'en';
......
import ensureSingleLine from '~/locale/es6/ensure_single_line';
import ensureSingleLine from '~/locale/ensure_single_line';
describe('locale', () => {
describe('ensureSingleLine', () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment