1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-26 20:28:49 +08:00

Revert "Update sourcemaps to v2 (#293)" (#296)

This reverts commit 67b2826a26.
This commit is contained in:
Steven Hartland
2018-03-03 15:22:00 +00:00
committed by GitHub
parent 67b2826a26
commit 58e9cfdd5d
2 changed files with 2 additions and 3 deletions

View File

@@ -40,11 +40,10 @@ import (
"io"
"io/ioutil"
"gopkg.in/sourcemap.v2"
"github.com/robertkrimen/otto/ast"
"github.com/robertkrimen/otto/file"
"github.com/robertkrimen/otto/token"
"gopkg.in/sourcemap.v1"
)
// A Mode value is a set of flags (or 0). They control optional parser functionality.