Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Added delete token #284

Merged
merged 1 commit into from
Dec 31, 2015
Merged

Added delete token #284

merged 1 commit into from
Dec 31, 2015

Conversation

Cxarli
Copy link
Contributor

@Cxarli Cxarli commented Dec 15, 2015

Added delete token as noted here

@winstliu
Copy link
Contributor

Are you sure this should be under meta.export.js?

@MaximSokolov
Copy link
Contributor

This rule is for var, let... in named exports:

export var x = 0;
export const CONSTANT = 0;
export let scopedVariable = 0;
export function func(p1, p2){}
export class Foo {}

btw, I moved these lines up in #276

@winstliu
Copy link
Contributor

Ok, thanks. I didn't notice that this rule as a whole was for exports.

winstliu pushed a commit that referenced this pull request Dec 31, 2015
@winstliu winstliu merged commit 41aec15 into atom:master Dec 31, 2015
@MaximSokolov
Copy link
Contributor

Sorry, I wasn't clear. export delete is not legit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants