add internals file and use it to organize imports

This commit is contained in:
Kevin Jahns
2019-04-04 19:35:38 +02:00
parent 8dbd2c4696
commit 30bf3742c9
38 changed files with 378 additions and 260 deletions

View File

@@ -2,7 +2,8 @@
* @module types
*/
import { YText } from './YText.js'
import { YText } from '../internals.js'
import * as decoding from 'lib0/decoding.js' // eslint-disable-line
/**