swc/ecmascript
강동윤 5ce4e1e927
fix(es/parser): Use correct position for comments (#1527)
swc_ecma_parser:
 - Use correct position for comments in

```ts
function Bar() {
  const [foo, setFoo] = useState(0);
  React.useEffect(() => {
    // @refresh reset
  });
  return <h1>{foo}</h1>;
}
```
2021-03-31 19:30:05 +09:00
..
ast chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
codegen fix(es/parser): Use correct position for comments (#1527) 2021-03-31 19:30:05 +09:00
dep-graph chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
ext-transforms chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
jsdoc chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
loader chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
parser fix(es/parser): Use correct position for comments (#1527) 2021-03-31 19:30:05 +09:00
preset_env chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
src fix: expose dep_graph crate (#1023) 2020-09-03 22:46:41 +09:00
transforms chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
utils chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
visit chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
Cargo.toml chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00