We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d89d58 commit 1e0e4a4Copy full SHA for 1e0e4a4
src/compiler/events.js renamed to src/compiler/codegen/events.js
src/compiler/codegen.js renamed to src/compiler/codegen/index.js
@@ -1,8 +1,8 @@
1
/* @flow */
2
3
import { genHandlers } from './events'
4
-import { baseWarn, pluckModuleFunction } from './helpers'
5
-import baseDirectives from './directives/index'
+import { baseWarn, pluckModuleFunction } from '../helpers'
+import baseDirectives from '../directives/index'
6
import { no } from 'shared/util'
7
8
// configurable state
0 commit comments